From 9f4f2cd033d7ceb7503c57fa75306c9e44600ec21a21fd5ba35c6f63ad4e2edd Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 24 Nov 2011 21:26:39 +0000 Subject: [PATCH] Accepting request 93021 from home:vuntz:branches:GNOME:Factory Update to 2.37.2 OBS-URL: https://build.opensuse.org/request/show/93021 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=94 --- libsoup-2.37.1.tar.bz2 | 3 --- libsoup-2.37.2.tar.bz2 | 3 +++ libsoup.changes | 43 ++++++++++++++++++++++++++++++++++++++++++ libsoup.spec | 2 +- 4 files changed, 47 insertions(+), 4 deletions(-) delete mode 100644 libsoup-2.37.1.tar.bz2 create mode 100644 libsoup-2.37.2.tar.bz2 diff --git a/libsoup-2.37.1.tar.bz2 b/libsoup-2.37.1.tar.bz2 deleted file mode 100644 index 9b12b44..0000000 --- a/libsoup-2.37.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad7610d77239af99d2828f5e2e71dc929c855ad3673cc6ce6a3e694adb1f9a6e -size 714283 diff --git a/libsoup-2.37.2.tar.bz2 b/libsoup-2.37.2.tar.bz2 new file mode 100644 index 0000000..5a925c2 --- /dev/null +++ b/libsoup-2.37.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede0df9313769620dcda9174853cdbeec08414c9095fc484903f82516d756e86 +size 721431 diff --git a/libsoup.changes b/libsoup.changes index 54a7181..8c60d2d 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Tue Nov 22 09:44:02 UTC 2011 - vuntz@opensuse.org + +- Update to version 2.37.2: + + Fixed up the output of SoupDirectoryInputStream, thus improving + the display of local directories in WebKit-based browsers. + [bgo#662266] + + Fixed a bug introduced in 2.37.1 that caused some cancelled + SoupMessages to be leaked. [bgo#662847] + + Added new SoupSession properties "http-aliases" and + "https-aliases" that allow you to configure more explicitly + what URL protocols are treated as aliases for http (eg, "dav:", + "webcal:", etc), and which should be recognized as meaning + something else, (eg, "ftp:") + + Added soup_session_would_redirect() and + soup_session_redirect_message(), to help users that want to + handle some or all redirects themselves. Added + soup_message_set_redirect() to make it easier to return + redirection responses from a SoupServer. + + Added the SoupSession "use-thread-context" property, which + tells it to use GMainContexts in a gio-compliant way (and in + particular, allows having different messages running in + different GMainContexts on the same SoupSession, though only to + a limited extent since SoupSessionAsync is still not + thread-safe). In particular, this was added in order to address + webkit#68238. + + Made SoupURI %-encode non-ASCII characters when parsing URIs, + in particular to fix a problem with certain servers sending + syntactically invalid redirects that they would then only + interpret correctly if you fixed the syntax for them. + [bgo#662806] + + Fixed a connection-handling bug that could cause problems with + servers that requested authentication and then timed out the + connection while the application was waiting for the user to + enter a password. [bgo#660057] + + Made NTLM and Basic authentication handle some non-ASCII + usernames and passwords. (NTLM should handle most. It's + impossible to fix Basic in the general case.) [bgo#576838] + + Added support for "deflate" Content-Encoding, so that we can + work with broken servers that insisted on using it even though + we explicitly indicated in the request headers that we didn't + support it. [bgo#661682] + ------------------------------------------------------------------- Thu Oct 27 21:40:29 UTC 2011 - dimstar@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index e0c80cb..1f0830c 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -20,7 +20,7 @@ Name: libsoup Summary: HTTP client/server library for GNOME -Version: 2.37.1 +Version: 2.37.2 Release: 1 License: LGPLv2.1+ Group: Development/Libraries/GNOME