summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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