diff --git a/NEWS b/NEWS index cb4e6b608..8960e597a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,51 @@ +gnome-control-center 2.27.90 (2009-08-17) + +About-me: +- Remove old code poking directly into the pwent (Matthias Clasen) +- Port to PolicyKit-1.0 (Matthias Clasen) + +Appearance: +- Fix crash when iterating through the tree model (Jens Granseuer) (#591392) +- Make sure the underline in "Save _As..." is interpreted (Christian Hergert) +- Attributes tag is not supported in GtkButtons (Claude Paroz) (#591656) + +Common: +- Change error message reference about Bonobo to DBus (Rodrigo Moya) +- Remove markup from translatable string (Claude Paroz) (#590933) +- Fix compiler warnings (Jens Granseuer) + +Display: +- Don't sort the outputs before creating the labeler (Federico Mena Quintero) +- Remove dead code (Federico Mena Quintero) +- Ensure that the output labels fit inside the monitor rectangles (Federico + Mena Quintero) + +Shell: +- Remove libgnomeui usage (Andreas Proschofsky) (#586527) +- Do not depend on libpanel-applet (Vincent Untz) +- Fix requires in gnome-window-settings-2.0.pc (Vincent Untz) +- Use GOption in the shell (Vincent Untz) +- Fix error message with unknown option in shell (Vincent Untz) +- Use libunique in the shell to have a single-instance shell (Vincent Untz) +- Update to latest libslab, and do not install libslab on the system (Vincent + Untz) + +Translations: +- ar (Khaled Hosny) +- cs (Andre Klapper) +- de (Christian Kirbach) +- es (Jorge González) +- et (Mattias Põldaru and Ivar Smolin) +- fi (Tommi Vainikainen) +- ga (Seán de Búrca) +- gl (Antón Méixome) +- he (Mark Krapivner) +- hi (Rajesh Ranjan) +- it (Luca Ferretti) +- nb (Kjartan Maraas) +- or (Manoj Kumar Giri) +- sv (Daniel Nylander) +------------------------------------------------------------------------------- gnome-control-center 2.27.5 (2009-07-28) Default applications: diff --git a/configure.in b/configure.in index eefca871d..63aa35e94 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gnome-control-center], [2.27.5], +AC_INIT([gnome-control-center], [2.27.90], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center]) AC_CONFIG_MACRO_DIR([m4])