summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2019-04-09 11:38:15 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2019-04-09 11:42:05 +0300
commitf26f6073d0a999fc9517366e1f995fece7c89649 (patch)
treea14d3b50b70ebb6381ef6fc1938320b9017e27ce
parentb51e062c5c95e732e9a6c6187eaac6742c129448 (diff)
downloadlibsoup-f26f6073d0a999fc9517366e1f995fece7c89649.tar.gz
2.66.12.66.1
-rw-r--r--NEWS14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 017a559b..fa489fba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Changes in libsoup from 2.66.0 to 2.66.1:
+
+ * Fix dylib versioning in MacOS [Tom Schoonjans]
+
+ * Visual Studio build fixes [Chun-wei Fan]
+
+ * MinGW build fixes [Руслан Ижбулатов]
+
+ * Meson build system improvements [Claudio Saavedra, Jakub Adam]
+
+ * Fix random CI failures due to parallel apache tests [Claudio Saavedra]
+
+ * Code cleanups [Claudio Saavedra]
+
Changes in libsoup from 2.65.92 to 2.66.0:
* Fix lookup for libxml2 on Visual Studio builds [Chun-wei Fan]
diff --git a/meson.build b/meson.build
index fff12ce9..25887f96 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.66.0',
+ version: '2.66.1',
meson_version : '>=0.48',
license : 'LGPL2',
default_options : 'c_std=c89')