From 8f907949dec9b13b76afc15e58364a97304b20de3b7bc5b9b85fc99e131ad4cb Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 26 Apr 2011 15:12:15 +0000 Subject: [PATCH] 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 --- libsoup-2.34.0.tar.bz2 | 3 --- libsoup-2.34.1.tar.bz2 | 3 +++ libsoup.changes | 21 +++++++++++++++++++++ libsoup.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 libsoup-2.34.0.tar.bz2 create mode 100644 libsoup-2.34.1.tar.bz2 diff --git a/libsoup-2.34.0.tar.bz2 b/libsoup-2.34.0.tar.bz2 deleted file mode 100644 index 44411b7..0000000 --- a/libsoup-2.34.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb7b8f4ab72923c8bdaf83ad9655e946c4c68ee6957b82eb0e20586c1ad627e7 -size 682506 diff --git a/libsoup-2.34.1.tar.bz2 b/libsoup-2.34.1.tar.bz2 new file mode 100644 index 0000000..9ee118c --- /dev/null +++ b/libsoup-2.34.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f846af2c4c08e15eacc9879c8c9be4d85f8105f960f96a9ba3dbabd9ee517b +size 683473 diff --git a/libsoup.changes b/libsoup.changes index 506651a..48f1b3a 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -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 diff --git a/libsoup.spec b/libsoup.spec index 2cfb6ae..f707924 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -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