Update to 0.8.2

This commit is contained in:
Jim Nelson 2014-11-04 13:41:23 -08:00
parent 2458e0c9e2
commit 26a328d7cc
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.1")
set(VERSION "0.8.2")
set(VERSION_INFO "Release")
set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale)

12
NEWS
View file

@ -1,3 +1,15 @@
Geary 0.8.2 - 4 November 2014
-----------------------------
* "View Source" creates temp files only readable by user (#724436)
* elementary Contractor support (#734717)
* Prevent displaying blank window when Geary first starts (#720360, #737811)
* Disable SSLv3 (POODLE attack) (#739019)
* Fix IMAP problems when running under Turkish locale (#714892)
* Don't crash when closing composer (#739141)
* Updated translations
Geary 0.8.1 - 7 October 2014
----------------------------

12
debian/changelog vendored
View file

@ -1,3 +1,15 @@
geary (0.8.2-1~utopic1) utopic; urgency=low
* "View Source" creates temp files only readable by user (#724436)
* elementary Contractor support (#734717)
* Prevent displaying blank window when Geary first starts (#720360, #737811)
* Disable SSLv3 (POODLE attack) (#739019)
* Fix IMAP problems when running under Turkish locale (#714892)
* Don't crash when closing composer (#739141)
* Updated translations
-- Jim Nelson <jim@yorba.org> Tue, 04 Nov 2014 13:38:23 -0800
geary (0.8.1-1~trusty1) trusty; urgency=low
* Display properly-scaled icons under GTK+ 3.14