Update files for 3.35.1
This commit is contained in:
parent
a0977b8525
commit
30939534e5
4 changed files with 39 additions and 2 deletions
34
NEWS
34
NEWS
|
|
@ -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
1
THANKS
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('geary', [ 'vala', 'c' ],
|
||||
version: '3.35.0',
|
||||
version: '3.35.1',
|
||||
license: 'LGPL2.1+',
|
||||
meson_version: '>= 0.50',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue