diff --git a/ChangeLog b/ChangeLog index eda9ecf24..e0b9ed85f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-18 Rodrigo Moya + + * NEWS: + * configure.in: updated for 2.23.90. + 2008-08-11 Jens Granseuer * configure.in: require gnome-desktop 2.23.90 diff --git a/NEWS b/NEWS index edcd198db..441297fd9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,48 @@ +gnome-control-center 2.23.90 (2008-08-18) + +Appearance: +- Use default icon for unknown themes (Jens Granseuer) +- Remove help button (Jens Granseuer) + +Common: +- Make sure we have a notification theme before trying to save it + (Jens Granseuer) (#547448) +- Keep track of hidden themes (Jens Granseuer) (#547301) +- Require gnome-desktop 2.23.90 + +Display: +- Draw rotated outputs rotated (Soren Sandmann) +- Don't leak the application or the GladeXML (Jens Granseuer) +- Replace all uses of g_print with g_debug (Jens Granseuer) +- Fail gracefully if we cannot get a screen (Jens Granseuer) +- Add sexy labels to identify monitors (Federico Mena Quintero) + +Shell: +- Remove eel dependency from libslab (Federico Mena Quintero) (#524778) + +Sound: +- Fix warning due to left-over developer code (Jens Granseuer) (#546583) +- HIG fixes and improved wording (Bastien Nocera) (#545219) +- Make the event sound preview button listen to "activate" signal so it + becomes accessible via keyboard (Matthias Clasen) (#547808) + +Translations: +- ar (Khaled Hosny) +- be@latin (Ihar Hrachyshka) +- es (Jorge Gonzalez) +- et (Ivar Smolin) +- fi (Ilkka Tuohela) +- ga (Sean de Burca) +- gl (Ignacio Casal Quinteiro) +- ja (Takeshi AIHANA) +- he (Yair Hershkovitz) +- nb (Kjartan Maraas) +- pt (Duarte Loreto) +- pt_BR (Djavan Fagundes) +- th (Theppitak Karoonboonyanan) +- zh_HK (Chao-Hsiung Liao) +- zh_TW (Chao-Hsiung Liao) +------------------------------------------------------------------------------- gnome-control-center 2.23.6 (2008-08-04) Appearance: diff --git a/configure.in b/configure.in index 3f8782a08..ec77ca6e5 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gnome-control-center], [2.23.6], +AC_INIT([gnome-control-center], [2.23.90], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center]) AC_CONFIG_MACRO_DIR([m4])