[libsoup] 2.41.1



commit bcfc1d4cbd5bc52fca3a674f281cf0966c917d0f
Author: Dan Winship <danw gnome org>
Date:   Mon Oct 22 20:38:20 2012 +0200

    2.41.1

 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5c533de..070111b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Changes in libsoup from 2.40.1 to 2.41.1:
+
+	* Changed the behavior of NTLM authentication to be more like
+          what other apps apparently do. Now if the user does not
+          specify a domain in the username (eg, "MYDOMAIN\username"),
+          then we will not specify a domain in the NTLM response
+          (rather than assuming that the user is in the server's
+          default domain). People who get broken by this change should
+          be able to fix it by including an explicit domain in their
+          username, but the theory is that no one should get broken by
+          this... If this change does turn out to hurt more than it
+          helps then it may be reverted later. [#624613, Dan, based on
+          a suggestion from David Woodhouse]
+
+	* Fixed a crash caused by a race condition in SoupSessionSync.
+          [#684238, Dan]
+
+	* SoupRequest now supports resource:// URIs, for reading from
+          gresource. [#682721, Carlos]
+
+	* Added new compile-time and runtime APIs for checking the
+          libsoup version. [#684514, Martin Robinson]
+
+	* Updated to take advantage of (and require) glib 2.35;
+          removed all g_type_init() calls and ported to GTask. [Dan]
+
+	* Added support for Apache 2.4 to the unit tests. [Dan]
+
+	* New translations:
+	  Uzbek (Cyrillic)
+
 Changes in libsoup from 2.40.0 to 2.40.1:
 
 	* Improved the parsing of multipart/x-mixed-replace responses.
diff --git a/configure.ac b/configure.ac
index 8d3f0cf..4a8df37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [41])
-m4_define([soup_micro_version], [0])
+m4_define([soup_micro_version], [1])
 
 AC_PREREQ(2.63)
 AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]