From def98d007ca9e80cc7253b7f0a4c36e83cb6a140 Mon Sep 17 00:00:00 2001 From: Charles Lindsay Date: Thu, 30 Jan 2014 17:51:34 -0800 Subject: [PATCH] Bump version, add news --- CMakeLists.txt | 2 +- NEWS | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12983b64..3c1f6ea7 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.0") +set(VERSION "0.5.1") set(VERSION_INFO "Release") set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale) diff --git a/NEWS b/NEWS index 5f6e66d3..3d16ca8a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Geary 0.5.1 - 30 January 2014 +----------------------------- + + * Ability to save sent mail + * Basic search operators + * Separate trash, archive, and delete operations + * Improved special folder handling for "Other" accounts + * Fixed some IMAP issues + * Speed improvements & miscellaneous bugfixes + + Geary 0.5.0 - 12 December 2013 ------------------------------