diff --git a/CMakeLists.txt b/CMakeLists.txt index 33ca1dc6..4d0de980 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.4.0+trunk") +set(VERSION "0.4.1") set(VERSION_INFO "Release") set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale) diff --git a/NEWS b/NEWS index dc91a449..ac074031 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Geary 0.4.1 - 11 November 2013 +------------------------------ + + * Compile-time support for WebKitGTK 2.2 + * Fixes IMAP STARTTLS failure to connect bug + * Works around LIST bug in IceWarp IMAP servers (crasher) + * Solves crash when IMAP connect fails due to timeout + * CamelCased MIME types now handled properly (prevents blank emails) + * Adds missing RTL icons + * New translations + + Geary 0.4.0 - 3 October 2013 ------------------------------ diff --git a/debian/changelog b/debian/changelog index 5981a5b2..986f4609 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +geary (0.4.1-1~raring1) raring; urgency=low + + * Compile-time support for WebKitGTK 2.2 + * Fixes IMAP STARTTLS failure to connect bug + * Works around LIST bug in IceWarp IMAP servers (crasher) + * Solves crash when IMAP connect fails due to timeout + * CamelCased MIME types now handled properly (prevents blank emails) + * Adds missing RTL icons + * New translations + + -- Jim Nelson Mon, 11 Nov 2013 17:00:03 -0800 + geary (0.4.0-1~raring1) raring; urgency=low * Per-account full text search