[glib-networking] Prepare 2.57.1



commit e72857989c00c13b6ec9a145fd576ee2d95da59c
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Apr 16 19:43:45 2018 -0500

    Prepare 2.57.1

 NEWS        |   21 +++++++++++++++++++++
 meson.build |    2 +-
 2 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 17eb1e8..e14cd35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.57.1 - April 16, 2018
+=======================
+
+- Use GnuTLS system trust and remove build option to specify cert bundle (#753260)
+- Fix criticals when child streams outlast the parent GTlsConnection (#792219)
+- Fix crash when setting client cert without private key (#793712)
+- Update tests for compatibility with GnuTLS 3.6.2 (#794286)
+- Never install GIO modules outside build prefix (#794358)
+- Don't install test files if installed tests are disabled (#794372)
+- Fix build with -Dpkcs11=false (#794292, Tom Schoonjans)
+- Allow building as meson subproject (#794709, Mathieu Duponchelle)
+
+- g_tls_certificate_verify() no longer manually verifies certificate
+  activation/expiration time, matching the current behavior of
+  g_tls_database_verify_chain().
+
+2.56.0 - March 20, 2018
+=======================
+
+- Updated translations
+
 2.55.90 - February 12, 2018
 ===========================
 
diff --git a/meson.build b/meson.build
index 1e68415..0e5913d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'glib-networking', 'c',
-  version: '2.55.90',
+  version: '2.57.1',
   license: 'LGPL2.1+',
   meson_version: '>= 0.43.0',
   default_options: ['c_std=c11']


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