diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fca75ce..87f569b7 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.1") +set(VERSION "0.7.2") set(VERSION_INFO "Release") set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale) diff --git a/NEWS b/NEWS index 9aec6e89..cc03b7e2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Geary 0.7.2 - 2 September 2014 +------------------------------ + + * Warn user of TLS certificate issues when connecting (#713247) + * Better scrolling system for inline composer + * Improved database performance and reduced lags + * IMAP stack fix (old IDLEs causing command completion) + * Compile with Vala 0.25 and better + * Updated translations + + Geary 0.7.1 - 20 August 2014 ---------------------------- diff --git a/debian/changelog b/debian/changelog index 59f8e5ac..8cd3ff5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +geary (0.7.2-1~trusty1) trusty; urgency=low + + * Warn user of TLS certificate issues when connecting (#713247) + * Better scrolling system for inline composer + * Improved database performance and reduced lags + * IMAP stack fix (old IDLEs causing command completion) + * Compile with Vala 0.25 and better + * Updated translations + + -- Jim Nelson Tue, 02 Sep 2014 16:36:51 -0700 + geary (0.7.1-1~saucy1) saucy; urgency=low * Show attachments lacking a Content-Disposition