prepare for 2.21.2.

2007-11-12  Rodrigo Moya <rodrigo@gnome-db.org>

	* configure.in:
	* NEWS: prepare for 2.21.2.

svn path=/trunk/; revision=8284
This commit is contained in:
Rodrigo Moya 2007-11-12 22:51:32 +00:00 committed by Rodrigo Moya
parent 98f2560c62
commit c5044f9e6c
4 changed files with 55 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2007-11-12 Rodrigo Moya <rodrigo@gnome-db.org>
* configure.in:
* NEWS: prepare for 2.21.2.
2007-11-09 Rodrigo Moya <rodrigo@gnome-db.org>
* configure.in:

45
NEWS
View file

@ -1,3 +1,48 @@
gnome-control-center 2.21.2
about-me:
- Add another string to the list of recognized error returns from passwd
(Jens Granseuer)
- Don't get confused when the user does not have a password set and passwd
immediately asks for the new one (Jens Granseuer) (#336872)
appearance:
- Fix build without libXcursor (Joel Pfaff)
- Be more careful when reading background information from GConf and
make sure we don't choke on NULL values later on (Jens Granseuer)
(#492903)
keyboard:
- Fix warnings and don't use deprecated signal API from GTK (Kjartan
Maraas)
- Move layout options to separate popup (Sergey Udaltsov)
- Rename first tab to "General" (Jens Granseuer)
- Replace text entry and "Choose.." button for keyboard model with a
single chooser button (Denis Washington)
- Don't include keyboard model description in Glade file (Jens Granseuer)
localization:
- Added (very basic skeleton of) localization capplet (Rodrigo Moya,
Denis Washington)
shell:
- Remove reference to non-existing background.desktop (Scott Reeves)
settings daemon:
- Make composited media popup window sizes scale with the screen size (Jens
Granseuer)
common:
- Remove more redundant info from the theme changed callback (Jens Granseuer)
updated translations:
- be@latin (Ihar Hrachyshka)
- es (Jorge Gonzalez)
- fi (Ilkka Tuohela)
- nb (Kjartan Maraas)
- sl (Matej Urbancic)
- sv (Daniel Nylander)
------------------------------------------------------------------------------
gnome-control-center 2.21.1
appearance:

View file

@ -1,4 +1,4 @@
AC_INIT([gnome-control-center], [2.21.1],
AC_INIT([gnome-control-center], [2.21.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])
AC_CONFIG_MACRO_DIR([m4])