[glib-networking: 76/129] Release 2.50.5



commit fed1cf0acdfc47de06bab5c10eecbebcd52f5491
Author: Paolo Borelli <pborelli gnome org>
Date:   Thu Oct 26 14:59:45 2017 +0200

    Release 2.50.5

 NEWS         | 11 ++++++++++-
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0b50902..1d3531f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
+News in 2.50.5
+--------------
+* Go back to a generic cipher list but allow to override it using the
+  G_TLS_OPENSSL_CIPHER_LIST environment variable
+* More tweaks to the OpenSSL context confuguration
+* Force TLSv1.2 or higher also on the client
+* Improve the meson build
+* Misc bug fixes
+* Translation updates
+
 News in 2.50.4
 --------------
-* 
 * Avoid rehandshakes from the server side, this avoids a possible DoS attack
 * Avoid warning when shutting down connection on Ubuntu
 * Use a more secure cypher list
diff --git a/configure.ac b/configure.ac
index 80b3d56..5100231 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.65)
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_INIT([glib-openssl],[2.50.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib-openssl])
+AC_INIT([glib-openssl],[2.50.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib-openssl])
 
 AC_CONFIG_SRCDIR([tls/openssl/gtlsbackend-openssl.h])
 AC_CONFIG_HEADERS([config.h])
diff --git a/meson.build b/meson.build
index 889c3b9..8869854 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('glib-openssl', 'c',
-        version: '2.50.4',
+        version: '2.50.5',
         license: 'LGPL2+',
         meson_version: '>= 0.41.0')
 


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