diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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 |