summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-06-17 19:14:18 +0000
committerVincent Untz <vuntz@src.gnome.org>2007-06-17 19:14:18 +0000
commitb1bac9e028793f96293d50b156c54c5c185c7378 (patch)
tree7b68f4eb7fa121f43899f6b5b294a11f2855aab8
parent18d00d2d602b92d4443f4a72553efa8df718ccf5 (diff)
downloadgnome-desktop-b1bac9e028793f96293d50b156c54c5c185c7378.tar.gz
version 2.19.4GNOME_DESKTOP_2_19_4
2007-06-17 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.19.4 svn path=/trunk/; revision=4798
-rw-r--r--ChangeLog6
-rw-r--r--NEWS22
-rw-r--r--README4
-rw-r--r--configure.in4
4 files changed, 32 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 763fa362..393bd9a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-17 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.19.4
+
2007-06-14 Vincent Untz <vuntz@gnome.org>
* configure.in: require gtk+ 2.11.3
diff --git a/NEWS b/NEWS
index 3de1ee87..185435f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+==============
+Version 2.19.4
+==============
+
+ gnome-about
+
+ * Use g_timeout_add_seconds() when possible (Vincent)
+
+ libgnome-desktop
+
+ * Use g_timeout_add_seconds() when possible (Vincent)
+ * Migrate to new tooltip API
+
+ Misc
+
+ * Require glib 2.13.0 (Vincent)
+ * Require gtk+ 2.11.3 (Vincent)
+
+ Translators
+
+ * Pema Geyleg (dz)
+
================
Version 2.19.3.1
================
diff --git a/README b/README
index 34b05bf4..0477b8e9 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-gnome-desktop 2.19.3.1
-======================
+gnome-desktop 2.19.4
+====================
This package is free software and is part of the
GNOME project.
diff --git a/configure.in b/configure.in
index ff6c3fdb..761f0198 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:8:3
+LT_VERSION=5:9:3
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -35,7 +35,7 @@ PKG_PROG_PKG_CONFIG
GNOME_PLATFORM=2
GNOME_MINOR=19
-GNOME_MICRO=3
+GNOME_MICRO=4
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`