Update to 0.9.1
This commit is contained in:
parent
e526528543
commit
b365d5d4d4
3 changed files with 35 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake )
|
||||||
#
|
#
|
||||||
set(GETTEXT_PACKAGE "geary")
|
set(GETTEXT_PACKAGE "geary")
|
||||||
set(RELEASE_NAME "Lightweight email client for GNOME.")
|
set(RELEASE_NAME "Lightweight email client for GNOME.")
|
||||||
set(VERSION "0.9.0")
|
set(VERSION "0.9.1")
|
||||||
set(VERSION_INFO "Release")
|
set(VERSION_INFO "Release")
|
||||||
set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale)
|
set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale)
|
||||||
|
|
||||||
|
|
|
||||||
17
NEWS
17
NEWS
|
|
@ -1,3 +1,20 @@
|
||||||
|
Geary 0.9.1 - 2 February 2014
|
||||||
|
-----------------------------
|
||||||
|
|
||||||
|
* Support HTML signatures (#738895)
|
||||||
|
* Quote from multiple selections in reply (#738188)
|
||||||
|
* Restore reply/reply all/forward state of edited drafts (#743067)
|
||||||
|
* Quoted message portion may be easily removed in composer (#741609)
|
||||||
|
* True delete now supported in Gmail (#721790)
|
||||||
|
* Improved searching for terms w/ punctuation (#714863)
|
||||||
|
* Better management of draft messages to avoid orphans
|
||||||
|
* Empty Trash, Empty Spam (#714809, #725260)
|
||||||
|
* Better conversation construction (#714563)
|
||||||
|
* Improved IMAP connection reestablishment and retrying of remote operations
|
||||||
|
* Various bug fixes, optimizations, improvements
|
||||||
|
* Updated translations
|
||||||
|
|
||||||
|
|
||||||
Geary 0.9.0 - 19 December 2014
|
Geary 0.9.0 - 19 December 2014
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
17
debian/changelog
vendored
17
debian/changelog
vendored
|
|
@ -1,3 +1,20 @@
|
||||||
|
geary (0.9.1-1~utopic1) utopic; urgency=low
|
||||||
|
|
||||||
|
* Support HTML signatures (#738895)
|
||||||
|
* Quote from multiple selections in reply (#738188)
|
||||||
|
* Restore reply/reply all/forward state of edited drafts (#743067)
|
||||||
|
* Quoted message portion may be easily removed in composer (#741609)
|
||||||
|
* True delete now supported in Gmail (#721790)
|
||||||
|
* Improved searching for terms w/ punctuation (#714863)
|
||||||
|
* Better management of draft messages to avoid orphans
|
||||||
|
* Empty Trash, Empty Spam (#714809, #725260)
|
||||||
|
* Better conversation construction (#714563)
|
||||||
|
* Improved IMAP connection reestablishment and retrying of remote operations
|
||||||
|
* Various bug fixes, optimizations, improvements
|
||||||
|
* Updated translations
|
||||||
|
|
||||||
|
-- Jim Nelson <jim@yorba.org> Mon, 02 Feb 2015 18:12:49 -0800
|
||||||
|
|
||||||
geary (0.9.0-1~utopic1) utopic; urgency=low
|
geary (0.9.0-1~utopic1) utopic; urgency=low
|
||||||
|
|
||||||
* Improved full-text search experience (#720361)
|
* Improved full-text search experience (#720361)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue