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> 2007-11-09 Rodrigo Moya <rodrigo@gnome-db.org>
* configure.in: * 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 gnome-control-center 2.21.1
appearance: 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]) [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])

View file

@ -1,6 +1,6 @@
2007-11-12 Jorge Gonzalez <jorgegonz@svn.gnome.org> 2007-11-12 Jorge Gonzalez <jorgegonz@svn.gnome.org>
* es.po: Updated Spanish translation * es.po: Updated Spanish translation
2007-11-12 Matej Urbančič <mateju@svn.gnome.org> 2007-11-12 Matej Urbančič <mateju@svn.gnome.org>
@ -16,7 +16,7 @@
2007-11-06 Jorge Gonzalez <jorgegonz@svn.gnome.org> 2007-11-06 Jorge Gonzalez <jorgegonz@svn.gnome.org>
* es.po: Updated Spanish translation * es.po: Updated Spanish translation
2007-11-06 Ihar Hrachyshka <ihar.hrachyshka@gmail.com> 2007-11-06 Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
@ -24,7 +24,7 @@
2007-11-03 Jorge Gonzalez <jorgegonz@svn.gnome.org> 2007-11-03 Jorge Gonzalez <jorgegonz@svn.gnome.org>
* es.po: Updated Spanish translation * es.po: Updated Spanish translation
2007-11-02 Kjartan Maraas <kmaraas@gnome.org> 2007-11-02 Kjartan Maraas <kmaraas@gnome.org>
@ -32,7 +32,7 @@
2007-11-01 Jorge Gonzalez <jorgegonz@svn.gnome.org> 2007-11-01 Jorge Gonzalez <jorgegonz@svn.gnome.org>
* es/es.po: Updated Spanish translation * es/es.po: Updated Spanish translation
2007-10-31 Ilkka Tuohela <hile@iki.fi> 2007-10-31 Ilkka Tuohela <hile@iki.fi>