summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2012-06-24 17:13:31 +0200
committerGiovanni Campagna <gcampagna@src.gnome.org>2012-06-24 17:13:31 +0200
commit8154bde3448ac59ed690dcc47668dbc4d14aadd1 (patch)
tree12b14b548dd319643b5295ba52e37e9ad2cc17a2
parentc9f6e8ffb0a2715d9ddb5e83ea03cbc09f525e52 (diff)
downloadlibgweather-3.5.1.tar.gz
Release 3.5.13.5.1
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7a3b5ef..563817e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,30 @@
=============
+Version 3.5.1
+=============
+
+ libgweather
+
+ * Various introspection updates and fixes (Giovanni Campagna)
+ * GWeatherLocation is now a boxed type and used
+ as such through out the library (Giovanni Campagna)
+ * Each GWeatherLocation is now strongly associated
+ with world level location, and this is reflected
+ in GWeatherInfo (Giovanni Campagna)
+ * Fixed retrieving US weather for non US locales
+ (Giovanni Campagna)
+ * Applied symbol filtering to avoid exposing non
+ public API (Giovanni Campagna)
+
+ Translators
+
+ * Greek (Tom Tryfonidis)
+ * Telugu (Sasi Bhushan Boddepalli)
+
+=============
Version 3.5.0
=============
- libgeather
+ libgweather
* Port to GSettings (Giovanni Campagna)
diff --git a/configure.ac b/configure.ac
index e04789e..f58154d 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=1:0:0
+LT_VERSION=2:0:1
AC_SUBST(LT_VERSION)
AC_CANONICAL_HOST