[libsoup] 2.61.2



commit 3dae7b73b082a39a478d687747903369cef74350
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Mon Jan 8 20:08:37 2018 +0200

    2.61.2

 NEWS         |    5 +++++
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d5b561b..9ddcf03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in libsoup from 2.61.1 to 2.61.2:
+
+       * session: don't request Keep-Alive for upgraded connections
+         [#788723, Lionel Landwerlin]
+
 Changes in libsoup from 2.60.2 to 2.61.1:
 
        * tld-parser: use Python 3 [#785735, Ross Burton]
diff --git a/configure.ac b/configure.ac
index fd90580..9fbf182 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [61])
-m4_define([soup_micro_version], [1])
+m4_define([soup_micro_version], [2])
 
 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]