summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2016-04-26 08:32:46 -0400
committerDan Winship <danw@gnome.org>2016-04-26 08:32:46 -0400
commitb97b9ef0d0d3736a4fa096389fba7cd2b5f5e3ed (patch)
treee080ddf0afa709c1d64520179f3042698c3cc3e0
parent78e2c93525358af95c740bb9e52a3ef20c1c32b5 (diff)
downloadlibsoup-b97b9ef0d0d3736a4fa096389fba7cd2b5f5e3ed.tar.gz
2.54.12.54.1
-rw-r--r--NEWS18
-rw-r--r--configure.ac5
2 files changed, 20 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 06f97a80..b8a40a81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes in libsoup from 2.54.0.1 to 2.54.1:
+
+ * *** IMPORTANT ***
+ Fixed an ABI break in 2.54.0 caused by adding a member to
+ SoupAuthClass; 2.54.1 is ABI-compatible with 2.53.92 and
+ earlier, but NOT with the anomalous 2.54.0. If you built
+ packages against 2.54.0, you will need to rebuild them
+ against 2.54.1.
+
+ * Fixed NTLM authentication when ntlm_auth from the latest
+ version of Samba is present. [#765106, Milan Crha]
+
+ * Updates to MSVC build, including for GSS-API support
+ [Chun-wei Fan]
+
+ * Updated translations:
+ Friulian
+
Changes in libsoup from 2.53.92 to 2.54.0.1:
* (2.54.0.1 fixes a build problem with the 2.54.0 tarball,
diff --git a/configure.ac b/configure.ac
index c8024729..afd089c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,11 +4,10 @@ dnl *******************************************
m4_define([soup_major_version], [2])
m4_define([soup_minor_version], [54])
-m4_define([soup_micro_version], [0])
-m4_define([soup_nano_version], [1])
+m4_define([soup_micro_version], [1])
AC_PREREQ(2.63)
-AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version.soup_nano_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])