summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2019-12-09 13:38:06 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2019-12-09 13:38:24 -0600
commit4a741616d5d931c88bcf2c5185b6dde401f6dc95 (patch)
treef9d47f515547fc2aab0cb8f4eeb651e74d4f30ab
parent3009935bc8779a96ceaca86330f2e4b60318289c (diff)
downloadglib-networking-2.62.2.tar.gz
Prepare 2.62.22.62.2
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f8149fe..86f1269 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.26.2 - December 9, 2019
+=========================
+
+- Fix handshake_context crashes (#97)
+
2.62.1 - October 4, 2019
========================
diff --git a/meson.build b/meson.build
index 150f1d5..49adc08 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'glib-networking', 'c',
- version: '2.62.1',
+ version: '2.62.2',
license: 'LGPL2.1+',
meson_version: '>= 0.50.0',
default_options: ['c_std=c11']