Release 2.31.3

This commit is contained in:
Thomas Wood 2010-06-07 18:04:02 +01:00
parent 0bab4d746a
commit 4b64b669ef
2 changed files with 36 additions and 1 deletions

35
NEWS
View file

@ -1,3 +1,38 @@
-------------------------------------------------------------------------------
gnome-control-center 2.31.3 (2010-06-07)
About Me:
- Catch error messages from passwd (#620135) (Bin Li)
Common:
- Replace deprecated GTK+ symbols. (#572325) (Andre Klapper)
Display:
- Convert to a settings panel (Thomas Wood)
Keyboard:
- Change Print layout to Show layout (Sergey V. Udaltsov)
Shell:
- Ensure padding around each embedded settings panel (Thomas Wood)
- Set the window icon and title when opening a panel (Thomas Wood)
- Improve keyboard navigation (Matthias Clasen)
Universal-Access:
- Implement a new accessibility preferences panel
(Thomas Wood, William Jon McCann)
General:
- Make desktop file naming more consistent (Thomas Wood)
- Add X-GNOME-Settings-Panel key to panel desktop files (Thomas Wood)
- Make sure the Exec line is valid in panel desktop files (Thomas Wood)
Translations:
- es (Jorge González)
- et (Ivar Smolin)
- gl (Fran Diéguez)
- he (Yaron Shahrabani)
-------------------------------------------------------------------------------
gnome-control-center 2.31.2 (2010-05-24)

View file

@ -1,4 +1,4 @@
m4_define([gnome_control_center_version], 2.31.2)
m4_define([gnome_control_center_version], 2.31.3)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])