From 669356025191f92b3f094688a4f80ceac05b6118 Mon Sep 17 00:00:00 2001 From: Jim Nelson Date: Fri, 18 Jul 2014 14:05:26 -0700 Subject: [PATCH] Update to version 0.7.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 896c2f3c..814b0feb 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.6.1") +set(VERSION "0.7.0") set(VERSION_INFO "Release") set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale) diff --git a/NEWS b/NEWS index b14ca758..5de52b42 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Geary 0.7.0 - 18 July 2014 +-------------------------- + + * Major overhaul of email composer, now inline in main window and redesigned + * Composer will automatically add signature to emails + * Saving drafts to server can be disabled + * Improved main window interface, now using GtkHeaderBar + * Database speed optimizations to reduce lags and improve read times + * Improved connection retry + * Various bug fixes + * Updated translations + + Geary 0.6.1 - 1 July 2014 ------------------------- diff --git a/debian/changelog b/debian/changelog index 698eb482..14154401 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +geary (0.6.1-1~saucy1) saucy; urgency=low + + * Major overhaul of email composer, now inline in main window and redesigned + * Composer will automatically add signature to emails + * Saving drafts to server can be disabled + * Improved main window interface, now using GtkHeaderBar + * Database speed optimizations to reduce lags and improve read times + * Improved connection retry + * Various bug fixes + * Updated translations + + -- Jim Nelson Fri, 18 Jul 2014 14:03:07 -0700 + geary (0.6.1-1~saucy1) saucy; urgency=low * Copy and move message bug fixes (esp. to prevent lost emails)