summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-04-15 20:32:31 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-04-15 20:32:31 +0000
commit4f7a938bde4af0a6e883076e7f8542da57811f8e (patch)
treefa356cdaaefa13b42f775677cdbd8c0212ac485f
parent4b7d49873f6218950a6521558f6cd14197223f88 (diff)
downloadlibgweather-4f7a938bde4af0a6e883076e7f8542da57811f8e.tar.gz
version 2.22.1.2LIBGWEATHER_2_22_1_2
2008-04-15 Vincent Untz <vuntz@gnome.org> * configure.in: * NEWS: version 2.22.1.2 svn path=/branches/gnome-2-22/; revision=174
-rw-r--r--ChangeLog5
-rw-r--r--NEWS26
-rw-r--r--configure.in4
3 files changed, 33 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a16570a..8bf564d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-04-15 Vincent Untz <vuntz@gnome.org>
+ * configure.in:
+ * NEWS: version 2.22.1.2
+
+2008-04-15 Vincent Untz <vuntz@gnome.org>
+
* data/Makefile.am:
* po-locations/Makefile.am: changes to make distcheck work
diff --git a/NEWS b/NEWS
index 99274ab..e7f06e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+libgweather 2.22.1.2
+====================
+
+The API/ABI has been broken in this release.
+
+libgweather
+
+ * Parse the localized Locations.xml if available (Vincent)
+
+Locations.xml
+
+ * Updated Russian tz-hints (Nickolay V. Shmyrev)
+ * Add correct tz-hint for Valparaiso, IN (Shaun McCance)
+ * Fix many tz-hints (Dan Winship)
+ * Add script to check the tz-hints are valid (Dan Winship, Vincent)
+ * Add some documentation about the format of the file (Dan Winship)
+ * Create per-locale XML files if asked so to improve performance
+ (Vincent)
+
+Misc
+
+ * Add new --enable-all-translations-in-one-xml configure flag to keep
+ the old behavior of building one XML file with all translations
+ instead of creating per-locale XML files (Vincent)
+ * List the right libraries requirements in gweather.pc (Vincent)
+
libgweather 2.22.1.1
====================
diff --git a/configure.in b/configure.in
index 738fd56..0e5e463 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([libgweather],[2.22.2])
+AC_INIT([libgweather],[2.22.1.2])
AC_PREREQ(2.59)
AM_CONFIG_HEADER(config.h)
@@ -12,7 +12,7 @@ AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=1:0:0
+LT_VERSION=1:1:0
AC_SUBST(LT_VERSION)
GTK_REQUIRED=2.11.0