From 22b642edef82a28ae1443050c463b808cc62c6fc Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Sun, 13 Sep 2020 14:21:30 +1000 Subject: [PATCH] Update files for 3.38 --- NEWS | 72 +++++++++++++++++++++++ desktop/org.gnome.Geary.appdata.xml.in.in | 2 +- meson.build | 2 +- 3 files changed, 74 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0995829f..52cf8ae5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,75 @@ +Version 3.38 +~~~~~~~~~~~~ +Released: 2020-09-13 + +Enhancements included in this release: + * Clean up email in database older than the storage preference + * New Preferences window pane for managing plugins + * New Email Templates plugin + * New Mail Merge plugin + * New Sent Sound plugin + * New Unity Messaging Menu plugin + * Reduced number of spurious problem report info bars + * Improved ordering of folders in the folder list + * Spam folder renamed to Junk + * Composer formatting toolbar initially hidden for new installs + * Desktop mail notifications now show contact photos + * Improved server compatibility + * Numerous bug fixes and user interface improvements + * Numerous user interface translation updates + +Thanks to those who contributed code fixes and enhancements to this +release: + * Adwait Rawat + * Andres Salomon + * Björn Daase + * Chris Heywood + * Daniel Kahn Gillmor + * Diego Escalante Urrelo + * Federico Bruni + * Guillaume Ayoub + * hkdb + * James Westman + * Jan Tojnar + * Jonatan Pålsson + * Jordan Petridis + * Oliver Giles + * Rico Tzschichholz + * Thibault Martin + +Thanks also to all who contributed translations for the user +interface: + * Anders Jonsson (sv) + * Andika Triwidada (id) + * Asier Sarasua Garmendia (eu) + * Ask Hjorth Larsen (da) + * Baurzhan Muftakhidinov (kk) + * Bruce Cowan (en_GB) + * Daniel Mustieles (es) + * Daniel Șerbănescu (ro) + * Dušan Kazik (sk) + * Efstathios Iosifidis (el) + * Emin Tufan Çetin (tr) + * Enrico Nicoletto (pt_BR) + * Fabio Tomat (fur) + * Federico Bruni (it) + * Goran Vidović (hr) + * Jiri Grönroos (fi) + * Jordi Mas (ca) + * Kukuh Syafaat (id) + * Nathan Follens (nl) + * 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.92 ~~~~~~~~~~~~~~~ Released: 2020-09-06 diff --git a/desktop/org.gnome.Geary.appdata.xml.in.in b/desktop/org.gnome.Geary.appdata.xml.in.in index b2d8e467..7c1ddcab 100644 --- a/desktop/org.gnome.Geary.appdata.xml.in.in +++ b/desktop/org.gnome.Geary.appdata.xml.in.in @@ -88,7 +88,7 @@ geary - +

Enhancements included in this release:

    diff --git a/meson.build b/meson.build index ba5e4b9e..c33d66cc 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('geary', [ 'vala', 'c' ], - version: '3.37.92', + version: '3.38.0', license: 'LGPL2.1+', meson_version: '>= 0.50', )