summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1d86334..8c08700 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
==============
+Version 3.17.1
+==============
+
+* API break: some include files were renamed, and single includes
+ are now mandatory. Binary compatibility was preserved.
+* Misc bug fixes to the search in the database [#747017, #748299]
+* Location database fixes [Changwoo Ryu, #747155]
+* Build system updates to improve operation with GNOME Builder
+* Build system fixes [Emmanuele Bassi, #747837] [#747890]
+
+==============
Version 3.16.1
==============
diff --git a/configure.ac b/configure.ac
index f5673a6..b03033f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_SUBST(LIBGWEATHER_VERSION)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=10:1:4
+LT_VERSION=10:2:4
AC_SUBST(LT_VERSION)
GTK_REQUIRED=3.13.5