summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2009-03-16 22:48:12 +0000
committerVincent Untz <vuntz@src.gnome.org>2009-03-16 22:48:12 +0000
commit9b6e707f0bb30c22255868c8c2cae3b8bc076247 (patch)
treed428bb43ca874099b3c06dc89c60e5a32ba07de1
parentd449bc78012fbc5e58a7d030db46bc855e779fb9 (diff)
downloadgnome-desktop-9b6e707f0bb30c22255868c8c2cae3b8bc076247.tar.gz
version 2.26.0GNOME_DESKTOP_2_26_0
2009-03-16 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.26.0 svn path=/trunk/; revision=5443
-rw-r--r--ChangeLog6
-rw-r--r--NEWS28
-rw-r--r--README4
-rw-r--r--configure.in6
4 files changed, 39 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d88c6509..65949ec6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-16 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.26.0
+
2009-03-09 Vincent Untz <vuntz@gnome.org>
* configure.in: remove scrollkeeper check. This has to be done by
diff --git a/NEWS b/NEWS
index d2634387..4ef1933b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+==============
+Version 2.26.0
+==============
+
+ libgnome-desktop
+
+ * GnomeRR: rab the X server while tweaking the RANDR configuration.
+ (Federico Mena Quintero)
+
+ Misc
+
+ * Remove scrollkeeper check, since it belongs to gnome-doc-utils
+ (Vincent)
+
+ Translators
+
+ * Amitakhya Phukan (as)
+ * Runa Bhattacharjee (bn_IN)
+ * Petr Kovar (cs)
+ * Christian Kirbach (de)
+ * Kostas Papadimas (el)
+ * Suso Baleato (gl)
+ * Rajesh Ranjan (hi)
+ * Sandeep Shedmake (mr)
+ * I. Felix (ta)
+ * Krishna Babu K (te)
+ * Baris Cicek (tr)
+
===============
Version 2.25.92
===============
diff --git a/README b/README
index 7d1de2d9..0da8ee91 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-gnome-desktop 2.25.92
-=====================
+gnome-desktop 2.26.0
+====================
This package is free software and is part of the
GNOME project.
diff --git a/configure.in b/configure.in
index 45783166..03ec3afa 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=13:2:2
+LT_VERSION=13: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=25
-GNOME_MICRO=92
+GNOME_MINOR=26
+GNOME_MICRO=0
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`