summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-12-01 23:35:30 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-12-01 23:35:30 +0000
commit84927daf2ee5959ab41c4f1d122b179279b67b68 (patch)
tree11a07e20f480e8e9b0bcb11b69fe401fca6b8c3e
parent3153e3e96248b0a5dac4965cd03f3a0bf6d2f056 (diff)
downloadgnome-desktop-84927daf2ee5959ab41c4f1d122b179279b67b68.tar.gz
version 2.25.2GNOME_DESKTOP_2_25_2
2008-12-02 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.25.2 svn path=/trunk/; revision=5295
-rw-r--r--ChangeLog6
-rw-r--r--NEWS23
-rw-r--r--README4
-rw-r--r--configure.in4
4 files changed, 33 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index be6ece1b..b65526a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-02 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.25.2
+
2008-12-01 Vincent Untz <vuntz@gnome.org>
* configure.in: require GTK+ 2.14. Fix bug #556252.
diff --git a/NEWS b/NEWS
index 185d9b1b..831a1153 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+==============
+Version 2.25.2
+==============
+
+ libgnome-desktop
+
+ * GnomeDesktopThumbnail: reenable check for preview::icon (Vincent)
+ * GnomeRR: add Lenovo display name (Søren Sandmann)
+ * GnomeBG: plug a leak (Cosimo Cecchi)
+ * GnomeDesktopThumbnail: fix potential crash when a temporary file
+ cannot be created (Vincent)
+
+ Misc
+
+ * Require glib 2.19.1 (Vincent)
+ * Update a bit API documentation (Vincent)
+ * Require GTK+ 2.14.0 (Vincent)
+
+ Translators
+
+ * Jorge González (es)
+ * Daniel Nylander (sv)
+
================
Version 2.25.1.1
================
diff --git a/README b/README
index ec654a7f..91eeda1d 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-gnome-desktop 2.25.1.1
-======================
+gnome-desktop 2.25.2
+====================
This package is free software and is part of the
GNOME project.
diff --git a/configure.in b/configure.in
index 1c54b2cb..78868d95 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=10:1:0
+LT_VERSION=10:2:0
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -35,7 +35,7 @@ PKG_PROG_PKG_CONFIG
GNOME_PLATFORM=2
GNOME_MINOR=25
-GNOME_MICRO=1
+GNOME_MICRO=2
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`