summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-11-27 00:13:46 +0000
committerVincent Untz <vuntz@src.gnome.org>2007-11-27 00:13:46 +0000
commit5eca6ec4c764a93d04722e0979fbbfefdedd27bb (patch)
tree78150bb6f9fbc9c352b156ab4d533b578458ecc2
parentde01f78af4c647a261f47143937dc6cf123e5ff9 (diff)
downloadgnome-desktop-5eca6ec4c764a93d04722e0979fbbfefdedd27bb.tar.gz
version 2.20.2GNOME_DESKTOP_2_20_2
2007-11-27 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.20.2 svn path=/branches/gnome-2-20/; revision=4935
-rw-r--r--ChangeLog6
-rw-r--r--NEWS15
-rw-r--r--README2
-rw-r--r--configure.in4
4 files changed, 24 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2158fef9..3683b8e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-27 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.20.2
+
2007-10-15 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.20.2
diff --git a/NEWS b/NEWS
index 1c649e7b..2034811e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
==============
+Version 2.20.2
+==============
+
+ Doc Translations
+
+ * Kálmán Kéménczy (hu)
+
+ Translators
+
+ * Anas Husseini (ar)
+ * Ihar Hrachyshka (be@latin)
+ * Ivar Smolin (et)
+ * Seán de Búrca (ga)
+
+==============
Version 2.20.1
==============
diff --git a/README b/README
index 863cea7b..e585b31a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop 2.20.1
+gnome-desktop 2.20.2
====================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index 30e3b800..120cc8df 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=5:14:3
+LT_VERSION=5:15:3
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -35,7 +35,7 @@ PKG_PROG_PKG_CONFIG
GNOME_PLATFORM=2
GNOME_MINOR=20
-GNOME_MICRO=1
+GNOME_MICRO=2
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`