summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-04-26 16:54:23 -0400
committerDan Winship <danw@gnome.org>2010-04-26 16:54:23 -0400
commitb6534c676f8fff9b61829b30101eee75eb12d7c0 (patch)
treeb3bf73801bce38dea06114e680155fb1bb44f6a4
parentceae66ba902ecf472fa9b069068a49518b5c02b7 (diff)
downloadlibsoup-b6534c676f8fff9b61829b30101eee75eb12d7c0.tar.gz
-rw-r--r--NEWS36
1 files changed, 36 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a0d3f2b8..071c20a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+Changes in libsoup from 2.30.0 to 2.30.1:
+
+ * Fix for https through proxies that close the connection when
+ returning a "407 Proxy Authentication Required" response,
+ and add a regression test for that case. [#611663]
+
+ * Fixed multiple forms/multipart-related interoperability
+ problems reported by Egon Andersen:
+
+ * Don't quote the multipart boundary string if it's
+ not needed, since RFC 2616 recommends that you
+ don't, and some servers don't handle quotes there
+ correctly. (Sigh.) [#614176]
+
+ * Don't put an extra blank line before the first
+ multipart part, since it's unnecessary and some
+ servers don't handle a multipart preamble correctly.
+ (Sigh.) [#614183]
+
+ * Don't put Content-Transfer-Encoding headers in the
+ multipart/form-data parts, even though the HTML 4
+ spec says you must, since no other browsers do, and
+ some servers don't handle them correctly. (Sigh.)
+ [#614198]
+
+ * Changed SoupCookieJarSqlite to actually erase deleted
+ cookies from the database. [#615711, Lukasz Slachciak]
+
+ * Fixed SoupLogger to be more robust against getting passed
+ bad data by the session. [#611663]
+
+ * Fixed SoupAuthDomain to ignore paths when doing proxy auth
+
+ * Fixed a g_warning when hovering over a javascript link in
+ WebKit. [#613442, Xan Lopez]
+
Changes in libsoup from 2.29.91 to 2.30.0:
* Fixed a crash in the whitespace-stripping code in