[libsoup/gnome-3-24] 2.58.1



commit d6e006deed3a1f55b7a2bedded613a212fe9a16a
Author: Dan Winship <danw gnome org>
Date:   Mon May 1 19:18:44 2017 -0400

    2.58.1

 NEWS         |   23 ++++++++++++++++++++++-
 configure.ac |    2 +-
 2 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 85a6ccc..1a198d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
-Changes in libsoup from 2.2.57.1 to 2.58.0:
+Changes in libsoup from 2.58.0 to 2.58.1:
+
+       * Reverts a change to SoupSession to close all open
+          connections when the :proxy-resolver property is changed
+          [#777326; this change was made in 2.58.0 but accidentally
+          left out of the NEWS for that release]; although that
+          behavior made :proxy-resolver more consistent with
+          :proxy-uri, it ended up breaking Evolution EWS. [#781590]
+
+       * Fixed undefined behavior in tests/header-parsing that could
+          make the test spuriously fail. [#777258]
+
+       * Updates to the configure tests for Apache for use in tests/:
+               * Dropped support for Apache 2.2
+               * Changed PHP support from PHP 5 to PHP 7
+               * mod_unixd can now be either built-in or dynamically
+                 loaded [#776478]
+
+       * Updated translations:
+         Turkish
+
+Changes in libsoup from 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]
diff --git a/configure.ac b/configure.ac
index 3df131e..ab09373 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [58])
-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]