libgweather r174 - branches/gnome-2-22



Author: vuntz
Date: Tue Apr 15 21:32:31 2008
New Revision: 174
URL: http://svn.gnome.org/viewvc/libgweather?rev=174&view=rev

Log:
2008-04-15  Vincent Untz  <vuntz gnome org>

	* configure.in:
	* NEWS: version 2.22.1.2


Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/NEWS
   branches/gnome-2-22/configure.in

Modified: branches/gnome-2-22/NEWS
==============================================================================
--- branches/gnome-2-22/NEWS	(original)
+++ branches/gnome-2-22/NEWS	Tue Apr 15 21:32:31 2008
@@ -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
 ====================
 

Modified: branches/gnome-2-22/configure.in
==============================================================================
--- branches/gnome-2-22/configure.in	(original)
+++ branches/gnome-2-22/configure.in	Tue Apr 15 21:32:31 2008
@@ -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 @@
 #   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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]