Bump version, add news

This commit is contained in:
Charles Lindsay 2014-03-03 18:13:31 -08:00
parent 85d1a97129
commit dab925521e
2 changed files with 14 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.5.2")
set(VERSION "0.5.3")
set(VERSION_INFO "Release")
set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale)

13
NEWS
View file

@ -1,3 +1,16 @@
Geary 0.5.3 - 3 March 2014
--------------------------
* Better styling of collapsed quotes
* "Use IMAP credentials" option in account creation dialog
* Fixed support for GMail drafts
* Fixed background synchronizer
* Fixed some unread count issues
* Fixed some IMAP issues
* Fixed theming issues
* Other miscellaneous bugfixes
Geary 0.5.2 - 14 February 2014
------------------------------