summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2006-03-13 20:15:37 +0000
committerVincent Untz <vuntz@src.gnome.org>2006-03-13 20:15:37 +0000
commita83c788eeb3403019dc01e0fa3fd40bd632339af (patch)
tree58b06943dbd188d1b5cba6c196af0f050c0f989f
parenta1374ae2941bb60563e3b049c0348190ff7d8f68 (diff)
downloadgnome-desktop-GNOME_DESKTOP_2_14_0.tar.gz
version 2.14.0GNOME_DESKTOP_2_14_0
2006-03-13 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.14.0
-rw-r--r--ChangeLog6
-rw-r--r--NEWS17
-rw-r--r--README4
-rw-r--r--configure.in6
4 files changed, 28 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index a9146639..83416bc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-13 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS:
+ * README: version 2.14.0
+
2006-02-27 Vincent Untz <vuntz@gnome.org>
* configure.in: post-release bump to 2.14.0
diff --git a/NEWS b/NEWS
index 19435834..52d39fa1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+==============
+Version 2.14.0
+==============
+
+ Fixes
+
+ * Don't use a GtkEntry function on a GnomeFileEntry (Vincent)
+
+ Translators
+
+ * Ales Nyakhaychyk (be)
+ * Jérémy Le Floc'h (br)
+ * Petr Tomeš (cs)
+ * Martin Willemoes Hansen (da)
+ * Raivis Dejus (lv)
+ * Åsmund Skjæveland (nn)
+
===============
Version 2.13.92
===============
diff --git a/README b/README
index d003c5ed..880a2023 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-gnome-desktop 2.13.92
-=====================
+gnome-desktop 2.14.0
+====================
This package is free software and is part of the
GNOME project.
diff --git a/configure.in b/configure.in
index 8e6732aa..d9c2e5ef 100644
--- a/configure.in
+++ b/configure.in
@@ -16,7 +16,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=4:13:2
+LT_VERSION=4:14:2
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -31,8 +31,8 @@ AM_PROG_LIBTOOL
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
GNOME_PLATFORM=2
-GNOME_MINOR=13
-GNOME_MICRO=92
+GNOME_MINOR=14
+GNOME_MICRO=0
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`