[libsoup] 2.61.90



commit 7a833921753c0ee14ff0a30a4c85b377fda6ef25
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Mon Feb 5 18:10:13 2018 +0200

    2.61.90

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9ddcf03..1f0b77a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Changes in libsoup from 2.61.2 to 2.61.90:
+
+       * Various improvements to the WebSocket implementation
+          [#792113, Italo Guerrieri]
+
+        * cookie-jar: use base domain to decide if cookie is third party
+         [#792130, Michael Catanzaro]
+
+        * Add new API to create a new connection from a SoupSession
+         [#792212, Carlos Garcia Campos]
+
+        * soup-headers: accept any 3 digit number as message status code
+         [#792124, Carlos Garcia Campos]
+
 Changes in libsoup from 2.61.1 to 2.61.2:
 
        * session: don't request Keep-Alive for upgraded connections
diff --git a/configure.ac b/configure.ac
index eb5ad55..1ab2a33 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], [2])
+m4_define([soup_micro_version], [90])
 
 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]