diff --git a/NEWS b/NEWS index 613ad0d42..e26b37e8b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,21 @@ ------------------------------------------------------------------------------- -gnome-control-center 2.31.4 (2010-06-29) +gnome-control-center 2.31.4.2 (2010-06-30) + +Date and Time: +- Work around a cairo bug that prevents the map being display correctly + (Thomas Wood) +- Install the UI files into the correct directory (Thomas Wood) + +General: +- Make build work with GSEAL (Jonh Wendell) +- Fix compile with recent GTK versions (Richard Hughes) + +Translations: +- gl (Fran DiƩguez) +- he (Yaron Shahrabani) + +------------------------------------------------------------------------------- +gnome-control-center 2.31.4.1 (2010-06-29) Date and Time: - Fix memory leak (Thomas Wood) diff --git a/configure.ac b/configure.ac index 843e8a473..bb8cf062d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -m4_define([gnome_control_center_version], 2.31.4.1) +m4_define([gnome_control_center_version], 2.31.4.2) AC_INIT([gnome-control-center], [gnome_control_center_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])