From 389baf1c363d86d05a7c7aeb0a1ec930f062cae2 Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Wed, 19 Aug 2020 12:00:01 +1000 Subject: [PATCH] Updates files for 3.37.90 --- NEWS | 57 +++++++++++++++++++++++ desktop/org.gnome.Geary.appdata.xml.in.in | 16 ++++++- meson.build | 2 +- 3 files changed, 72 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4bf674c8..b56caab6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,60 @@ +Version 3.37.90 +~~~~~~~~~~~~~~ +Released: 2020-08-19 + +Notable changes included in this release: + + * Drop messages in the database older than the storage preference + * Added a mail merge plugin + * Sent sound plugin improvements + * Follow system font preference in the conversation list + * Hide composer formatting toolbar by default + * Improved default preferences window size + * Improved server compatibility + * Code cleanup, build and bug fixes + * Broke out generic unit test code into a stand-alone subproject + * Use a distinct icon for nightly builds + * Update vala dependency to >= 0.46.2 + * Update libhandy dependency to >= 0.90 + +Thanks to all who contributed code fixes and enhancements to this +release: + * Adwait Rawat + * Andres Salomon + * Chris Heywood + * Diego Escalante Urrelo + * Federico Bruni + * Guillaume Ayoub + * hkdb + * Jan Tojnar + * Jordan Petridis + * Oliver Giles + * Rico Tzschichholz + * Thibault Martin + +Thanks also to all who contributed translations, for the user +interface: + * Anders Jonsson (sv) + * Baurzhan Muftakhidinov (kk) + * Daniel Mustieles (es) + * Daniel Șerbănescu (ro) + * Dušan Kazik (sk) + * Emin Tufan Çetin (tr) + * Federico Bruni (it) + * Jordi Mas (ca) + * Kukuh Syafaat (id) + * Piotr Drąg (pl) + * Rafael Fontenelle (pt_BR) + * sicklylife (ja) + * Thibault Martin (fr) + * Yuri Chornoivan (uk) + +And for the user manual: + * Andre Klapper (it) + * Jordi Mas (ca) + * Piotr Drąg (pl) + * Yuri Chornoivan (uk) + Version 3.37.1 ~~~~~~~~~~~~~~ Released: 2020-05-03 diff --git a/desktop/org.gnome.Geary.appdata.xml.in.in b/desktop/org.gnome.Geary.appdata.xml.in.in index a0f4cd03..b2d8e467 100644 --- a/desktop/org.gnome.Geary.appdata.xml.in.in +++ b/desktop/org.gnome.Geary.appdata.xml.in.in @@ -92,8 +92,20 @@

Enhancements included in this release:

diff --git a/meson.build b/meson.build index 4db419ef..d0ac9540 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('geary', [ 'vala', 'c' ], - version: '3.37.1', + version: '3.37.90', license: 'LGPL2.1+', meson_version: '>= 0.50', )