Bump version, add news

This commit is contained in:
Charles Lindsay 2014-01-30 17:51:34 -08:00
parent bfa6e156f2
commit def98d007c
2 changed files with 12 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.0")
set(VERSION "0.5.1")
set(VERSION_INFO "Release")
set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale)

11
NEWS
View file

@ -1,3 +1,14 @@
Geary 0.5.1 - 30 January 2014
-----------------------------
* Ability to save sent mail
* Basic search operators
* Separate trash, archive, and delete operations
* Improved special folder handling for "Other" accounts
* Fixed some IMAP issues
* Speed improvements & miscellaneous bugfixes
Geary 0.5.0 - 12 December 2013
------------------------------