From cc14e250006403cc87f3d9733f1fa2ccb857acb66e2c833063f0824542eabe57 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 22 Feb 2012 10:33:33 +0000 Subject: [PATCH] Accepting request 106191 from home:vuntz:branches:GNOME:Factory Update to 2.37.90 OBS-URL: https://build.opensuse.org/request/show/106191 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=104 --- libsoup-2.37.5.1.tar.xz | 3 --- libsoup-2.37.90.tar.xz | 3 +++ libsoup.changes | 24 ++++++++++++++++++++++++ libsoup.spec | 3 ++- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 libsoup-2.37.5.1.tar.xz create mode 100644 libsoup-2.37.90.tar.xz diff --git a/libsoup-2.37.5.1.tar.xz b/libsoup-2.37.5.1.tar.xz deleted file mode 100644 index 5fd2cf8..0000000 --- a/libsoup-2.37.5.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:044e4e307c5487c2ed7b59b31606bf5903685828b9a8193e8181cefd216d4d87 -size 621440 diff --git a/libsoup-2.37.90.tar.xz b/libsoup-2.37.90.tar.xz new file mode 100644 index 0000000..6828d2c --- /dev/null +++ b/libsoup-2.37.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2023ca6a351303ed2364e309f08b378cad7eda4465e2fad7e1fa725c6cb87f95 +size 624836 diff --git a/libsoup.changes b/libsoup.changes index 604a6e9..c92a00d 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Feb 21 07:31:57 UTC 2012 - vuntz@opensuse.org + +- Update to version 2.37.90: + + Added various return-if-fails and other sanity checks to + various functions. [bgo#669479] + + Updated docs/annotation of soup_form_decode_multipart() to note + that all of the out parameters are (allow-none). Fixed the + file_control_name parameter to actually allow NULL like the + docs already claimed. [bgo#669479] + + Fixed a minor URI parsing bug. (It was allowing URI schemes to + contain numbers.) + + Fixed a few memory leaks introduced in the 2.37 cycle. + + Fixed SoupServer to be able to correctly respond to HTTP/1.0 + requests over IPv6 (which previously would always have returned + "400 Bad Request"). [bgo#666399] + + Changed SoupSessionAsync to make it possible to finalize it + from the "wrong" thread. [bgo#667364] + + Fixed SoupCache to not cache resources whose URIs have query + components (unless they have explicit cache headers); to not + generate broken conditional requests for resources that cannot + be conditionally validated; and to not spew warnings when + receiving invalid Cache-Control headers. [bgo#668865] + ------------------------------------------------------------------- Fri Feb 10 15:21:39 UTC 2012 - vuntz@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index 8bfc84f..0fb7c9a 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -15,11 +15,12 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: libsoup Summary: HTTP client/server library for GNOME License: LGPL-2.1+ Group: Development/Libraries/GNOME -Version: 2.37.5.1 +Version: 2.37.90 Release: 0 Url: http://www.gnome.org Source: http://download.gnome.org/sources/libsoup/2.37/%{name}-%{version}.tar.xz