diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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'] |