[libgweather] Release 3.7.3



commit d95ec63e3ce602c775642eaf6acc17f4da975ced
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Mon Dec 17 21:57:34 2012 +0100

    Release 3.7.3
    
    Includes the soname bump for the ABI changes that happened since
    last release.

 NEWS         |   19 +++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index aa530b9..95ecf3b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,23 @@
 =============
+Version 3.7.3
+=============
+
+* Two new backends for GWeatherInfo: Yahoo! Weather
+  and Yr.no.
+  Work has started to include Yahoo location data (WOEID) in
+  the offline database.
+* GWeatherInfo backends can now be enabled and
+  disabled individually from the application side.
+* GWeatherXML was removed from the public API. No users
+  of it are known, however the soname was bumped.
+* GWeatherLocation is now serializable to GVariant for
+  storage in GSettings.
+* GWeatherInfo no longer requires network access for
+  astronomical data.
+* Unmaintained Windows support was removed.
+* Translation updates
+
+=============
 Version 3.7.2
 =============
 
diff --git a/configure.ac b/configure.ac
index c30268a..df4cbcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 
-LT_VERSION=2:0:1
+LT_VERSION=3:0:0
 AC_SUBST(LT_VERSION)
 
 GTK_REQUIRED=2.90.0



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