Update to version 0.7.0
This commit is contained in:
parent
221d8f7400
commit
6693560251
3 changed files with 27 additions and 1 deletions
|
|
@ -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.1")
|
||||
set(VERSION "0.7.0")
|
||||
set(VERSION_INFO "Release")
|
||||
set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale)
|
||||
|
||||
|
|
|
|||
13
NEWS
13
NEWS
|
|
@ -1,3 +1,16 @@
|
|||
Geary 0.7.0 - 18 July 2014
|
||||
--------------------------
|
||||
|
||||
* Major overhaul of email composer, now inline in main window and redesigned
|
||||
* Composer will automatically add signature to emails
|
||||
* Saving drafts to server can be disabled
|
||||
* Improved main window interface, now using GtkHeaderBar
|
||||
* Database speed optimizations to reduce lags and improve read times
|
||||
* Improved connection retry
|
||||
* Various bug fixes
|
||||
* Updated translations
|
||||
|
||||
|
||||
Geary 0.6.1 - 1 July 2014
|
||||
-------------------------
|
||||
|
||||
|
|
|
|||
13
debian/changelog
vendored
13
debian/changelog
vendored
|
|
@ -1,3 +1,16 @@
|
|||
geary (0.6.1-1~saucy1) saucy; urgency=low
|
||||
|
||||
* Major overhaul of email composer, now inline in main window and redesigned
|
||||
* Composer will automatically add signature to emails
|
||||
* Saving drafts to server can be disabled
|
||||
* Improved main window interface, now using GtkHeaderBar
|
||||
* Database speed optimizations to reduce lags and improve read times
|
||||
* Improved connection retry
|
||||
* Various bug fixes
|
||||
* Updated translations
|
||||
|
||||
-- Jim Nelson <jim@yorba.org> Fri, 18 Jul 2014 14:03:07 -0700
|
||||
|
||||
geary (0.6.1-1~saucy1) saucy; urgency=low
|
||||
|
||||
* Copy and move message bug fixes (esp. to prevent lost emails)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue