From ab97c5193e24aa89e23cf6c3332cd64fb6805cb9 Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Thu, 27 Aug 2020 08:49:02 +1000 Subject: [PATCH] Update files for 3.37.91 --- NEWS | 23 +++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b56caab6..9e9a72d3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Version 3.37.91 +~~~~~~~~~~~~~~~ +Released: 2020-08-27 + +Notable changes included in this release: + + * Fixed handling of pinned, invalid TLS certificates: CVE-2020-24661 + * Removed libhandy subproject due to translation infrastructure issue + * Update vala dependency to >= 0.48.6 + * Update glib dependency to >= 2.64 + * Various bug fixes and user interface improvements + * various user interface translation updates + +Thanks to all who contributed code fixes and enhancements to this +release: + * Björn Daase + * Chris Heywood + +Thanks also to all who contributed translations, for the user +interface: + * Daniel Mustieles (es) + * Piotr Drąg (pl) + Version 3.37.90 ~~~~~~~~~~~~~~ Released: 2020-08-19 diff --git a/meson.build b/meson.build index 3870035e..843e1ff6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('geary', [ 'vala', 'c' ], - version: '3.37.90', + version: '3.37.91', license: 'LGPL2.1+', meson_version: '>= 0.50', )