libgweather r536 - trunk



Author: vuntz
Date: Tue Dec  2 00:58:27 2008
New Revision: 536
URL: http://svn.gnome.org/viewvc/libgweather?rev=536&view=rev

Log:
2008-12-02  Vincent Untz  <vuntz gnome org>

	* configure.in:
	* NEWS: version 2.25.2


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Dec  2 00:58:27 2008
@@ -1,3 +1,52 @@
+libgweather 2.25.2
+==================
+
+libgweather
+
+	* Add new API to directly get WeatherInfo values instead of strings
+	  (Milan Crha)
+	* Use the degree sign followed by "C" or "F" rather than using the
+	  combined "degrees C" and "degrees F" glyphs (Dan)
+	* Handle wind reports in m/s (Dan)
+	* Use new libsoup 2.25.1 API for proxy instead of some custom code
+	  (Dan)
+	* Use single includes for gtk/glib (Maxim Ermilov)
+	* Do not use deprecated libsoup API (Dan)
+	* Do not care about sub-city locations and only use the first child
+	  (Dan)
+	* Handle compressed Locations.xml files (Vincent)
+	* Code cleanups (Vincent, Dan)
+
+Locations.xml
+
+	* Do not localize sub-city locations since they won't be used in the UI
+	  (Dan)
+	* Add "Bahamas" to the list of countries whose name we put "the" before
+	  in comments (Dan)
+	* Add msgctxt attributes to the XML for duplicate names (Dan)
+	* When given a location name like "Covington / Cincinnati", only create
+	  an entry for one of the two cities (Dan)
+	* Fix spelling of local vs international names (Dan)
+	* Do not assume a weather station is in the same country as a city.
+	  This fixes Luxembourg not appearing in the list of countries (Dan)
+
+Misc
+
+	* Make sure that the shipped COPYING file is GPLv2 (Dan)
+	* Add various flags like -DG_DISABLE_SINGLE_INCLUDES and
+	  _DISABLE_DEPRECATED flags (Dan, Vincent)
+	* Remove locations_file from the pkg-config pc file (Dan, Vincent)
+	* Require intltool 0.40.3 (Dan)
+	* Add --enable-locations-compression configure flag to compress
+	  Locations.xml files with gzip (Vincent)
+	* Add some (incomplete) API documentation with gtk-doc (Vincent, Dan)
+
+Translators
+
+	* Jorge GonzÃlez (es_ES)
+	* Jorge GonzÃlez (es)
+	* Daniel Nylander (sv)
+
 libgweather 2.24.2
 ==================
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Dec  2 00:58:27 2008
@@ -1,4 +1,4 @@
-AC_INIT([libgweather],[2.25.1])
+AC_INIT([libgweather],[2.25.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=3:1:2
+LT_VERSION=4:0:3
 AC_SUBST(LT_VERSION)
 
 GTK_REQUIRED=2.11.0



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