summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2006-04-10 13:34:51 +0000
committerVincent Untz <vuntz@src.gnome.org>2006-04-10 13:34:51 +0000
commit03cb4018c1d69b9673830d96fd84edca0250f607 (patch)
tree59ea8c2b9fb6f8913719b5fdeedf41787c5e8348
parent7a0279113c80bdba3887a08a209a1d518c726265 (diff)
downloadgnome-desktop-03cb4018c1d69b9673830d96fd84edca0250f607.tar.gz
version 2.14.1GNOME_DESKTOP_2_14_1
2006-04-10 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: * README: version 2.14.1
-rw-r--r--ChangeLog6
-rw-r--r--NEWS35
-rw-r--r--README2
-rw-r--r--configure.in4
4 files changed, 44 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 93bd4d6b..aedd3c22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-04-10 Vincent Untz <vuntz@gnome.org>
+ * configure.in:
+ * NEWS:
+ * README: version 2.14.1
+
+2006-04-10 Vincent Untz <vuntz@gnome.org>
+
* docs/reference/gnome-desktop/Makefile.am: fix distcheck
2006-04-10 Vincent Untz <vuntz@gnome.org>
diff --git a/NEWS b/NEWS
index 52d39fa1..d9ee854a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,39 @@
==============
+Version 2.14.1
+==============
+
+ Fixes
+
+ * Make URI canonical before using them (Vincent)
+ * Remember the added locales in GnomeDitemEdit (Vincent)
+ * Sort locales list in GnomeDitemEdit (Vincent)
+ * Make sure that there is a Name/Comment/etc. for C locale when
+ generating a .desktop file (Vincent)
+ * Use gdk_x11_display_get_user_time() to get the launch time (Vincent)
+
+ Misc
+
+ * Generate API documentation (Vincent)
+ * Add GTK to the categories of gnome-about.desktop (Vincent)
+
+ Documentation
+
+ * Replace entities with UTF-8 (Shaun McCance)
+ * Updated URLs and emails in the gnome-feedback document
+ (Joachim Noreiko)
+
+ Doc Translations
+
+ * Maxim Dziumanenko (uk)
+
+ Translators
+
+ * Pema Geyleg (dz)
+ * Ivar Smolin (et)
+ * Ilkka Tuohela (fi)
+ * Luca Ferretti (it)
+
+==============
Version 2.14.0
==============
diff --git a/README b/README
index 880a2023..83b41a93 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop 2.14.0
+gnome-desktop 2.14.1
====================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index c5e07d95..f9fb29a8 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,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:14:2
+LT_VERSION=4:15:2
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -34,7 +34,7 @@ AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
GNOME_PLATFORM=2
GNOME_MINOR=14
-GNOME_MICRO=0
+GNOME_MICRO=1
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`