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



commit aa028cf86c71474cf0ecbf399241053e82ac4fb9
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Jan 3 21:28:43 2020 -0600

    Prepare 2.62.3

 NEWS        | 7 +++++++
 meson.build | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index eaada03..4e3dad4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+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
+
 2.62.2 - December 9, 2019
 =========================
 
diff --git a/meson.build b/meson.build
index 49adc08..5111646 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'glib-networking', 'c',
-  version: '2.62.2',
+  version: '2.62.3',
   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]