[libsoup] 2.29.3
- From: Dan Winship <danw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libsoup] 2.29.3
- Date: Mon, 30 Nov 2009 23:40:57 +0000 (UTC)
commit 1738952d361da4cc9b7b14b995fb2170d17ab8f3
Author: Dan Winship <danw gnome org>
Date: Mon Nov 30 18:37:47 2009 -0500
2.29.3
NEWS | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index fefa19d..0e13e6c 100644
--- 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]