summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2013-01-14 23:39:36 +0100
committerGiovanni Campagna <gcampagna@src.gnome.org>2013-01-14 23:39:36 +0100
commitdb1d3e421803bfad54482c9db6cc905a7a2284fb (patch)
tree69d3f422ff39704805b83877d60ddf59dfa34092
parentb4c5a26a6ef574c8af50936c1e410da2c5db0feb (diff)
downloadlibgweather-3.7.4.tar.gz
Release 3.7.43.7.4
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 95ecf3b..b9c5663 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
=============
+Version 3.7.4
+=============
+
+* We no longer use libsoup-gnome, and instead depend
+ on a newer libsoup (>= 2.34) which uses libproxy to
+ access proxy configuration
+* Location update scripts have been ported to Python 3
+* Vincent Untz stepped down as a maintainer. Thanks for
+ all the work he did in the past!
+
+=============
Version 3.7.3
=============
diff --git a/configure.ac b/configure.ac
index 5096dc2..a5b090c 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=3:0:0
+LT_VERSION=3:1:0
AC_SUBST(LT_VERSION)
GTK_REQUIRED=2.90.0