[libsoup] 2.58.0



commit c829641668d893d0136993dcc6d7e1d661dd6e39
Author: Paolo Borelli <pborelli gnome org>
Date:   Thu Apr 20 15:58:56 2017 +0200

    2.58.0

 NEWS         |   13 +++++++++++++
 configure.ac |    4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index cc18886..85a6ccc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in libsoup from 2.2.57.1 to 2.58.0:
+
+       * Fix authentication issues when the SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE
+         flag is used. [#778497, #777936, Carlos Garcia Campos]
+
+       * MSVC build improvements (Chun-wei Fan)
+
+       * Updated translations:
+         Basque, Belarusian, Brazilian Portuguese, Chinese (Taiwan), Danish,
+         French, Galician, Greek, Indonesian, Italian, Korean, Latvian,
+         Lithuanian, Norwegian bokmål, Russian, Serbian, Slovak, Slovenian,
+         Spanish, zh_CN
+
 Changes in libsoup from 2.56.0 to 2.57.1:
 
        * Added SoupWebsocketConnection:keepalive-interval, to make a
diff --git a/configure.ac b/configure.ac
index 95e0254..35b21d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 m4_define([soup_major_version], [2])
-m4_define([soup_minor_version], [57])
-m4_define([soup_micro_version], [1])
+m4_define([soup_minor_version], [58])
+m4_define([soup_micro_version], [0])
 
 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]