From 4c7ee35475f6863772297e245a29678dc5c1a56f Mon Sep 17 00:00:00 2001 From: Jim Nelson Date: Tue, 2 Sep 2014 16:32:34 -0700 Subject: [PATCH] Merge NEWS and debian/changelog from geary-0.6 branch --- NEWS | 17 +++++++++++++++++ debian/changelog | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/NEWS b/NEWS index de151afd..9aec6e89 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,23 @@ Geary 0.7.0 - 18 July 2014 * Updated translations +Geary 0.6.3 - 2 September 2014 +------------------------------ + + * Warn user of TLS certificate issues when connecting (#713247) + * Fix wrong timestamp in composed email Date: header (#714376) + * Compile with Vala 0.25 and better + + +Geary 0.6.2 - 20 August 2014 +---------------------------- + + * Patch major memory leak due to GMime bindings + * Prevent Vala 0.26 compiler error + * Stabilize search sorting to prevent dropped search results + * Prevent Inbox from being cleared on startup w/ Dovecot, Zimbra, and more. + + Geary 0.6.1 - 1 July 2014 ------------------------- diff --git a/debian/changelog b/debian/changelog index e5468845..59f8e5ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,23 @@ geary (0.7.0-1~saucy1) saucy; urgency=low -- Jim Nelson Fri, 18 Jul 2014 14:03:07 -0700 +geary (0.6.3-1~trusty1) trusty; urgency=low + + * Warn user of TLS certificate issues when connecting (#713247) + * Fix wrong timestamp in composed email Date header (#714376) + * Compile with Vala 0.25 and better + + -- Jim Nelson Tue, 02 Sep 2014 15:49:33 -0700 + +geary (0.6.2-1~saucy1) saucy; urgency=low + + * Patch major memory leak due to GMime bindings + * Prevent Vala 0.26 compiler error + * Stabilize search sorting to prevent dropped search results + * Prevent Inbox from being cleared on startup w/ Dovecot, Zimbra, and more. + + -- Jim Nelson Wed, 20 Aug 2014 12:27:20 -0700 + geary (0.6.1-1~saucy1) saucy; urgency=low * Copy and move message bug fixes (esp. to prevent lost emails)