[glib-networking/glib-2-70] Prepare 2.70.1



commit b0d45b17f745088256c9ad1ae9a7e2467dec6286
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Mon Dec 6 08:43:42 2021 -0600

    Prepare 2.70.1

 NEWS        | 8 ++++++++
 meson.build | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 04ee7bdd..5035ce77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.70.1 - December 6, 2021
+=========================
+
+ - Fix crashes when handshake is cancelled (#97, #176)
+ - OpenSSL: fix spurious certificate expired verification errors (#179)
+ - GnuTLS: Fix tests on 32-bit systems (!188, Simon McVittie)
+ - GnuTLS: Fix crash when invalid priority string is forced (!189)
+
 2.70.0 - September 16, 2021
 ===========================
 
diff --git a/meson.build b/meson.build
index b018ca7b..7c67c94a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'glib-networking', 'c',
-  version: '2.70.0',
+  version: '2.70.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]