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
This commit is contained in:
Dominique Leuenberger 2011-11-24 21:26:39 +00:00 committed by Git OBS Bridge
parent 0ca7d0bfb7
commit 9f4f2cd033
4 changed files with 47 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad7610d77239af99d2828f5e2e71dc929c855ad3673cc6ce6a3e694adb1f9a6e
size 714283

3
libsoup-2.37.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ede0df9313769620dcda9174853cdbeec08414c9095fc484903f82516d756e86
size 721431

View File

@ -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

View File

@ -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