[glib-networking/glib-2-62] Prepare 2.62.4



commit 6708b357c59d7655f10d7b69c194178c9ccc447f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu May 28 18:31:39 2020 -0500

    Prepare 2.62.4

 NEWS        | 6 +++++-
 meson.build | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4e3dad4..2f6f5b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
+2.62.4 - May 28, 2020
+=====================
+
+- Fix CVE-2020-13645, fail connections when server identity is unset (#135)
+
 2.62.3 - January 3, 2019
 ========================
-
 - Fix leak of base iostream (or base datagram socket), 2.62 regression
 - Fix duplicate notifies of peer-certificate and peer-certificate-errors
 - Fix obscure corner case where SNI might not work
diff --git a/meson.build b/meson.build
index 5111646..56d0a37 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'glib-networking', 'c',
-  version: '2.62.3',
+  version: '2.62.4',
   license: 'LGPL2.1+',
   meson_version: '>= 0.50.0',
   default_options: ['c_std=c11']


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