forked from pool/libsoup
Accepting request 182673 from home:dimstar:branches:GNOME:Factory
Update to 2.43.4 - resubmit post review OBS-URL: https://build.opensuse.org/request/show/182673 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=136
This commit is contained in:
parent
4cd3c2131e
commit
1a78653f29
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:332acd3d2a205605446b8f5e78dc5517a42a99ad1deaa7b81ef1de2402a51990
|
|
||||||
size 734812
|
|
3
libsoup-2.43.4.tar.xz
Normal file
3
libsoup-2.43.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f7c927c19d5d8f1bb26d777ec7b2b538192b2db6abb1f22311b62ae6b18718b
|
||||||
|
size 741220
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 9 14:34:28 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.43.4:
|
||||||
|
+ Fixed a bug that could cause synchronous sessions to get stuck
|
||||||
|
in a state where no new messages would ever get processed
|
||||||
|
(bgo#703463).
|
||||||
|
+ Fixed another memory leak in SoupSocket (found while added a
|
||||||
|
test case for bgo#700472).
|
||||||
|
+ Switched to using g_cclosure_marshal_generic() rather than
|
||||||
|
using glib-genmarshal (bgo#686042).
|
||||||
|
+ Changed SoupServer to call unref() on the query hash table
|
||||||
|
after calling the handler, rather than destroy(), so that the
|
||||||
|
handler can keep a copy of the query data if it wants
|
||||||
|
(bgo#702793).
|
||||||
|
+ Fixed a few introspection annotations.
|
||||||
|
+ Updated examples/get to use SoupLogger and to allow redirecting
|
||||||
|
the output to a file (bgo#703231, bgo#703229).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 28 19:54:28 UTC 2013 - dimstar@opensuse.org
|
Tue May 28 19:54:28 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Name: libsoup
|
|||||||
Summary: HTTP client/server library for GNOME
|
Summary: HTTP client/server library for GNOME
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Version: 2.43.2
|
Version: 2.43.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/libsoup/2.43/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/libsoup/2.43/%{name}-%{version}.tar.xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user