From 1e60af9fb3b338ae1019525c2a07936af8f6d694410cfa8a2f05940de2b4e3d4 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 17 Nov 2010 15:05:09 +0000 Subject: [PATCH] Accepting request 53190 from home:dimstar:branches:GNOME:Factory thanks OBS-URL: https://build.opensuse.org/request/show/53190 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=70 --- libsoup-2.32.0.tar.bz2 | 3 --- libsoup-2.32.1.tar.bz2 | 3 +++ libsoup.changes | 26 ++++++++++++++++++++++++++ libsoup.spec | 4 ++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 libsoup-2.32.0.tar.bz2 create mode 100644 libsoup-2.32.1.tar.bz2 diff --git a/libsoup-2.32.0.tar.bz2 b/libsoup-2.32.0.tar.bz2 deleted file mode 100644 index a5650a9..0000000 --- a/libsoup-2.32.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08cf2ed2357177b9763994a02cf4feeab41bac61b77252d7ee8090e3372c9cc9 -size 649555 diff --git a/libsoup-2.32.1.tar.bz2 b/libsoup-2.32.1.tar.bz2 new file mode 100644 index 0000000..bea2514 --- /dev/null +++ b/libsoup-2.32.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8779da1b4d85f443f04ea8301f52c4a1943c10e4dc8d20dbcdb3652921de6b8e +size 667140 diff --git a/libsoup.changes b/libsoup.changes index 6157f1b..f047f29 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Nov 16 16:33:51 CET 2010 - dimstar@opensuse.org + +- Update to version 2.32.1: + + bgo#631525: Fixed a regression in 2.32.0 with the use of + persistent connections that caused spurious "Connection + terminated unexpectedly" errors. + + Fixed a regression in 2.32.0 that caused proxy-related DNS + errors to return SOUP_STATUS_CANT_RESOLVE rather than + SOUP_STATUS_CANT_RESOLVE_PROXY. + + bgo#631679: Usernames/passwords specified explicitly in request + URIs now override existing cached auth info. + + bgo#630540: Changed soup_uri_decode() and soup_uri_normalize() + to just ignore malformed %-encoding rather than returning NULL, + for consistency with soup_uri_new(). + + bgo#620220: Fixed soup_form_decode() to ignore invalid + parameters, and soup_form_encode_hash() to just + g_return_if_fail() rather than crashing if there are NULL + values in the hash. + + bgo#629160: Added another workaround for stupid servers that + close the connection before returning the full response + + bgo#631641: Fixed a bug in SoupCookieJarText that deleted + excess cookies whenever any cookie expired. + + Fixed a small leak in SoupContentDecoder + + bgo#631679: Added regression tests for passwords-in-URIs + ------------------------------------------------------------------- Tue Sep 28 09:23:27 CEST 2010 - vuntz@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index 5a14bd5..b4ad04a 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,5 +1,5 @@ # -# spec file for package libsoup (Version 2.32.0) +# spec file for package libsoup (Version 2.32.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,7 +20,7 @@ Name: libsoup Summary: HTTP client/server library for GNOME -Version: 2.32.0 +Version: 2.32.1 Release: 1 License: LGPLv2.1+ Group: Development/Libraries/GNOME