diff --git a/libsoup-2.56.0.tar.xz b/libsoup-2.56.0.tar.xz deleted file mode 100644 index 267688e..0000000 --- a/libsoup-2.56.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8216b71de8247bc6f274ec054c08547b2e04369c1f8add713e9350c8ef81fe5 -size 1821412 diff --git a/libsoup-2.57.1.tar.xz b/libsoup-2.57.1.tar.xz new file mode 100644 index 0000000..0c27d29 --- /dev/null +++ b/libsoup-2.57.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca1ca037e89e8bc7b782559f3ec5d89c9d0b836f505b2f95e008ed517fd6658f +size 1824316 diff --git a/libsoup.changes b/libsoup.changes index 5053f50..8c2f25c 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -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 diff --git a/libsoup.spec b/libsoup.spec index 5b8880d..cfde369 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -20,10 +20,10 @@ Name: libsoup Summary: HTTP client/server library for GNOME License: LGPL-2.1+ Group: Development/Libraries/GNOME -Version: 2.56.0 +Version: 2.57.1 Release: 0 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 BuildRequires: glib-networking BuildRequires: glib2-devel >= 2.38.0