summaryrefslogtreecommitdiff
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
parent7b1a40fdcea183e53cd83b513bff70ac232ba1ce (diff)
downloadlibsoup-b6166e7b28eced37be0f09de04513acdcb308e5a.tar.gz
2.69.902.69.90
-rw-r--r--NEWS19
-rw-r--r--meson.build2
2 files changed, 20 insertions, 1 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]
diff --git a/meson.build b/meson.build
index f9febd71..88a08ce1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.69.0',
+ version: '2.69.90',
meson_version : '>=0.50',
license : 'LGPL2',
default_options : 'c_std=c89')