summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2020-02-03 08:02:53 -0800
committerPatrick Griffis <pgriffis@igalia.com>2020-02-03 08:18:18 -0800
commitb6166e7b28eced37be0f09de04513acdcb308e5a (patch)
tree118042559f2bce20d72f9aa07bb2e66499166a11 /NEWS
parent7b1a40fdcea183e53cd83b513bff70ac232ba1ce (diff)
downloadlibsoup-b6166e7b28eced37be0f09de04513acdcb308e5a.tar.gz
2.69.902.69.90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4914d50b..b331ff81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Changes in libsoup from 2.68.3 to 2.69.90:
+
+ * Add new API to expose support for same-site cookies [Patrick Griffis]
+
+ * Fix TRACE method not being considered safe and idempotent internally [Patrick
+ Griffis]
+
+ * WebSockets: ensure a new connection is created for WebSocket requests [Carlos
+ Garcia Campos]
+
+ * WebSockets: do not start the input source when IO is closing [Carlos Garcia
+ Campos]
+
+ * Deprecate soup_date_to_timeval() [Claudio Saavedra]
+
+ * build: Update glib requirement to 2.58 [Xavier Claessens]
+
+ * Updated translations: Malay [Umarzuki Mochlis]
+
Changes in libsoup from 2.68.2 to 2.68.3:
* Fixes to testing infrastructure [Simon McVittie]