diff --git a/NEWS b/NEWS index 96d0af878..61aabf94f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,57 @@ +============================= +Version 2.91.93 (2011-03-28) +============================= + +Common: +- Add a --verbose option to the shell +- Make sure the desktop file uses categories that show up in menus + + +Date & Time: +- Fix time widget ordering in RTL locales + +Printing: +- Use a single privilege to unlock the entire page +- Honor disable-print-setup lockdown setting +- Use CUPS printer test page + +Power: +- Use a better icon + +Sound: +- Port to GSettings +- Fallback if loading a non-existent custom theme + +User Accounts: +- Remove stray debugging output +- Make crop window modal +- Fix crop window background color + +Universal Access: +- Bring screen reader option back + +Network: +- Drop creation of custom connections for now, except for VPN +- Show a padlock icon for 'secure' access points +- Memory leak fixes +- Implement on/off switch for wired devices +- Properly track VPN connection state +- Use grids for better UI alignment +- Handle NetworkManager restarts gracefully + +Region: +- Remove tooltips from layout list + +Background: +- Make the window fit on small screens + +Translations: + Arabic, Swedish, Galician, Estonian, Norwegian bokmål, Italian, + Slovenian, Romanian, German, Simplified Chinese, Ukrainian, + Spanish, French, Russian, Catalan, Dutch, Punjabi, Korean, + Czech, Hebrew, Vietnamese, Japanese, Uighur, Latvian, Hindi, + Brazilian Portuguese, Polish + ============================= Version 2.91.92 (2011-03-21) ============================= diff --git a/configure.ac b/configure.ac index 210cd191b..33d37be1b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -m4_define([gnome_control_center_version], 2.91.92) +m4_define([gnome_control_center_version], 2.91.93) AC_INIT([gnome-control-center], [gnome_control_center_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])