libgweather r196 - trunk



Author: vuntz
Date: Mon Apr 21 20:17:41 2008
New Revision: 196
URL: http://svn.gnome.org/viewvc/libgweather?rev=196&view=rev

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

	* configure.in:
	* NEWS: version 2.23.1


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Apr 21 20:17:41 2008
@@ -1,3 +1,45 @@
+libgweather 2.23.1
+==================
+
+libgweather
+
+	* Parse the localized Locations.xml if available (Vincent)
+	* When parsing Locations.xml, merge a city with its location when
+	  there's only one location (Vincent)
+	* Do not keep region/country/state/city without locations (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)
+	* Divide Mexico locations into states (Federico Mena Quintero)
+	* Update data for Santiago (Jaap A. Haitsma)
+	* Fix coordinates for Nefta (Jaap A. Haitsma)
+
+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)
+	* Fix build when LINGUAS is set (Vincent)
+	* Fix build with -jX (Vincent)
+
+Translators
+
+	* Bastien Nocera (en_GB)
+	* Jorge Gonzalez (es)
+	* Vincent Untz (fr)
+	* Yair Hershkovitz (he)
+	* Kjartan Maraas (nb)
+	* Wouter Bolsterlee (nl)
+	* Daniel Nylander (sv)
+
 libgweather 2.22.1.1
 ====================
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Apr 21 20:17:41 2008
@@ -1,4 +1,4 @@
-AC_INIT([libgweather],[2.22.2])
+AC_INIT([libgweather],[2.23.1])
 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]