Update to 0.7.1

This commit is contained in:
Jim Nelson 2014-08-20 12:52:42 -07:00
parent 93ef41a9d7
commit eecc6ca854
3 changed files with 27 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.7.0")
set(VERSION "0.7.1")
set(VERSION_INFO "Release")
set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale)

13
NEWS
View file

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

13
debian/changelog vendored
View file

@ -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 <jim@yorba.org> 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