This commit is contained in:
Matthias Clasen 2011-03-28 19:36:01 -04:00
parent 3bba21113c
commit 6d42216388
2 changed files with 55 additions and 1 deletions

54
NEWS
View file

@ -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) Version 2.91.92 (2011-03-21)
============================= =============================

View file

@ -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], AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center]) [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])