[glib-openssl] Release 2.50.4



commit 644cc61ea7e7e3fc8f3e0077fbf539fb945eca89
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Oct 18 09:13:26 2017 +0200

    Release 2.50.4

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ef8e654..0b50902 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+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
+* Only support TLS v1.2 or higher
+* Misc bug fixes
+* Translation updates
+
 News in 2.50.3
 --------------
 * Add support for meson build system
diff --git a/configure.ac b/configure.ac
index 15105fc..80b3d56 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.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib-openssl])
+AC_INIT([glib-openssl],[2.50.4],[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 d720be9..45d5d60 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('glib-openssl', 'c',
-        version: '2.50.3',
+        version: '2.50.4',
         license: 'LGPL2+',
         meson_version: '>= 0.38.0')
 


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