Update files for 3.35.1

This commit is contained in:
Michael Gratton 2019-10-10 21:47:30 +11:00
parent a0977b8525
commit 30939534e5
4 changed files with 39 additions and 2 deletions

34
NEWS
View file

@ -1,3 +1,37 @@
Version 3.35.1
~~~~~~~~~~~~~~~
Released: 2019-10-11
Changes:
* Improved missing attachment detection in composer
* App-wide notification preferences now handled by desktop
* Initial plugin system
* Rename development app id to org.gnome.Geary.Devel
* Publish nightly devel Flatpak builds to nightly.gnome.org
* Tighten Flatpak sandbox permissions
* Convert Flatpak manifest to YML
* Roll up bugs fixed in 3.34.1
* Add libpeas dependency
* Drop libcanberra dependency
* Update meson dependency to >= 0.50
* Misc bug fixes and code cleanup
Thanks to all who contributed code fixes and enhancements to this
release:
* Alex Henrie
* Bilal Elmoussaoui
* João Loureiro
* Konstantin Kharlamov
Thanks also to all who contributed translations, for the user
interface:
* Asier Sarasua Garmendia (eu)
* Marek Černocký (cs)
And for the user manual:
* Marek Černocký (cs)
* Piotr Drąg (pl)
Version 3.33.91
~~~~~~~~~~~~~~~
Released: 2019-09-11

1
THANKS
View file

@ -41,6 +41,7 @@ Jens Georg <mail@jensge.org>
Jeremy Bicha <jbicha@ubuntu.com>
Jiří Černý <ji.cerny@gmail.com>
Joanmarie Diggs <jdiggs@igalia.com>
João Loureiro <joaofl@gmail.com>
Joe Barnett <jbarnett@tribedynamics.com>
Joel Duncan <joel@slethen.io>
Jon Banafato <jon@jonafato.com>

View file

@ -93,7 +93,9 @@
<description>
<p>Enhancements included in this release:</p>
<ul>
<li>Your enhancement here</li>
<li>App-wide notification preferences now handled by desktop</li>
<li>Improved missing attachment detection in composer</li>
<li>Initial plugin system</li>
</ul>
</description>
</release>

View file

@ -1,5 +1,5 @@
project('geary', [ 'vala', 'c' ],
version: '3.35.0',
version: '3.35.1',
license: 'LGPL2.1+',
meson_version: '>= 0.50',
)