summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-10-22 20:38:20 +0200
committerDan Winship <danw@gnome.org>2012-10-22 20:38:20 +0200
commitbcfc1d4cbd5bc52fca3a674f281cf0966c917d0f (patch)
treea8c290b69d2c444c2ec278fe2a0ed9c19fd0485f /NEWS
parentd9d3e9307f98b682d98094b0e7652018ea3a18a8 (diff)
downloadlibsoup-bcfc1d4cbd5bc52fca3a674f281cf0966c917d0f.tar.gz
libsoup-bcfc1d4cbd5bc52fca3a674f281cf0966c917d0f.tar.bz2
libsoup-bcfc1d4cbd5bc52fca3a674f281cf0966c917d0f.zip
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5c533deb..070111b7 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.