2.29.3 LIBSOUP_2_29_3
authorDan Winship <danw@gnome.org>
Mon, 30 Nov 2009 23:37:47 +0000 (18:37 -0500)
committerDan Winship <danw@gnome.org>
Mon, 30 Nov 2009 23:37:47 +0000 (18:37 -0500)
NEWS

diff --git a/NEWS b/NEWS
index fefa19d..0e13e6c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,56 @@
+Changes in libsoup from 2.28.1 to 2.29.3:
+
+       * Fixed a crash in SoupCookieJarSqlite when using cookie
+          databases not created by libsoup (eg, upgraded epiphany
+          installations). [Patch from Emilio Pozuelo Monfort]
+
+       * Fixed SoupCookieJar to handle non-http URIs properly (so
+          that, eg, JavaScript bookmarklets that try to set/read
+          cookies won't cause crashes). [#602498]
+
+       * HEAD requests that receive a "303 See Other" response will
+         now do a HEAD, not a GET, on the redirected-to resource.
+         Fixes gvfs access to some sites, including certain
+         youtube.com URIs. [#600830]
+
+       * Fixed a g_warning that would always trigger in the
+          server-side SoupCookie code. [#602389]
+
+       * Fixed the server-side SoupMultipart code to be able to parse
+          multiparts containing binary attachments, rather than
+          rejecting them as malformed. [#601640]
+
+       * Fixed the Request-Line format in the https-over-proxy case.
+          Among other things, this fixes access to bugzilla.gnome.org
+          from WebKitGTK-based browsers. [#598277, #600826]
+
+       * Fixed a leak in SoupSession if a message was cancelled while
+          the initial socket connection was in progress. [#596074,
+          debugged by Arnout Vandecappelle]
+
+       * Fixed server-side parsing of Digest auth. [#602898, Chris
+          Head]
+
+       * Fixed WinSock initialization on Windows. [#600689, Tor
+          Lillqvist]
+
+       * Fixed a sporadic crash in the SSL code on Windows. [#600748,
+          Tor Lillqvist]
+
+       * Fixed handling of https connections with timeouts on
+          Windows. [#600749, Tor Lillqvist]
+
+       * Added soup_session_prepare_for_uri(), to allow DNS
+          prefetching for faster browsing. [#598948, José Millán Soto]
+
+       * SoupSession now avoids redundant DNS lookups again when
+          first connecting to a new site, resulting in (probably
+          imperceptibly) faster loads.
+
+       * Added some debugging APIs to SoupConnection and SoupSession
+          for use by, eg, epiphany's soup-fly extension. [#589163,
+          José Millán Soto]
+
 Changes in libsoup from 2.28.0 to 2.28.1:
 
        * libsoup will now attempt to make multiple connections to a