Update version to 0.4.1, update NEWS/changelog
Conflicts: CMakeLists.txt
This commit is contained in:
parent
bd293ca270
commit
35bbe87836
3 changed files with 25 additions and 1 deletions
|
|
@ -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.4.0+trunk")
|
set(VERSION "0.4.1")
|
||||||
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)
|
||||||
|
|
||||||
|
|
|
||||||
12
NEWS
12
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
|
Geary 0.4.0 - 3 October 2013
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
12
debian/changelog
vendored
12
debian/changelog
vendored
|
|
@ -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 <jim@yorba.org> Mon, 11 Nov 2013 17:00:03 -0800
|
||||||
|
|
||||||
geary (0.4.0-1~raring1) raring; urgency=low
|
geary (0.4.0-1~raring1) raring; urgency=low
|
||||||
|
|
||||||
* Per-account full text search
|
* Per-account full text search
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue