[glib-networking] 2.57.90



commit 4b6f7b5cb931c95966f90343dae0d30baf57d367
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Aug 12 19:34:04 2018 -0500

    2.57.90

 NEWS        | 9 +++++++++
 meson.build | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 9746c6e..e3986d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.57.90 - August 12, 2018
+=========================
+
+ - Properly check for server errors in connection tests (#4)
+ - Perform certificate verification during, not after, TLS handshake (#6)
+ - Avoid trailing dots in SNI hostnames (#11)
+ - Send fallback SCSV with fallback connection attempts
+ - Fail unsafe rehandshake attempts initiated by API request
+
 2.57.3 - July 16, 2018
 ======================
 
diff --git a/meson.build b/meson.build
index a155dfe..30fb613 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'glib-networking', 'c',
-  version: '2.57.3',
+  version: '2.57.90',
   license: 'LGPL2.1+',
   meson_version: '>= 0.46.0',
   default_options: ['c_std=c11']


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