summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS24
-rw-r--r--README2
-rw-r--r--configure.in6
4 files changed, 34 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b5577ac..12301070 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-18 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.21.4
+
2007-11-12 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.21.3
diff --git a/NEWS b/NEWS
index 435df509..da709a3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,28 @@
==============
+Version 2.21.4
+==============
+
+ libgnome-desktop
+
+ * New GnomeBG API (Søren Sandmann)
+
+ Doc Translations
+
+ * Kalman Kemenczy (hu)
+
+ Translators
+
+ * Ihar Hrachyshka (be@latin)
+ * Jorge González (es)
+ * Ivar Smolin (et)
+ * Ignacio Casal Quinteiro (gl)
+ * Ani Peter (ml)
+ * Kjartan Maraas (nb)
+ * Zhovner Pavel (ru)
+ * Matej Urbančič (sl)
+ * Daniel Nylander (sv)
+
+==============
Version 2.21.2
==============
diff --git a/README b/README
index fa74d8ec..eae8c4eb 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop 2.21.2
+gnome-desktop 2.21.4
====================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index 3d30f3b7..783a2cc4 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-desktop], [2.21.3],
+AC_INIT([gnome-desktop], [2.21.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-desktop])
AC_CONFIG_SRCDIR([libgnome-desktop])
@@ -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:15:3
+LT_VERSION=6:0:4
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -35,7 +35,7 @@ PKG_PROG_PKG_CONFIG
GNOME_PLATFORM=2
GNOME_MINOR=21
-GNOME_MICRO=2
+GNOME_MICRO=4
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`