forked from pool/libsoup
Accepting request 461097 from GNOME:Factory
Scripted push of project GNOME:Factory OBS-URL: https://build.opensuse.org/request/show/461097 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=94
This commit is contained in:
commit
1300c66232
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d8216b71de8247bc6f274ec054c08547b2e04369c1f8add713e9350c8ef81fe5
|
|
||||||
size 1821412
|
|
3
libsoup-2.57.1.tar.xz
Normal file
3
libsoup-2.57.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca1ca037e89e8bc7b782559f3ec5d89c9d0b836f505b2f95e008ed517fd6658f
|
||||||
|
size 1824316
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 15:28:16 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.57.1:
|
||||||
|
+ Added SoupWebsocketConnection:keepalive-interval, to make a
|
||||||
|
connection send regular pings (bgo#773253).
|
||||||
|
+ Added soup_auth_manager_clear_cached_credentials() and
|
||||||
|
SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE, to allow greater control
|
||||||
|
over the use of cached HTTP auth credentials (bgo#774031,
|
||||||
|
bgo#774033).
|
||||||
|
+ Fixed the use of SoupSession:proxy-uri values containing
|
||||||
|
passwords (bgo#772932).
|
||||||
|
+ Various minor WebSocket fixes:
|
||||||
|
- Avoid sending data after we start closing the connection
|
||||||
|
(bgo#774957).
|
||||||
|
- Do not log a critical if the peer sends an invalid close
|
||||||
|
status code.
|
||||||
|
- Log a debug message when a "pong" is received.
|
||||||
|
+ Fix introspection of soup_message_headers_get_content_range().
|
||||||
|
+ Replaced Vala [Deprecated] annotations with [Version] to avoid
|
||||||
|
build warnings (bgo#773177).
|
||||||
|
+ MSVC build improvements.
|
||||||
|
+ Updated error/message strings to use Unicode punctuation
|
||||||
|
(bgo#772217).
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 20 08:38:05 UTC 2016 - zaitor@opensuse.org
|
Tue Sep 20 08:38:05 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -20,10 +20,10 @@ 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.56.0
|
Version: 2.57.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/libsoup/2.56/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/libsoup/2.57/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: glib-networking
|
BuildRequires: glib-networking
|
||||||
BuildRequires: glib2-devel >= 2.38.0
|
BuildRequires: glib2-devel >= 2.38.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user