summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-05-13 10:34:24 +0000
committerVincent Untz <vuntz@src.gnome.org>2007-05-13 10:34:24 +0000
commit1c3451e3a23fa9b419810a257253971ef0a615a0 (patch)
tree2cb53c19d7a56aba971df5af072dc6161f4a0cb3
parentabdbc1357723a8654a0ce94a2fd94a6cbdb6b6b6 (diff)
downloadgnome-desktop-1c3451e3a23fa9b419810a257253971ef0a615a0.tar.gz
version 2.19.2GNOME_DESKTOP_2_19_2
2007-05-13 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.19.2 svn path=/trunk/; revision=4770
-rw-r--r--ChangeLog6
-rw-r--r--NEWS18
-rw-r--r--README2
-rw-r--r--configure.in8
4 files changed, 29 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 44b0c148..26b5bb97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-13 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.19.2
+
2007-04-28 Vincent Untz <vuntz@gnome.org>
* desktop-links/: kill old directory
diff --git a/NEWS b/NEWS
index d83952ad..8dd7e743 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
==============
+Version 2.19.2
+==============
+
+ gnome-about
+
+ * Add names of new contributors! (Vincent)
+
+ Doc Translations
+
+ * Changwoo Ryu (ko)
+
+ Translators
+
+ * Ihar Hrachyshka (be@latin)
+ * Jorge González (es)
+ * Yannig MARCHEGAY (Kokoyaya) (oc)
+
+==============
Version 2.18.1
==============
diff --git a/README b/README
index 1e970702..3f2afeda 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop 2.18.1
+gnome-desktop 2.19.2
====================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index 59209b27..513b772e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([gnome-desktop], [2.18.2],
+AC_INIT([gnome-desktop], [2.19.2],
[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:5:3
+LT_VERSION=5:6:3
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -34,8 +34,8 @@ AC_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
GNOME_PLATFORM=2
-GNOME_MINOR=18
-GNOME_MICRO=1
+GNOME_MINOR=19
+GNOME_MICRO=2
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`