diff --git a/libsoup-2.28.1.tar.bz2 b/libsoup-2.28.1.tar.bz2 deleted file mode 100644 index d6c8685..0000000 --- a/libsoup-2.28.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:615f154998a65c1d9611a0e6c16c1f30df799da83437f1ff7b4baa57e5067a80 -size 703258 diff --git a/libsoup-2.29.3.tar.bz2 b/libsoup-2.29.3.tar.bz2 new file mode 100644 index 0000000..f971641 --- /dev/null +++ b/libsoup-2.29.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b38450a74b569a63bd36a793de25dd84570e47948bf63889c4b808c9f18cf3e +size 705665 diff --git a/libsoup.changes b/libsoup.changes index 3be4d05..8a616e7 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Wed Dec 2 01:27:54 CET 2009 - vuntz@opensuse.org + +- Update to version 2.29.3: + + Fixed a crash in SoupCookieJarSqlite when using cookie + databases not created by libsoup (eg, upgraded epiphany + installations). + + Fixed SoupCookieJar to handle non-http URIs properly (so that, + eg, JavaScript bookmarklets that try to set/read cookies won't + cause crashes). [bgo#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. + [bgo#600830] + + Fixed a g_warning that would always trigger in the server-side + SoupCookie code. [bgo#602389] + + Fixed the server-side SoupMultipart code to be able to parse + multiparts containing binary attachments, rather than rejecting + them as malformed. [bgo#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. [bgo#598277, bgo#600826] + + Fixed a leak in SoupSession if a message was cancelled while + the initial socket connection was in progress. [bgo#596074] + + Fixed server-side parsing of Digest auth. [bgo#602898] + + Fixed WinSock initialization on Windows. [bgo#600689] + + Fixed a sporadic crash in the SSL code on Windows. [bgo#600748] + + Fixed handling of https connections with timeouts on Windows. + [bgo#600749] + + Added soup_session_prepare_for_uri(), to allow DNS prefetching + for faster browsing. [bgo#598948] + + 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. [bgo#589163] + ------------------------------------------------------------------- Sat Nov 14 02:42:42 CET 2009 - vuntz@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index c8fe60e..5668c6d 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,5 +1,5 @@ # -# spec file for package libsoup (Version 2.28.1) +# spec file for package libsoup (Version 2.29.3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -37,7 +37,7 @@ Obsoletes: libsoup-64bit %endif # Summary: Simple Object Access Protocol (SOAP) -Version: 2.28.1 +Version: 2.29.3 Release: 1 Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2 Url: http://www.gnome.org