update for 2.23.4 Increased gnome-desktop version requirement

2008-06-16  Rodrigo Moya <rodrigo@gnome-db.org>

	* NEWS:
	* configure.in: update for 2.23.4
	Increased gnome-desktop version requirement

svn path=/trunk/; revision=8758
This commit is contained in:
Rodrigo Moya 2008-06-16 15:48:47 +00:00 committed by Rodrigo Moya
parent ebaacdc964
commit 29d0d29005
3 changed files with 30 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2008-06-16 Rodrigo Moya <rodrigo@gnome-db.org>
* NEWS:
* configure.in: update for 2.23.4
Increased gnome-desktop version requirement
==================== 2.23.3 ====================
2008-06-04 Jens Granseuer <jensgr@gmx.net>

22
NEWS
View file

@ -1,3 +1,25 @@
gnome-control-center 2.23.4 (2008-06-16)
default applications:
- Convert to use GConfPropertyEditor and remove a lot of duplicated code in
the process (Thomas Wood)
- Provide a Tango style application icon (Jakub Steiner, Thomas Wood) (#397312)
typing break:
- When postponing a voluntary break, go back to the state before taking the
break instead of going to warn state (Andrey Gusev) (#134595)
general:
- Increased gnome-desktop requirement (Rodrigo Moya)
updated translations:
- ar (Djihed Afifi)
- es (Jorge Gonzalez)
- hu (Gabor Kelemen)
- nb (Kjartan Maraas)
- th (Theppitak Karoonboonyanan)
- zh_CN (Funda Wang)
------------------------------------------------------------------------------
gnome-control-center 2.23.3 (2008-06-04)
appearance:

View file

@ -1,4 +1,4 @@
AC_INIT([gnome-control-center], [2.23.3],
AC_INIT([gnome-control-center], [2.23.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])
AC_CONFIG_MACRO_DIR([m4])
@ -94,7 +94,7 @@ COMMON_MODULES="gtk+-2.0 >= 2.11.6 dnl
gconf-2.0 dnl
libgnomeui-2.0 >= 2.2.0 dnl
libglade-2.0 >= 2.0.0 dnl
gnome-desktop-2.0 >= 2.23.3"
gnome-desktop-2.0 >= 2.23.4"
PKG_CHECK_MODULES(LIBSLAB, $COMMON_MODULES gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango eel-2.0)
PKG_CHECK_MODULES(CAPPLET, $COMMON_MODULES)
PKG_CHECK_MODULES(GNOMECC, $COMMON_MODULES libgnome-menu >= 2.10.1 libpanelapplet-2.0)