From 55f3bf0dd58253be08938e9578f7e71c1d7d13c3 Mon Sep 17 00:00:00 2001 From: Jim Nelson Date: Fri, 19 Sep 2014 12:56:31 -0700 Subject: [PATCH] Update to 0.8.0 --- CMakeLists.txt | 2 +- NEWS | 8 ++++++++ debian/changelog | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87f569b7..f3664ce1 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.7.2") +set(VERSION "0.8.0") set(VERSION_INFO "Release") set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale) diff --git a/NEWS b/NEWS index cc03b7e2..45cac546 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Geary 0.8.0 - 19 September 2014 +------------------------------- + + * Enforce CSS scope style rules when viewing emails + * Bug fixes + * Updated translations + + Geary 0.7.2 - 2 September 2014 ------------------------------ diff --git a/debian/changelog b/debian/changelog index 8cd3ff5e..09298ae1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +geary (0.8.0-1~trusty1) trusty; urgency=low + + * Enforce CSS scope style rules when viewing emails + * Bug fixes + * Updated translations + + -- Jim Nelson Fri, 19 Sep 2014 12:53:00 -0700 + geary (0.7.2-1~trusty1) trusty; urgency=low * Warn user of TLS certificate issues when connecting (#713247)