diff --git a/NEWS b/NEWS index 01520f9a1..09c7f4358 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,48 @@ +gnome-control-center 2.15.4 + +background: +- Removed redundant GNOMELOCALEDIR (Sergey Udaltsov) (345178) + +display: +- Replaced deprecated GtkOptionMenu with GtkComboBox (Sven Herzberg) (338468) +- Added rotation support (Sven Herzberg) (324125) + +keyboard: +- Massive libgswitchit API change (Sergey Udaltsov) +- Made model chooser button more verbose (Sergey Udaltsov) (335833) + +sound: +- Fixed build (Sergey Udaltsov) + +theme-switcher: +- Fixed strange wording (Thomas Wood) (167045) + +settings daemon: +- Activation is now done via DBUS (Sergey Udaltsov) +- Added DBUS interface for keyboard indication (Sergey Udaltsov) + +documentation: +- Initial Russian translation (Nickolay V. Shmyrev) + +updated translations: +- bn_IN (Runa Bhattacharjee) +- cs (Jakub Friedl) +- de (Hendrik Richter) +- es (Francisco Javier F. Serrador) +- fi (Ilkka Tuohela) +- fr (Benoît Dejean) +- gu (Ankit Patel) +- he (Yair Hershkovitz) +- hi (Rajesh Ranjan) +- lv (Raivis Dejus) +- mk (Jovan Naumovski) +- nb (Kjartan Maraas) +- ru (Nickolay V. Shmyrev) +- ta (I. Felix) +- th (Theppitak Karoonboonyanan) +- sv (Daniel Nylander) + +------------------------------------------------------------------------------ gnome-control-center 2.15.3 about me: diff --git a/configure.in b/configure.in index 830c5ddbb..80f5a7118 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([control-center], [2.15.3], +AC_INIT([control-center], [2.15.4], [http://bugzilla.gnome.org/enter_bug.cgi?product=control-center]) AC_CONFIG_MACRO_DIR([m4])