diff --git a/CMakeLists.txt b/CMakeLists.txt index 814b0feb..4fca75ce 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.7.0") +set(VERSION "0.7.1") set(VERSION_INFO "Release") set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale) diff --git a/NEWS b/NEWS index 5de52b42..de151afd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Geary 0.7.1 - 20 August 2014 +---------------------------- + + * Show attachments lacking a Content-Disposition + * Prevent Inbox from being cleared at startup (Dovecot, Zimbra, more) + * Major memory leak (due to GMime bindings) fixes + * Improved IMAP disconnect/reconnect logic + * Autocomplete properly quotes RFC822 strings + * Stabilize search results to prevent lost or dropped results + * Inline composer polish + * Updated translations + + Geary 0.7.0 - 18 July 2014 -------------------------- diff --git a/debian/changelog b/debian/changelog index 7ee622f1..e5468845 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +geary (0.7.1-1~saucy1) saucy; urgency=low + + * Show attachments lacking a Content-Disposition + * Prevent Inbox from being cleared at startup (Dovecot, Zimbra, more) + * Major memory leak (due to GMime bindings) fixes + * Improved IMAP disconnect/reconnect logic + * Autocomplete properly quotes RFC822 strings + * Stabilize search results to prevent lost or dropped results + * Inline composer polish + * Updated translations + + -- Jim Nelson Wed, 20 Aug 2014 12:50:08 -0700 + geary (0.7.0-1~saucy1) saucy; urgency=low * Major overhaul of email composer, now inline in main window and redesigned