From 0fbe0b891bebded122b8a33aeddbc625461594feaf057c8e35f769d15e89a49a Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 26 Apr 2011 15:13:19 +0000 Subject: [PATCH] Accepting request 68398 from home:vuntz:branches:GNOME:Factory ok OBS-URL: https://build.opensuse.org/request/show/68398 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=77 --- libsoup.changes | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libsoup.changes b/libsoup.changes index 48f1b3a..ace2269 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -3,19 +3,19 @@ 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 + . 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 + . 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. + (bgo#641280) + Fixed several memory leaks - + Fixed decoding base64 data: URLs, bgo#646896. + + 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 + 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().