Accepting request 68392 from home:fcrozat:branches:GNOME:Factory

thanks

OBS-URL: https://build.opensuse.org/request/show/68392
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=76
This commit is contained in:
Vincent Untz 2011-04-26 15:12:15 +00:00 committed by Git OBS Bridge
parent f67cabb248
commit 8f907949de
4 changed files with 25 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 26 14:31:00 UTC 2011 - fcrozat@novell.com
- Update to version 2.34.1:
+ Two multipart forms/Content-Disposition fixes:
- UTF-8-encoded header encoding/decoding rules updated to match
RFC 5987. In particular, a UTF-8-encoded filename parameter
in Content-Disposition will now override an ASCII one.
- When not using UTF-8-encoded filenames in
Content-Disposition, always quote the filename, since some
servers erroneously fail to handle non-quoted ones.
bgo#641280.
+ Fixed several memory leaks
+ Fixed decoding base64 data: URLs, bgo#646896.
+ Fixed a bug in soup_uri_to_string() in which (invalid) port
numbers could be output as negative numbers (tripping up a
WebKit "sanity checking" test). bgo#647767.
+ Fixed a cache corruption bug in SoupCache. bgo#648285
+ Fixed a crash in SoupSessionSync when using
soup_session_abort().
-------------------------------------------------------------------
Tue Apr 5 11:46:27 UTC 2011 - fcrozat@novell.com

View File

@ -20,7 +20,7 @@
Name: libsoup
Summary: HTTP client/server library for GNOME
Version: 2.34.0
Version: 2.34.1
Release: 1
License: LGPLv2.1+
Group: Development/Libraries/GNOME