[glib-openssl] Release 2.50.7



commit 0701cd32853df204c769f42b79dae96401204402
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Feb 26 11:18:57 2018 +0100

    Release 2.50.7

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 48345ae..655655d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+News in 2.50.7
+--------------
+* Fix build with openssl 1.1.0
+* Fix build with openssl 0.9.8
+* Improvements on Visual Studio build experience
+* Fix memory leak
+* Misc bug fixes
+* Translation updates
+
 News in 2.50.6
 --------------
 * Fix crash if an anchors file is not available
diff --git a/configure.ac b/configure.ac
index 8705f26..9b2058a 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.6],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib-openssl])
+AC_INIT([glib-openssl],[2.50.7],[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 dea3298..e733c23 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('glib-openssl', 'c',
-        version: '2.50.6',
+        version: '2.50.7',
         license: 'LGPL2+',
         meson_version: '>= 0.41.0')
 


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