summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2019-05-15 16:36:02 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2019-05-15 16:36:18 +0300
commitdcb4ef51405109766b7f49b1408f98295bd9351f (patch)
tree757107e540313d1baf72422a9225fa614b1ce582
parentf3eb1887a25ee1c43360d71a7c43dd94fea96518 (diff)
downloadlibsoup-2.66.2.tar.gz
2.66.22.66.2
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fa489fba..ed50128e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes in libsoup from 2.66.1 to 2.66.2:
+
+ * Make gettext optional (might not be available in Windows)
+ [Seungha Yang]
+
+ * MSVC: set encoding to UTF-8 to avoid errors [Seungha Yang]
+
+ * MinGW tests build fix [Tomas Popela]
+
+ * Check for TLS support only when external glib dependency is available
+ [Seungha Yang]
+
Changes in libsoup from 2.66.0 to 2.66.1:
* Fix dylib versioning in MacOS [Tom Schoonjans]
diff --git a/meson.build b/meson.build
index 0e4a1dcf..89837c15 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.66.1',
+ version: '2.66.2',
meson_version : '>=0.48',
license : 'LGPL2',
default_options : 'c_std=c89')