diff --git a/NEWS b/NEWS index 620bd949e..8a47e44ba 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,70 @@ +gnome-control-center 2.28.0 (2009-09-21) + +Appearance: +- Add link buttons to get more themes/backgrounds online (William Jon McCann) + (#323323) +- Add/remove buttons should be the same size (William Jon McCann) (#592510) +- Make slideshows visually distinct (Matthias Clasen) (#591375) +- Don't call gnome_wp_item_ensure_gnome_bg too early (Matthias Clasen) +- Rename some widget ids to make GtkBuilder happy (Luca Ferretti) +- Use XDG user and system data dirs to load backgrounds (William Jon McCann) +- Fix compiler warnings (Jens Granseuer) +- Make the font DPI spin button work again (Jens Granseuer) (#594342) +- Show correct default layout (Michael Terry) +- Update icon because the old one has been removed from g-i-t (Jens Granseuer) + (#594710) +- Allow a window manager to inherit keybindings from another window manager + (Owen Taylor) (#594066) +- Force cursor slide to 100 px, in order to use it without changing + the window width (Luca Ferretti) + +Common: +- Drop check for libgnomeui (Jens Granseuer) (#592920) + +Translations: +- ar (Khaled Hosny) +- as (Amitakhya Phukan) +- bg (Krasimir "Bfaf" Chonov, Alexander Shopov) +- bn_IN (Runa Bhattacharjee) +- br (Denis ARNAUD) +- ca (Joan Duran) +- cz (Petr Kovar) +- da (Ask H. Larsen) +- de (Wolfgang Stöggl) +- el (Kostas Papadimas) +- en_GB (Bruce Cowan) +- es (Jorge González) +- et (Ivar Smolin, Mattias Põldaru) +- eu (Inaki Larranaga Murgoitio) +- fi (Tommi Vainikainen) +- fr (Bruno Brouard, Claude Paroz) +- gl (Antón Méixome) +- gu (Sweta Kothari) +- he (Yaron Shahrabani) +- hi (Rajesh Ranjan) +- hu (Gabor Kelemen) +- it (Luca Ferretti) +- ja (Takayuki KUSANO ) +- kn (Shankar Prasad) +- lt (Gintautas Miliauskas) +- ml (Ani) +- mr (Sandeep Shedmake) +- nb (Kjartan Maraas) +- or (Manoj Kumar Giri) +- pa (A S Alam ) +- pl (Piotr Drąg) +- pt (Duarte Loreto) +- pt_BR (Krix Apolinário, Og Maciel, Djavan Fagundes) +- ro (Lucian Adrian Grijincu) +- sr (mpopovic) +- sv (Daniel Nylander) +- ta (ifelix) +- te (krishnababu k) +- tr (Baris Cicek) +- uk (Maxim V. Dziumanenko) +- zh_HK (Chao-Hsiung Liao) +- zh_TW (Chao-Hsiung Liao) +------------------------------------------------------------------------------- gnome-control-center 2.27.91 (2009-08-24) Appearance: diff --git a/configure.in b/configure.in index 31003255c..7e62c9e93 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gnome-control-center], [2.27.91], +AC_INIT([gnome-control-center], [2.28.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center]) AC_CONFIG_MACRO_DIR([m4])