[glib-networking/glib-2-60] Prepare 2.60.3



commit 164ea6742288022e20cb9314e4ada28323e922d1
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Jun 9 10:32:52 2019 -0500

    Prepare 2.60.3

 NEWS        | 9 +++++++++
 meson.build | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 48b1d2a..1579ea0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.60.3 - June 9, 2019
+=====================
+
+- Fix clobbering of the thread-default main context after certificate
+  verification failure during async handshakes since 2.60.1 (#85)
+- Fix GTlsDatabase initialization failures in OpenSSL backend due to
+  uninitialized memory use
+- Fix minor leak of ALPN protocols
+
 2.60.2 - May 2, 2019
 ====================
 
diff --git a/meson.build b/meson.build
index 3fb6590..4d91677 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'glib-networking', 'c',
-  version: '2.60.2',
+  version: '2.60.3',
   license: 'LGPL2.1+',
   meson_version: '>= 0.47.0',
   default_options: ['c_std=c11']


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