Update to 0.9.0

This commit is contained in:
Jim Nelson 2014-12-19 17:12:56 -08:00
parent cd2885770c
commit 3f5c63c602
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(GETTEXT_PACKAGE "geary")
set(RELEASE_NAME "Lightweight email client for GNOME.") set(RELEASE_NAME "Lightweight email client for GNOME.")
set(VERSION "0.8.3") set(VERSION "0.9.0")
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)

13
NEWS
View file

@ -1,3 +1,16 @@
Geary 0.9.0 - 19 December 2014
------------------------------
* Improved full-text search experience (#720361)
* Periodic database & attachments garbage collection (#714134)
* Remove minimum width for sidebar/folder list (#713882)
* Use GtkHeaderBar for dialogs (#741240)
* Can now specify Reply-To when composing (#714588)
* Fix signed int32 UID/UIDVALIDITY bug (#737642)
* Composer shortcuts now listed in online help (#741573)
* Updated translations
Geary 0.8.3 - 19 December 2014 Geary 0.8.3 - 19 December 2014
------------------------------ ------------------------------

13
debian/changelog vendored
View file

@ -1,3 +1,16 @@
geary (0.9.0-1~utopic1) utopic; urgency=low
* Improved full-text search experience (#720361)
* Periodic database & attachments garbage collection (#714134)
* Remove minimum width for sidebar/folder list (#713882)
* Use GtkHeaderBar for dialogs (#741240)
* Can now specify Reply-To when composing (#714588)
* Fix signed int32 UID/UIDVALIDITY bug (#737642)
* Composer shortcuts now listed in online help (#741573)
* Updated translations
-- Jim Nelson <jim@yorba.org> Fri, 19 Dec 2014 17:11:02 -0800
geary (0.8.3-1~utopic1) utopic; urgency=low geary (0.8.3-1~utopic1) utopic; urgency=low
* Prevent race condition causing Geary window not to open (#737811) * Prevent race condition causing Geary window not to open (#737811)