summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2012-12-17 21:57:34 +0100
committerGiovanni Campagna <gcampagna@src.gnome.org>2012-12-17 21:57:34 +0100
commitd95ec63e3ce602c775642eaf6acc17f4da975ced (patch)
tree671f6507e05531929442ed247f484f7dd1aab084
parentb992a26edc23b33089e3d7c732df8e1cdfcfe515 (diff)
downloadlibgweather-d95ec63e3ce602c775642eaf6acc17f4da975ced.tar.gz
Release 3.7.33.7.3
Includes the soname bump for the ABI changes that happened since last release.
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
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