summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent20a8463ae65369ac17f8bca7749be188a275a99f (diff)
downloadlibsoup-7a833921753c0ee14ff0a30a4c85b377fda6ef25.tar.gz
2.61.902.61.90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 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