[libsoup/gnome-2-30] 2.30.1



commit b6534c676f8fff9b61829b30101eee75eb12d7c0
Author: Dan Winship <danw gnome org>
Date:   Mon Apr 26 16:54:23 2010 -0400

    2.30.1

 NEWS |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index a0d3f2b..071c20a 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



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