From 5b64939490886e3c3146ec48d9e31ca74c5b6620 Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Sun, 6 Sep 2020 08:48:36 +1000 Subject: [PATCH] Update files for 3.37.92 --- NEWS | 33 +++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9e9a72d3..0995829f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +Version 3.37.92 +~~~~~~~~~~~~~~~ +Released: 2020-09-06 + +Notable changes included in this release: + + * Fix for crash in conversation find + * Fix GOA-related app freeze at startup + * Fix for infinite "recoverable error" loop + * Fix for database locking errors + * Fixes for handling cancelled IMAP commands + * Various bug fixes and user interface improvements + +Thanks to all who contributed code fixes and enhancements to this +release: + * Chris Heywood + +Thanks also to all who contributed translations, for the user +interface: + * Bruce Cowan (en_GB) + * Daniel Mustieles (es) + * Daniel Șerbănescu (ro) + * Emin Tufan Çetin (tr) + * Enrico Nicoletto (pt_BR) + * Federico Bruni (it) + * Jiri Grönroos (fi) + * Kukuh Syafaat (id) + * Nathan Follens (nl) + * Piotr Drąg (pl) + * sicklylife (ja) + * Thibault Martin (fr) + * Yuri Chornoivan (uk) + Version 3.37.91 ~~~~~~~~~~~~~~~ Released: 2020-08-27 diff --git a/meson.build b/meson.build index 843e1ff6..ba5e4b9e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('geary', [ 'vala', 'c' ], - version: '3.37.91', + version: '3.37.92', license: 'LGPL2.1+', meson_version: '>= 0.50', )