forked from pool/libsoup
Accepting request 199394 from home:dimstar:branches:GNOME:Factory
Update to 2.43.92 OBS-URL: https://build.opensuse.org/request/show/199394 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=142
This commit is contained in:
parent
f8ef0da2ec
commit
07f65e7137
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab3d734b17f12c8d0d3b7e6cdd39f0ec10358a0310ccf9cd31c26e8e04fc77bf
|
||||
size 743124
|
3
libsoup-2.43.92.tar.xz
Normal file
3
libsoup-2.43.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0585e82e8f332efc9cb4cf426cea916e76bceb1af9b6f7b96e0d68a252053d4
|
||||
size 746560
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 06:56:33 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.43.92:
|
||||
+ Fixed a bug in the connection-pool code, which would in certain
|
||||
cases accidentally keep using a connection after a message was
|
||||
cancelled while in progress (bgo#708006).
|
||||
+ Fixed some problems when falling back from samba
|
||||
single-sign-on-based NTLM to ordinary ask-for-a-password NTLM.
|
||||
(bgo#703186).
|
||||
+ When sending a conditional GET request, SoupCache now preserves
|
||||
the original message's list of disabled features, ensure that
|
||||
it gets back the same kind of response the original message
|
||||
would have (bgo#706338).
|
||||
+ Fixed a warning when the remote host closes the connection
|
||||
while we are writing something using chunked encoding
|
||||
(bgo#703297).
|
||||
+ Added SoupServer:http-aliases and :https-aliases properties,
|
||||
to specify URI schemes that should be treated as though they
|
||||
were http (bgo#703694).
|
||||
+ Fixed race conditions in cache-test and timeout-test that could
|
||||
cause spurious failures (bgo#698305).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 21:13:32 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@ Name: libsoup
|
||||
Summary: HTTP client/server library for GNOME
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/GNOME
|
||||
Version: 2.43.90
|
||||
Version: 2.43.92
|
||||
Release: 0
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/libsoup/2.43/%{name}-%{version}.tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user