summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-09-08 20:01:20 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-09-08 20:01:20 +0000
commit841b3f81673af0fec0b62f1eb01ebcde5fa43cc7 (patch)
treea4468ab8a69e9acffb152f53789aa4fe02235b5e
parent72bc23b61154dcd617aaab05a4ed32d2fd70053f (diff)
downloadgnome-desktop-841b3f81673af0fec0b62f1eb01ebcde5fa43cc7.tar.gz
version 2.23.92GNOME_DESKTOP_2_23_92
2008-09-08 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.23.92 svn path=/trunk/; revision=5219
-rw-r--r--ChangeLog6
-rw-r--r--NEWS22
-rw-r--r--README2
-rw-r--r--configure.in4
4 files changed, 31 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f7c4672..4b8195e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-08 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.23.92
+
2008-09-01 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.23.92
diff --git a/NEWS b/NEWS
index 9d7f118e..310d50ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
===============
+Version 2.23.92
+===============
+
+ libgnome-desktop
+
+ * GnomeRR: fix compilation on Solaris (Vincent)
+
+ Misc
+
+ * Fix compilation with old Xorg with no pkg-config files (Vincent)
+
+ Translators
+
+ * Alexander Shopov (bg)
+ * Jordi Mallach (ca)
+ * David Lodge (en_GB)
+ * Robert Sedak (hr)
+ * Changwoo Ryu (ko)
+ * Clytie Siddall (vi)
+ * Funda Wang (zh_CN)
+
+===============
Version 2.23.91
===============
diff --git a/README b/README
index 51580c80..83f9d98e 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop 2.23.91
+gnome-desktop 2.23.92
=====================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index 1b47b6b9..d5718aa6 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:1:2
+LT_VERSION=9:2:2
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -35,7 +35,7 @@ PKG_PROG_PKG_CONFIG
GNOME_PLATFORM=2
GNOME_MINOR=23
-GNOME_MICRO=91
+GNOME_MICRO=92
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`