[libsoup] 2.66.2



commit dcb4ef51405109766b7f49b1408f98295bd9351f
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Wed May 15 16:36:02 2019 +0300

    2.66.2

 NEWS        | 12 ++++++++++++
 meson.build |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]