From b365d5d4d4dd94bda550ea2bcc161eea804ba297 Mon Sep 17 00:00:00 2001 From: Jim Nelson Date: Mon, 2 Feb 2015 18:14:31 -0800 Subject: [PATCH] Update to 0.9.1 --- CMakeLists.txt | 2 +- NEWS | 17 +++++++++++++++++ debian/changelog | 17 +++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 55853ff8..2f2fc2ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ) # set(GETTEXT_PACKAGE "geary") set(RELEASE_NAME "Lightweight email client for GNOME.") -set(VERSION "0.9.0") +set(VERSION "0.9.1") set(VERSION_INFO "Release") set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale) diff --git a/NEWS b/NEWS index ccfd3449..8d37955c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +Geary 0.9.1 - 2 February 2014 +----------------------------- + + * Support HTML signatures (#738895) + * Quote from multiple selections in reply (#738188) + * Restore reply/reply all/forward state of edited drafts (#743067) + * Quoted message portion may be easily removed in composer (#741609) + * True delete now supported in Gmail (#721790) + * Improved searching for terms w/ punctuation (#714863) + * Better management of draft messages to avoid orphans + * Empty Trash, Empty Spam (#714809, #725260) + * Better conversation construction (#714563) + * Improved IMAP connection reestablishment and retrying of remote operations + * Various bug fixes, optimizations, improvements + * Updated translations + + Geary 0.9.0 - 19 December 2014 ------------------------------ diff --git a/debian/changelog b/debian/changelog index 42b1cce9..1790654f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +geary (0.9.1-1~utopic1) utopic; urgency=low + + * Support HTML signatures (#738895) + * Quote from multiple selections in reply (#738188) + * Restore reply/reply all/forward state of edited drafts (#743067) + * Quoted message portion may be easily removed in composer (#741609) + * True delete now supported in Gmail (#721790) + * Improved searching for terms w/ punctuation (#714863) + * Better management of draft messages to avoid orphans + * Empty Trash, Empty Spam (#714809, #725260) + * Better conversation construction (#714563) + * Improved IMAP connection reestablishment and retrying of remote operations + * Various bug fixes, optimizations, improvements + * Updated translations + + -- Jim Nelson Mon, 02 Feb 2015 18:12:49 -0800 + geary (0.9.0-1~utopic1) utopic; urgency=low * Improved full-text search experience (#720361)