summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2019-09-11 17:07:33 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2019-09-11 17:07:33 +0300
commit15a3d17bdefebede9262933752a897cf51976a05 (patch)
tree6832018c6cf63f29a94397058fd1f38e0af9a51c
parent150c7f6743924cb5d6f2dec85c6248620b8f4e4a (diff)
downloadlibsoup-15a3d17bdefebede9262933752a897cf51976a05.tar.gz
2.68.12.68.1
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9cfcc15a..60ebfb21 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 2.68.0 to 2.68.1:
+
+ * Several memory leaks fixed in tests, examples, and parsing code [Claudio Saavedra]
+
+ * SoupServer: Fixes to Windows path handling [Ignacio Casal Quinteiro]
+
Changes in libsoup from 2.67.93 to 2.68.0:
* Updated translations: Brazilian Portuguese, Croatian,
diff --git a/meson.build b/meson.build
index 5c01fd89..dd30e66c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.68.0',
+ version: '2.68.1',
meson_version : '>=0.50',
license : 'LGPL2',
default_options : 'c_std=c89')