summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-01-14 23:00:22 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-01-14 23:00:22 +0000
commit238e40bd9907cd18d67816320ea9ee86e4cbcbbc (patch)
tree0e039494408544184b2717f36dd9d90ba9064228
parent5b7212da0791a4daad431775ba5313406d6997ef (diff)
downloadgnome-desktop-238e40bd9907cd18d67816320ea9ee86e4cbcbbc.tar.gz
version 2.21.5GNOME_DESKTOP_2_21_5
2008-01-14 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.21.5 svn path=/trunk/; revision=4965
-rw-r--r--ChangeLog6
-rw-r--r--NEWS27
-rw-r--r--README2
-rw-r--r--configure.in4
4 files changed, 36 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b4ef9273..853937b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-14 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.21.5
+
2008-01-07 Vincent Untz <vuntz@gnome.org>
* configure.in: pkg-config (and old checks) for X11
diff --git a/NEWS b/NEWS
index da709a3c..3584f4d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,31 @@
==============
+Version 2.21.5
+==============
+
+ gnome-about
+
+ * Don't keep the window centered (Guillaume Seguin)
+ * Fix problem when the color of the logo is wrong when changing theme
+ (Guillaume Seguin)
+ * Cleanups (Guillaume Seguin)
+ * Slow down a bit the animation for the description so people can
+ actually read it (Guillaume Seguin)
+
+ Misc
+
+ * Add check for X11 libraries (Vincent)
+
+ Translators
+
+ * Iñaki Larrañaga Murgoitio (eu)
+ * Seán de Búrca (ga)
+ * Thierry Randrianiriana (mg)
+ * Ani Peter (ml)
+ * Yannig Marchegay (Kokoyaya) (oc)
+ * Hugo Doria (pt_BR)
+ * Clytie Siddall (vi)
+
+==============
Version 2.21.4
==============
diff --git a/README b/README
index eae8c4eb..708be9f2 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop 2.21.4
+gnome-desktop 2.21.5
====================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index 2b74a8ca..4dcd7855 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=6:0:4
+LT_VERSION=6:1:4
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -35,7 +35,7 @@ PKG_PROG_PKG_CONFIG
GNOME_PLATFORM=2
GNOME_MINOR=21
-GNOME_MICRO=4
+GNOME_MICRO=5
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`