From dab925521ef6bd59398e1179604009ab59bab031 Mon Sep 17 00:00:00 2001 From: Charles Lindsay Date: Mon, 3 Mar 2014 18:13:31 -0800 Subject: [PATCH] Bump version, add news --- CMakeLists.txt | 2 +- NEWS | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38967d7a..7ec8d598 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.5.2") +set(VERSION "0.5.3") set(VERSION_INFO "Release") set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale) diff --git a/NEWS b/NEWS index 2a733fd4..90ce0523 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Geary 0.5.3 - 3 March 2014 +-------------------------- + + * Better styling of collapsed quotes + * "Use IMAP credentials" option in account creation dialog + * Fixed support for GMail drafts + * Fixed background synchronizer + * Fixed some unread count issues + * Fixed some IMAP issues + * Fixed theming issues + * Other miscellaneous bugfixes + + Geary 0.5.2 - 14 February 2014 ------------------------------