summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-05-28 14:05:35 -0300
committerDan Winship <danw@gnome.org>2013-05-28 14:05:35 -0300
commit8b1763d8429872e216f25d6a72c6f898226ae0fd (patch)
tree6b3d28a85c48a159761ee02511a382adb97e46d5 /NEWS
parent1e48dc8f9a8a90e8e644ce78882c9468ca1d298b (diff)
downloadlibsoup-8b1763d8429872e216f25d6a72c6f898226ae0fd.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 808ba000..06ba7b74 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Changes in libsoup from 2.43.1 to 2.43.2:
+
+ * Fixed an authentication error when using NTLM when
+ connecting to an https site over a proxy; the code was
+ getting confused and thinking that the 200 OK response to
+ the CONNECT meant that NTLM auth had succeeded. [#698728,
+ Dan]
+
+ * Fixed a memory leak in SoupSocket. [#700472, Richard
+ Röjfors]
+
+ * Fixed a missing include error on some platforms [#700003,
+ Erik van Pienbroek]
+
+ * Fixed warnings when running against the "dummy" TLS backend.
+ [#700518, Dan]
+
Changes in libsoup from 2.42.1 to 2.43.1:
* Including <libsoup/soup.h> no longer pulls in the system