[libsoup] 2.54.1
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] 2.54.1
- Date: Tue, 26 Apr 2016 12:37:46 +0000 (UTC)
commit b97b9ef0d0d3736a4fa096389fba7cd2b5f5e3ed
Author: Dan Winship <danw gnome org>
Date: Tue Apr 26 08:32:46 2016 -0400
2.54.1
NEWS | 18 ++++++++++++++++++
configure.ac | 5 ++---
2 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 06f97a8..b8a40a8 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 c802472..afd089c 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])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]