summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-02-14 13:51:50 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-02-14 13:51:50 -0600
commit32d92549a24825046f01de2dab2cd043a584f87c (patch)
tree589765eaea238de090383d76230c6f9982f0ee97
parent52038963fc9f3c0ffbaf1ef8cb51a5774d3d924a (diff)
downloadglib-networking-32d92549a24825046f01de2dab2cd043a584f87c.tar.gz
Prepare 2.63.912.63.91
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d8a5014..264c245 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.63.91 - February 14, 2020
+===========================
+
+- Fix peer-certificate properties changing too soon (#127)
+- GnuTLS backend: reduce session resumption cache lifetime (!113)
+- GnuTLS backend: restore TLS 1.2 support for copy session state (!114)
+
2.63.90 - February 1, 2020
==========================
diff --git a/meson.build b/meson.build
index c781568..b072efd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'glib-networking', 'c',
- version: '2.63.90',
+ version: '2.63.91',
license: 'LGPL2.1+',
meson_version: '>= 0.50.0',
default_options: ['c_std=c99']