Update to 0.8.3

This commit is contained in:
Jim Nelson 2014-12-19 16:52:53 -08:00
parent abe45d51b4
commit cd2885770c
3 changed files with 25 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.8.2")
set(VERSION "0.8.3")
set(VERSION_INFO "Release")
set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale)

12
NEWS
View file

@ -1,3 +1,15 @@
Geary 0.8.3 - 19 December 2014
------------------------------
* Prevent race condition causing Geary window not to open (#737811)
* Compile with Vala 0.28 (#741077)
* Updated SSLv3 POODLE fallback (#741132)
* Fixed connection state handler to return to IDLE
* Removed unnecessary assertion causing crashes for intl users (#739316)
* Updated German help translations
* Updated translations
Geary 0.8.2 - 4 November 2014
-----------------------------

12
debian/changelog vendored
View file

@ -1,3 +1,15 @@
geary (0.8.3-1~utopic1) utopic; urgency=low
* Prevent race condition causing Geary window not to open (#737811)
* Compile with Vala 0.28 (#741077)
* Updated SSLv3 POODLE fallback (#741132)
* Fixed connection state handler to return to IDLE
* Removed unnecessary assertion causing crashes for intl users (#739316)
* Updated German help translations
* Updated translations
-- Jim Nelson <jim@yorba.org> Fri, 19 Dec 2014 16:50:32 -0800
geary (0.8.2-1~utopic1) utopic; urgency=low
* "View Source" creates temp files only readable by user (#724436)