[glib-networking] Prepare 2.59.1



commit 63a8eddbef12ce21119ece9cb36e37b92df75ff7
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Nov 11 23:05:57 2018 -0600

    Prepare 2.59.1

 NEWS        | 17 +++++++++++++++++
 meson.build |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index aa6eb25..b2b9faa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2.59.1 - November 11, 2018
+==========================
+
+This release removes the gnutls-pkcs11 backend, which was disabled in 2.57.2,
+due to lack of any feedback whatsoever regarding its disablement. If you think
+it is still useful to you, given that the normal gnutls backend now supports
+PKCS#11, speak up now.
+
+This release also includes several changes to properly support TLS 1.3.
+
+Other changes:
+
+ - Perform certificate verification during, not after, TLS handshake
+ - Dramatically improve the reliability of the non-DTLS tests. (DTLS is still having problems.)
+ - Regenerate test certificates to prepare for OpenSSL support
+ - Several meson build system improvements to prepare for OpenSSL support
+
 2.58.0 - September 2, 2018
 ==========================
 
diff --git a/meson.build b/meson.build
index 73bf5cb..1a3bef2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'glib-networking', 'c',
-  version: '2.58.0',
+  version: '2.59.1',
   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]