Update to Geary 0.6.1

This commit is contained in:
Jim Nelson 2014-07-01 14:57:47 -07:00
parent 60e0bcc4fa
commit f5d52ebfc7
3 changed files with 31 additions and 1 deletions

View file

@ -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)

15
NEWS
View file

@ -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
---------------------------

15
debian/changelog vendored
View file

@ -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 <jim@yorba.org> Tue, 01 Jul 2014 14:53:19 -0700
geary (0.6.0-1~saucy1) saucy; urgency=low
* Basic search operators