forked from pool/libsoup
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
This commit is contained in:
parent
4b465a1129
commit
cc14e25000
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:044e4e307c5487c2ed7b59b31606bf5903685828b9a8193e8181cefd216d4d87
|
||||
size 621440
|
3
libsoup-2.37.90.tar.xz
Normal file
3
libsoup-2.37.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2023ca6a351303ed2364e309f08b378cad7eda4465e2fad7e1fa725c6cb87f95
|
||||
size 624836
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user