summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-09-22 21:13:17 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-09-22 21:13:17 +0000
commit396d1d62c14538485a795e94d93106eb78574a5a (patch)
treef15f18374bfacef095fae56c52c9bb05fb75d36f
parent497c11be5f6ab2f96a7bfc45bd02338cab5bf77e (diff)
downloadgnome-desktop-396d1d62c14538485a795e94d93106eb78574a5a.tar.gz
version 2.24.0GNOME_DESKTOP_2_24_0
2008-09-22 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.24.0 svn path=/trunk/; revision=5244
-rw-r--r--ChangeLog6
-rw-r--r--NEWS31
-rw-r--r--README4
-rw-r--r--configure.in6
4 files changed, 42 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ab39982..8ca64313 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-22 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.24.0
+
2008-09-08 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.24.0
diff --git a/NEWS b/NEWS
index 310d50ce..c01a4a8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+==============
+Version 2.24.0
+==============
+
+ libgnome-desktop
+
+ * GnomeRR: don't try and set the screen size if turning off any of the
+ CRTC's failed (Søren Sandmann)
+ * GnomeDesktopItem: compute the length of the string passed to
+ gnome_desktop_item_new_from_string if the len is not specified
+ (Federico Mena Quintero)
+
+ Translators
+
+ * F Wolff (af)
+ * Djihed Afifi (ar)
+ * Kenneth Nielsen (da)
+ * Dawa pemo (dz)
+ * Rajesh Ranjan (hi)
+ * Gabor Kelemen (hu)
+ * Gintautas Miliauskas (lt)
+ * Sandeep Shedmake (mr)
+ * Dan Damian (ro)
+ * Zhovner Pavel (ru)
+ * Laurent Dhima (sq)
+ * Горан Ракић (sr)
+ * I. Felix (ta)
+ * Baris Cicek (tr)
+ * Chao-Hsiung Liao (zh_HK)
+ * Chao-Hsiung Liao (zh_TW)
+
===============
Version 2.23.92
===============
diff --git a/README b/README
index 83f9d98e..d5897a88 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-gnome-desktop 2.23.92
-=====================
+gnome-desktop 2.24.0
+====================
This package is free software and is part of the
GNOME project.
diff --git a/configure.in b/configure.in
index ae517174..4c52fa79 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=9:2:2
+LT_VERSION=9:3:2
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -34,8 +34,8 @@ AC_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
GNOME_PLATFORM=2
-GNOME_MINOR=23
-GNOME_MICRO=92
+GNOME_MINOR=24
+GNOME_MICRO=0
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`