diff --git a/CMakeLists.txt b/CMakeLists.txt index f44bac89..0a59aee2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ list(APPEND # set(GETTEXT_PACKAGE "geary") set(RELEASE_NAME "Lightweight email client for GNOME.") -set(VERSION "0.10.0") +set(VERSION "0.11.0") set(VERSION_INFO "Release") set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale) diff --git a/NEWS b/NEWS index bd49ddf9..709f905b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,62 @@ +Geary 0.11.0 - 15 May 2015 +-------------------------- + + * Add archive special folder support (#713986) + -- Emersion + * Add is:read, is:unread: is:starred search operators (#726661) + -- Matthew Wong + * Fix using more than search operator - to:, from:, etc. (#749938) + -- Matthew Wong + * Work around crashes caused by WebKitGTK+ 2.4.10 (#764152, #763933) + -- Adam Dingle, Michael Gratton + * Fix a crash when searching (#765515) + * Fix images not being displayed in some HTML messages (#764919) + * Fix empty main window when opened from notification (#763961) + * Fix UI freezing when network connections are lost (#757088) + * Work better with Cyrus & other servers when network unreliable (#757166) + * Enable use of custom FTS3 tokeniser in SQLite 3.12 and later (#763203) + * Fix inconsistent Composer 'Detach' button placement (#757110) + -- Ralph Plawetzki + * Documentation improvements (#764848, #749925) + -- Florin Lipan, Robert Schroll + * Update deb module dependencies (#749931, #748464) + -- Robert Schroll + * Updated UI translations: + Adolfo Jayme Barrientos (es) + Alexandre Franke (fr) + Anders Jonsson (sv) + Aurimas Černius (lt) + Balázs Úr (hu) + Cédric Bellegarde (fr) + Cédric Valmary (oc) + Daniel Șerbănescu (ro) + Dušan Kazik (sk) + Federico Bruni (it) + Gianvito Cavasoli (it) + Jiri Grönroos (fi) + Jordi Mas (ca) + Josef Andersson (sv) + Kjartan Maraas (nb) + Marek Černocký (cs) + Mattias Eriksson (sv) + Necdet Yücel (tr) + Pedro Albuquerque (pt) + Piotr Drąg (pl) + Rafael Fontenelle (pt_BR) + Simon Linden (de) + Stas Solovey (ru) + Yosef Or Boczko (he) + Γιάννης Κουτσούκος (el) + Марко Костић (sr) + Милош Поповић (sr) + Милош Поповић (sr@latin) + * Updated doc translations: + Christian Kirbach (de) + Federico Bruni (it) + Luis Enrique Ortega Rojas (es) + Marek Černocký (cs) + Simon Linden (de) + Geary 0.10.0 - 30 March 2015 ---------------------------- diff --git a/THANKS b/THANKS index 528367f1..48c1b3d7 100644 --- a/THANKS +++ b/THANKS @@ -9,6 +9,7 @@ Matthias Clasen Andrea Corbellini Sergey Shnatsel Davidoff Joanmarie Diggs +Adam Dingle Jon Dowland Christian Dywan Victor Eduardo @@ -23,6 +24,7 @@ Mohamed Ibrahim Timo Kluck Charles Lehner Avi Levy +Florin Lipan Simon Lipp Brendan Long Angelo Marchesin @@ -37,9 +39,11 @@ Andreas Obergrusberger Martin Olsson Mark Pariente Robert Park +Ralph Plawetzki Mario Sanchez Prada Tiago Quelhas Viko Adi Rahmawan +ritchiew Didier Roche Janosch Rolles Robert Roth @@ -51,5 +55,4 @@ Wolfgang Steitz Jakob Unterwurzacher Colin Walters Alexander Wilms -ritchiew - +Matthew Wong diff --git a/debian/changelog b/debian/changelog index 4310b5fc..f902bcd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +geary (0.11.0-1~xenial1) xenial; urgency=medium + + * Add archive special folder support (#713986) + * Add is:read, is:unread: is:starred search operators (#726661) + * Fix using more than search operator - to:, from:, etc. (#749938) + * Work around crashes caused by WebKitGTK+ 2.4.10 (#764152, #763933) + * Fix a crash when searching (#765515) + * Fix images not being displayed in some HTML messages (#764919) + * Fix empty main window when opened from notification (#763961) + * Fix UI freezing when network connections are lost (#757088) + * Work better with Cyrus & other servers when network unreliable (#757166) + * Enable use of custom FTS3 tokeniser in SQLite 3.12 and later (#763203) + * Fix inconsistent Composer 'Detach' button placement (#757110) + * Documentation improvements (#764848, #749925) + * Update deb module dependencies (#749931, #748464) + * Updated UI & doc translations + + -- Michael Gratton Sun, 15 May 2016 17:22:45 +1000 + geary (0.10.0-1~utopic1) utopic; urgency=low * Undo Archive/Trash/Move of email (#721828)