forked from pool/libsoup
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
This commit is contained in:
parent
68780ef1a0
commit
1e60af9fb3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:08cf2ed2357177b9763994a02cf4feeab41bac61b77252d7ee8090e3372c9cc9
|
|
||||||
size 649555
|
|
3
libsoup-2.32.1.tar.bz2
Normal file
3
libsoup-2.32.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8779da1b4d85f443f04ea8301f52c4a1943c10e4dc8d20dbcdb3652921de6b8e
|
||||||
|
size 667140
|
@ -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
|
Tue Sep 28 09:23:27 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: libsoup
|
Name: libsoup
|
||||||
Summary: HTTP client/server library for GNOME
|
Summary: HTTP client/server library for GNOME
|
||||||
Version: 2.32.0
|
Version: 2.32.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user