diff --git a/NEWS b/NEWS index c334516d9..33705a0d7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +------------------------------------------------------------------------------- +gnome-control-center 2.31.4 (2010-06-29) + +General: +- Updated to use GTK+ 3 (Rodrigo Moya, Richard Hughes, Bastien Nocera) + +Date and Time: +- New panel for configuring date and time settings (Thomas Wood) + +Shell: +- Switch to using GtkApplication rather than libunique (Richard Hughes) + +libgnome-control-center: +- Remove redundant properties from CcPanel (Thomas Wood) + +Translations: +- de (Mario Blättermann) +- eo (Kristjan SCHMIDT) +- es (Jorge González) +- et (Ivar Smolin) +- gl (Fran Diéguez) +- hu (Gabor Kelemen) +- id (Andika Triwidada) +- nb (Kjartan Maraas) +- pa (A S Alam) + + ------------------------------------------------------------------------------- gnome-control-center 2.31.3 (2010-06-07) diff --git a/configure.ac b/configure.ac index 393db0d1c..59279d7c7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -m4_define([gnome_control_center_version], 2.31.3) +m4_define([gnome_control_center_version], 2.31.4) AC_INIT([gnome-control-center], [gnome_control_center_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])