diff --git a/CMakeLists.txt b/CMakeLists.txt index 275f645d..896c2f3c 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.0") +set(VERSION "0.6.1") set(VERSION_INFO "Release") set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale) diff --git a/NEWS b/NEWS index cd619888..b14ca758 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Geary 0.6.1 - 1 July 2014 +------------------------- + + * Copy and move message bug fixes (esp. to prevent lost emails) + * Prevent STARTTLS BAD_IDENTITY when connecting to server + * Prevent failure when deleting Outbox message + * Don't save draft messages on server when UIDPLUS not available + * Correct severe database command error (statement too long) + * Fix bug when launching Geary with file URIs for attachments + * Prevent the IMAP account synchronizer from deadlocking + * Fix server compatibility issues (mail.ru, netcourrier.com) + * Italian translation of help documentation + * Improved translations + + Geary 0.6.0 - 17 March 2014 --------------------------- diff --git a/debian/changelog b/debian/changelog index 95b81732..698eb482 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +geary (0.6.1-1~saucy1) saucy; urgency=low + + * Copy and move message bug fixes (esp. to prevent lost emails) + * Prevent STARTTLS BAD_IDENTITY when connecting to server + * Prevent failure when deleting Outbox message + * Don't save draft messages on server when UIDPLUS not available + * Correct severe database command error (statement too long) + * Fix bug when launching Geary with file URIs for attachments + * Prevent the IMAP account synchronizer from deadlocking + * Fix server compatibility issues (mail.ru, netcourrier.com) + * Italian translation of help documentation + * Improved translations + + -- Jim Nelson Tue, 01 Jul 2014 14:53:19 -0700 + geary (0.6.0-1~saucy1) saucy; urgency=low * Basic search operators