[libgweather] Release 3.14.1



commit c5616e565bde6dcf3784a0fc2da61df2cc05d9df
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Mon Oct 13 09:59:43 2014 -0700

    Release 3.14.1

 NEWS         |    9 +++++++++
 configure.ac |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b57a132..da5fb93 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
 ==============
+Version 3.14.1
+==============
+
+* The yahoo weather backend now uses HTTPS for privacy [#737566]
+* The yr.no weather backend was fixed (it regressed in 3.13.92)
+  [#738307]
+* Updated translations
+
+==============
 Version 3.14.0
 ==============
 
diff --git a/configure.ac b/configure.ac
index 049e8c5..c3c3855 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define(libgweather_major_version,   3)
 m4_define(libgweather_minor_version,  14)
-m4_define(libgweather_micro_version,  0)
+m4_define(libgweather_micro_version,  1)
 m4_define(libgweather_version, libgweather_major_version.libgweather_minor_version.libgweather_micro_version)
 
 AC_INIT([libgweather],
@@ -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=9:1:3
+LT_VERSION=9:2:3
 AC_SUBST(LT_VERSION)
 
 GTK_REQUIRED=3.13.5


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