From 30939534e503d89c0d4c907b5d67b19b65c79879 Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Thu, 10 Oct 2019 21:47:30 +1100 Subject: [PATCH] Update files for 3.35.1 --- NEWS | 34 +++++++++++++++++++++++ THANKS | 1 + desktop/org.gnome.Geary.appdata.xml.in.in | 4 ++- meson.build | 2 +- 4 files changed, 39 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4339aee6..c0f64ff6 100644 --- a/NEWS +++ b/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 diff --git a/THANKS b/THANKS index a0877226..d26d06f9 100644 --- a/THANKS +++ b/THANKS @@ -41,6 +41,7 @@ Jens Georg Jeremy Bicha Jiří Černý Joanmarie Diggs +João Loureiro Joe Barnett Joel Duncan Jon Banafato diff --git a/desktop/org.gnome.Geary.appdata.xml.in.in b/desktop/org.gnome.Geary.appdata.xml.in.in index ee656a2d..3b516f80 100644 --- a/desktop/org.gnome.Geary.appdata.xml.in.in +++ b/desktop/org.gnome.Geary.appdata.xml.in.in @@ -93,7 +93,9 @@

Enhancements included in this release:

    -
  • Your enhancement here
  • +
  • App-wide notification preferences now handled by desktop
  • +
  • Improved missing attachment detection in composer
  • +
  • Initial plugin system
diff --git a/meson.build b/meson.build index de8b6244..bc45ea1c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('geary', [ 'vala', 'c' ], - version: '3.35.0', + version: '3.35.1', license: 'LGPL2.1+', meson_version: '>= 0.50', )