summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-08-15 21:05:11 -0400
committerDan Winship <danw@gnome.org>2011-08-15 21:21:11 -0400
commit7dffafbfbbb4bafa7fcaa36c53f71e0034d85406 (patch)
treee9a0e5127acc4beefe721f15facd7e078f0df842
parent682cd3a7531b4f1412b00e6c8de79d955d738531 (diff)
downloadlibsoup-7dffafbfbbb4bafa7fcaa36c53f71e0034d85406.tar.gz
2.35.5
-rw-r--r--NEWS35
-rw-r--r--configure.ac2
2 files changed, 36 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ef156467..cc693201 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+Changes in libsoup from 2.35.4 to 2.35.5:
+
+ * Support NTLM single sign on via samba's /usr/bin/ntlm_auth.
+ [#650940, Mandy Wu]. This is enabled by default (if NTLM is
+ enabled for the session and the ntlm_auth binary is
+ available), but will fall back to the standard
+ password-based authentication if SSO fails.
+
+ * Default to TLS+extensions for https connections, falling
+ back to SSLv3-without-extensions (the old default) only if
+ the server fails to negotiate TLS. [#581342]
+
+ * As a result of this change, some users are currently
+ seeing problems with sites that serve multiple https
+ hosts from a single IP address (eg,
+ *.launchpad.net). There is no known workaround at
+ this time.
+
+ * Fixed a longstanding problem with https pages sometimes not
+ loading when using a proxy. [#631368, based on patches from
+ DongJae Kim and Thierry Reding]
+
+ * SoupContentSniffer: don't use gio's sniffing rules, since
+ the spec now recommends that browsers not do any additional
+ sniffing beyond what's in the spec. [#648846, "arno"]
+
+ * Fixed SoupRequestHTTP to work properly with alternate
+ GMainContexts. [#653707]
+
+ * Added some annotations from Vala's vapi files. [#655397,
+ Evan Nemerson]. Also, removed SoupProxyResolver from the
+ gir/typelib, since it had been deprecated since before
+ introspection was available, and it was being scanned wrong
+ anyway.
+
Changes in libsoup from 2.35.3 to 2.35.4:
* CVE-2011-2524: Fixed a security hole that caused some
diff --git a/configure.ac b/configure.ac
index b1b4c1d4..04e0e047 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.35.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.35.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])