[libsoup] 2.57.1



commit 6acdbacc107c99fe6f05b78b81f4a40fb3fde9e9
Author: Dan Winship <danw gnome org>
Date:   Mon Dec 12 11:06:24 2016 -0500

    2.57.1

 NEWS         |   36 ++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 37 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ce44280..cc18886 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+Changes in libsoup from 2.56.0 to 2.57.1:
+
+       * Added SoupWebsocketConnection:keepalive-interval, to make a
+          connection send regular pings. [#773253, Ignacio Casal
+          Quinteiro]
+
+       * 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. [#774031,
+          #774033, Carlos Garcia Campos]
+
+       * Fixed the use of SoupSession:proxy-uri values containing
+          passwords. [#772932, Jonathan Lebon]
+
+       * Various minor WebSocket fixes [Ignacio Casal Quinteiro]:
+               * Avoid sending data after we start closing the
+                 connection [#774957]
+               * Do not log a critical if the peer sends an invalid
+                 close status code
+               * Log a debug message when a "pong" is received
+
+       * Fixed introspection of
+          soup_message_headers_get_content_range() [Jasper St. Pierre]
+
+       * Replaced Vala [Deprecated] annotations with [Version] to
+          avoid build warnings [#773177, Evan Nemerson]
+
+       * MSVC build improvements (Chun-wei Fan)
+
+       * Updated error/message strings to use Unicode punctuation.
+          [#772217, Piotr Drąg]
+
+       * Updated translations:
+         Czech, Friulian, German, Hebrew, Hungarian,
+         Norwegian bokmål, Polish, Swedish
+
 Changes in libsoup from 2.55.90 to 2.56.0:
 
        * Added SoupWebsocketConnection:max-incoming-payload-size
diff --git a/configure.ac b/configure.ac
index b08233c..c0a88c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [57])
-m4_define([soup_micro_version], [0])
+m4_define([soup_micro_version], [1])
 
 AC_PREREQ(2.63)
 
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]