summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2018-02-05 18:10:13 +0200
committerClaudio Saavedra <csaavedra@igalia.com>2018-02-05 18:10:13 +0200
commit7a833921753c0ee14ff0a30a4c85b377fda6ef25 (patch)
tree25bcc5fd30d24d7467b15a1631bc845f63c611d4
parent20a8463ae65369ac17f8bca7749be188a275a99f (diff)
downloadlibsoup-7a833921753c0ee14ff0a30a4c85b377fda6ef25.tar.gz
2.61.902.61.90
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9ddcf034..1f0b77a4 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 eb5ad55c..1ab2a330 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])