summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2009-01-19 23:17:11 +0000
committerVincent Untz <vuntz@src.gnome.org>2009-01-19 23:17:11 +0000
commit0bf3d65033cb12babe2af7573b01d3fc7d9d1c6d (patch)
treed8327448e18e63e1b56a1721b446ddb9f28d89e6
parent2a6f2c1463d9833d6d98edeb8db07b6aa4c98834 (diff)
downloadgnome-desktop-0bf3d65033cb12babe2af7573b01d3fc7d9d1c6d.tar.gz
version 2.25.5GNOME_DESKTOP_2_25_5
2009-01-19 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.25.5 svn path=/trunk/; revision=5357
-rw-r--r--ChangeLog6
-rw-r--r--NEWS25
-rw-r--r--README2
-rw-r--r--configure.in4
4 files changed, 34 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 13e46859..18b978d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-19 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.25.5
+
2009-01-06 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.25.5
diff --git a/NEWS b/NEWS
index bd57ec9b..d28916c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,29 @@
==============
+Version 2.25.5
+==============
+
+ libgnome-desktop
+
+ * GnomeBG: use gdk_color_equal() instead of custom function (Vincent)
+ * GnomeRR: use XRRGetScreenResourcesCurrent instead of
+ XRRGetScreenResources when available (xrandr 1.3) because it's
+ cheaper (Alberto Milone)
+ * GnomeBG: emit "transitioned" signal instead of "changed" signal for
+ new frames in a slideshow background (Ray Strode)
+ * GnomeBG: reorganize code a bit (Ray Strode)
+ * GnomeBG: add fading API to support fading between two backgrounds
+ (Ray Strode)
+
+ Translators
+
+ * saudat mohammed (ha)
+ * Onye, Sylvester (ig)
+ * Djavan Fagundes (pt_BR)
+ * Nurali Abdurahmonov (uz@cyrillic)
+ * Nurali Abdurahmonov (uz)
+ * Sunday Ayo Fajuyitan (yo)
+
+==============
Version 2.25.4
==============
diff --git a/README b/README
index b259d5f2..ed324eb1 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop 2.25.4
+gnome-desktop 2.25.5
====================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index 67fd1657..c101a4ec 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=11:1:0
+LT_VERSION=12:0:1
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -35,7 +35,7 @@ PKG_PROG_PKG_CONFIG
GNOME_PLATFORM=2
GNOME_MINOR=25
-GNOME_MICRO=4
+GNOME_MICRO=5
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`