Version 0.1.90

This commit is contained in:
Jim Nelson 2012-09-05 14:59:52 -07:00
parent 02f0aca754
commit 8767edef97
3 changed files with 33 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.1.0+trunk") set(VERSION "0.1.90")
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)

15
NEWS
View file

@ -1,3 +1,18 @@
Geary 0.1.90 - 05 September 2012
--------------------------------
* Support for sending and receiving attachments
* New mail notification for GNOME Shell and Unity
* Outbox for scheduled delivery of messages
* Better visual presentation of conversations
* Full SSL and STARTTLS support
* Fine-grained control of account information for connecting to Dovecot
and generic IMAP servers
* Address autocompletion when composing a message
* Database optimizations
* Strings marked for translation and .pot file now available
* Numerous bug and stability fixes
Geary 0.1.0 - 04 May 2012 Geary 0.1.0 - 04 May 2012
------------------------- -------------------------

17
debian/changelog vendored
View file

@ -1,3 +1,20 @@
geary (0.1.90-1~precise1) precise; urgency=low
* Support for sending and receiving attachments
* New mail notification for GNOME Shell and Unity
* Outbox for scheduled delivery of messages
* Better visual presentation of conversations
* Full SSL and STARTTLS support
* Fine-grained control of account information for connecting to Dovecot
and generic IMAP servers
* Address autocompletion when composing a message
* Database optimizations
* Strings marked for translation and .pot file now available
* Numerous bug and stability fixes
-- Jim Nelson <jim@yorba.org> Wed, 05 Sep 2012 12:48:48 -0700
geary (0.1.0-1~precise1) precise; urgency=low geary (0.1.0-1~precise1) precise; urgency=low
* Initial release. Features include: * Initial release. Features include: