[libgweather] Release 3.11.3



commit 60954546c175b2fdced4f4a843430ad19fac53dc
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Wed Dec 18 11:29:46 2013 +0100

    Release 3.11.3

 NEWS         |   14 ++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 62e0728..8aaa5f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
 ==============
+Version 3.10.3
+==============
+
+* Restore support for systems without
+  _NL_MEASUREMENT_MEASUREMENT (BSDs) [Javier Jardon]
+* Add utility function to find the nearest city
+  [#677268, Jasper St Pierre]
+* Add method to get the timezone by ID [Jasper]
+* C standard and build warning fixes fixes [#720207,
+  #720208, Ryan Lortie]
+* Database updates
+* Updated translations
+
+==============
 Version 3.10.1
 ==============
 
diff --git a/configure.ac b/configure.ac
index 09c44e8..02121e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([libgweather],
-        [3.11.1],
+        [3.11.3],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=libgweather],
         [libgweather],
         [http://live.gnome.org/LibGWeather])
@@ -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=6:1:0
+LT_VERSION=7:0:1
 AC_SUBST(LT_VERSION)
 
 GTK_REQUIRED=2.90.0


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