From 3f5c63c60215222c4c53a9e55502588734f99006 Mon Sep 17 00:00:00 2001 From: Jim Nelson Date: Fri, 19 Dec 2014 17:12:56 -0800 Subject: [PATCH] Update to 0.9.0 --- CMakeLists.txt | 2 +- NEWS | 13 +++++++++++++ debian/changelog | 13 +++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 721b54b5..55853ff8 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.8.3") +set(VERSION "0.9.0") set(VERSION_INFO "Release") set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale) diff --git a/NEWS b/NEWS index c5cc8f6c..ccfd3449 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Geary 0.9.0 - 19 December 2014 +------------------------------ + + * Improved full-text search experience (#720361) + * Periodic database & attachments garbage collection (#714134) + * Remove minimum width for sidebar/folder list (#713882) + * Use GtkHeaderBar for dialogs (#741240) + * Can now specify Reply-To when composing (#714588) + * Fix signed int32 UID/UIDVALIDITY bug (#737642) + * Composer shortcuts now listed in online help (#741573) + * Updated translations + + Geary 0.8.3 - 19 December 2014 ------------------------------ diff --git a/debian/changelog b/debian/changelog index 68e33409..c5c7e458 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +geary (0.9.0-1~utopic1) utopic; urgency=low + + * Improved full-text search experience (#720361) + * Periodic database & attachments garbage collection (#714134) + * Remove minimum width for sidebar/folder list (#713882) + * Use GtkHeaderBar for dialogs (#741240) + * Can now specify Reply-To when composing (#714588) + * Fix signed int32 UID/UIDVALIDITY bug (#737642) + * Composer shortcuts now listed in online help (#741573) + * Updated translations + + -- Jim Nelson Fri, 19 Dec 2014 17:11:02 -0800 + geary (0.8.3-1~utopic1) utopic; urgency=low * Prevent race condition causing Geary window not to open (#737811)