diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2019-12-09 13:38:06 -0600 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2019-12-09 13:38:24 -0600 |
commit | 4a741616d5d931c88bcf2c5185b6dde401f6dc95 (patch) | |
tree | f9d47f515547fc2aab0cb8f4eeb651e74d4f30ab | |
parent | 3009935bc8779a96ceaca86330f2e4b60318289c (diff) | |
download | glib-networking-2.62.2.tar.gz |
Prepare 2.62.22.62.2
-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'] |