forked from pool/libsoup
Accepting request 114673 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/114673 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=63
This commit is contained in:
commit
ff5e669bed
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fc1470309aacfc45842ec774b5a5de1848d3d59f7c467efaca555b21bef96ad
|
||||
size 618636
|
3
libsoup-2.38.1.tar.xz
Normal file
3
libsoup-2.38.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71b8923fc7a5fef9abc5420f7f3d666fdb589f43a8c50892d584d58b3c513f9a
|
||||
size 620832
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 17 05:56:46 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.38.1:
|
||||
+ Fixed a situation where soup_connection_disconnect() could end
|
||||
up calling g_object_unref(NULL) when an idle connection was
|
||||
closed. [bgo#672178]
|
||||
+ Fixed two warnings when cancelling an in-progress
|
||||
soup_socket_connect_async().
|
||||
+ Fixed a crash when disposing a SoupServer with open
|
||||
connections. [bgo#673468]
|
||||
+ Fixed the SoupSession:ssl-use-system-ca-file property to get
|
||||
turned off (rather than on) when you set it to FALSE... Also
|
||||
fixed up the property notifications around the various
|
||||
certificate-verification properties (ssl-ca-file,
|
||||
ssl-use-system-ca-file, and tls-database).
|
||||
+ Fixed SoupSession to not leak paused SoupMessages that were
|
||||
still in progress when it was unreffed. [bgo#673905]
|
||||
+ Updated the win32 file: URI code again, to fix regressions in
|
||||
the WebKit tests. [webkit#82484]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 27 06:08:09 UTC 2012 - vuntz@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.38.0
|
||||
Version: 2.38.1
|
||||
Release: 0
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/libsoup/2.38/%{name}-%{version}.tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user