From 9ba85bcc7724f1d9abc3ae200326e5f0a8597374 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Tue, 27 Oct 2015 17:24:26 -0300 Subject: [pkg] fold in changes --- CHANGELOG | 7 ++++++- changes/bug-7430_signal_InvalidAuthTokenError | 1 - changes/bug-7480_extract_attach_and_openpgp | 1 - changes/feature-7471_disable-local-bind-for-docker | 1 - 4 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 changes/bug-7430_signal_InvalidAuthTokenError delete mode 100644 changes/bug-7480_extract_attach_and_openpgp delete mode 100644 changes/feature-7471_disable-local-bind-for-docker diff --git a/CHANGELOG b/CHANGELOG index 8203484..6ca54e7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -0.4.0 Oct xx, 2015: +0.4.0 Oct 28, 2015: o Expose generic and protocol-agnostic public mail API. o Make use of the twisted-based, async soledad API. o Create a OutgoingMail class that has the logic for encrypting, signing and @@ -21,6 +21,11 @@ o Bugfix: fix keyerror when inserting msg on pending_inserts dict. o Bugfix: Return the first cdoc if no body found o Lots of style fixes and tests updates. + o If the auth token has expired signal the GUI to request her to log in again + (Closes: #7430) + o don't extract openpgp header if valid attached key (Closes: #7480) + o disable local only tcp bind on docker containers to allow access to IMAP + and SMTP. Related to #7471. 0.3.10 Sept 26, 2014: o MessageCollection iterator now creates the LeapMessage with the diff --git a/changes/bug-7430_signal_InvalidAuthTokenError b/changes/bug-7430_signal_InvalidAuthTokenError deleted file mode 100644 index cf805ba..0000000 --- a/changes/bug-7430_signal_InvalidAuthTokenError +++ /dev/null @@ -1 +0,0 @@ -- If the auth token has expired signal the GUI to request her to log in again (Closes: #7430) diff --git a/changes/bug-7480_extract_attach_and_openpgp b/changes/bug-7480_extract_attach_and_openpgp deleted file mode 100644 index 27f668a..0000000 --- a/changes/bug-7480_extract_attach_and_openpgp +++ /dev/null @@ -1 +0,0 @@ -- don't extract openpgp header if valid attached key (Closes: #7480) diff --git a/changes/feature-7471_disable-local-bind-for-docker b/changes/feature-7471_disable-local-bind-for-docker deleted file mode 100644 index a1ccb67..0000000 --- a/changes/feature-7471_disable-local-bind-for-docker +++ /dev/null @@ -1 +0,0 @@ -- disable local only tcp bind on docker containers to allow access to IMAP and SMTP. Related to #7471. -- cgit v1.2.3