From 4b9309cf720ca0d7292986b209abaa5e538e6f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 4 Apr 2014 17:01:01 -0300 Subject: Update requirements --- changes/VERSION_COMPAT | 1 - pkg/requirements.pip | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index 615578e..cc00ecf 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -8,4 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z -leap.soledad.common>=0.5 diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 692f66f..ed3ad0d 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -9,5 +9,5 @@ paisley>=0.3.1 couchdb leap.common>=0.3.5 -leap.soledad.common>=0.3.0 -leap.keymanager>=0.3.4 \ No newline at end of file +leap.soledad.common>=0.4.5 +leap.keymanager>=0.3.4 -- cgit v1.2.3 From b6bbb3ccb4680a742e473a548fb0762cad234091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 4 Apr 2014 17:02:11 -0300 Subject: Fold in changes --- CHANGELOG | 7 +++++++ changes/bug_4475_use-couch-document | 1 - changes/bug_multiple_encodings | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 changes/bug_4475_use-couch-document delete mode 100644 changes/bug_multiple_encodings diff --git a/CHANGELOG b/CHANGELOG index 9de1ed7..04833b4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +0.3.6 Apr 4: + o Use CouchDocument to comply with new Soledad couch backend. Fixes + #4475. + o Some emails are multipart and each part has its own encoding. + +-- 2014 -- + 0.3.5 Dec 10: o Add X-Leap-Provenance header. Closes #4356. o Add tester script to ease testing problematic emails offline. diff --git a/changes/bug_4475_use-couch-document b/changes/bug_4475_use-couch-document deleted file mode 100644 index 54c6897..0000000 --- a/changes/bug_4475_use-couch-document +++ /dev/null @@ -1 +0,0 @@ - o Use CouchDocument to comply with new Soledad couch backend (#4475). diff --git a/changes/bug_multiple_encodings b/changes/bug_multiple_encodings deleted file mode 100644 index 3113328..0000000 --- a/changes/bug_multiple_encodings +++ /dev/null @@ -1 +0,0 @@ - o Some emails are multipart and each part has its own encoding. \ No newline at end of file -- cgit v1.2.3