From 96fbc085cd37740a1a51c6c8adbc615970964a7c Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Sun, 24 Nov 2019 13:09:29 +1100 Subject: [PATCH] Update files for 3.35.2 --- NEWS | 37 +++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c0f64ff6..0ab5d323 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,40 @@ +Version 3.35.2 +~~~~~~~~~~~~~~~ +Released: 2019-10-11 + +Changes: + * Roll up bugs fixed in 3.34.2 + * Add drag and drop and paste images into rich text messages + * Add account-wide undo of email actions + * Add undo composer send/save/discard + * Add undo for GtkEntry widgets + * Support opening multiple main windows + * Update and improve keyboard shortcuts + * Make single-key shortcuts optional, brig up to date with Gmail + * Substantial client application/controller/main window/composer class + cleanup + * Geary.Engine API cleanup + * Improve logging intialisation + * Online manual updates + +Thanks to all who contributed code fixes and enhancements to this +release: + * Alex Henrie + * Chris Heywood + * Mario Ravalli + +Thanks also to all who contributed translations, for the user +interface: + * Asier Sarasua Garmendia (eu) + * Daniel Mustieles (es) + * Emin Tufan Çetin (tr) + * Jordi Mas (ca) + * Piotr Drąg (pl) + +And for the user manual: + * Daniel Mustieles (es) + * Emin Tufan Çetin (tr) + Version 3.35.1 ~~~~~~~~~~~~~~~ Released: 2019-10-11 diff --git a/meson.build b/meson.build index 0aa80ab6..af508faa 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('geary', [ 'vala', 'c' ], - version: '3.35.1', + version: '3.35.2', license: 'LGPL2.1+', meson_version: '>= 0.50', )