diff --git a/CMakeLists.txt b/CMakeLists.txt index 44067938..c343fb31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.1.0+trunk") +set(VERSION "0.1.90") set(VERSION_INFO "Release") set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale) diff --git a/NEWS b/NEWS index 29cc9a32..0134e76d 100644 --- a/NEWS +++ b/NEWS @@ -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 ------------------------- diff --git a/debian/changelog b/debian/changelog index 0315876f..216f72a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 05 Sep 2012 12:48:48 -0700 + + geary (0.1.0-1~precise1) precise; urgency=low * Initial release. Features include: