[glib-networking] Prepare 2.63.1



commit a72e5f5ad92045767b0f5cab7968a60c39b01066
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Oct 11 22:12:47 2019 -0500

    Prepare 2.63.1

 NEWS        | 12 ++++++++++++
 meson.build |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index da0abb7..82679be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.63.1 - October 11, 2019
+=========================
+
+- Add support for new PKCS#11 APIs to facilitate use with smartcards (Patrick Griffis)
+- Disable TLS 1.0 and TLS 1.1 when using GnuTLS
+- Fix threadsafety issue (#95)
+
+2.62.1 - October 4, 2019
+========================
+
+- Fix two memory leaks (!71, !72, Claudio Saavedra)
+
 2.62.0 - September 7, 2019
 ==========================
 
diff --git a/meson.build b/meson.build
index bd9049a..4c60691 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'glib-networking', 'c',
-  version: '2.62.0',
+  version: '2.63.1',
   license: 'LGPL2.1+',
   meson_version: '>= 0.50.0',
   default_options: ['c_std=c99']


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