From 515ba354af42f9f9179d86623abc495ccec262f2 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 9 Oct 2013 11:05:30 -0300 Subject: Add changes file. --- changes/feature_4029-comply-with-rfc3159 | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature_4029-comply-with-rfc3159 (limited to 'changes') diff --git a/changes/feature_4029-comply-with-rfc3159 b/changes/feature_4029-comply-with-rfc3159 new file mode 100644 index 0000000..c2c32af --- /dev/null +++ b/changes/feature_4029-comply-with-rfc3159 @@ -0,0 +1 @@ + o Comply with RFC 3156. Closes #4029. -- cgit v1.2.3 From 0024b33c74795167933d0f4d37f2d7fbd84dc439 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 9 Oct 2013 12:25:04 -0300 Subject: Set dep versions on VERSION_COMPAT. --- changes/VERSION_COMPAT | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changes/VERSION_COMPAT (limited to 'changes') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT new file mode 100644 index 0000000..db38edc --- /dev/null +++ b/changes/VERSION_COMPAT @@ -0,0 +1,11 @@ +################################################# +# This file keeps track of the recent changes +# introduced in internal leap dependencies. +# Add your changes here so we can properly update +# requirements.pip during the release process. +# (leave header when resetting) +################################################# +# +# BEGIN DEPENDENCY LIST ------------------------- +# leap.foo.bar>=x.y.z +leap.keymanager>=0.3.4 -- cgit v1.2.3 From 1419774261610a004a64288f87e1dff7805fdcfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Thu, 17 Oct 2013 16:46:42 -0300 Subject: Do not log mail docs content --- changes/bug_donot_log_mail_docs | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_donot_log_mail_docs (limited to 'changes') diff --git a/changes/bug_donot_log_mail_docs b/changes/bug_donot_log_mail_docs new file mode 100644 index 0000000..5619d8a --- /dev/null +++ b/changes/bug_donot_log_mail_docs @@ -0,0 +1 @@ + o Do not log mail doc contents. \ No newline at end of file -- cgit v1.2.3 From bc836f3d3f82ff9b564ec60fc85895b93a8a7779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 18 Oct 2013 09:21:23 -0300 Subject: Fold in changes and update dependencies --- changes/VERSION_COMPAT | 1 - changes/bug_donot_log_mail_docs | 1 - changes/feature_4029-comply-with-rfc3159 | 1 - 3 files changed, 3 deletions(-) delete mode 100644 changes/bug_donot_log_mail_docs delete mode 100644 changes/feature_4029-comply-with-rfc3159 (limited to 'changes') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index db38edc..cc00ecf 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -8,4 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z -leap.keymanager>=0.3.4 diff --git a/changes/bug_donot_log_mail_docs b/changes/bug_donot_log_mail_docs deleted file mode 100644 index 5619d8a..0000000 --- a/changes/bug_donot_log_mail_docs +++ /dev/null @@ -1 +0,0 @@ - o Do not log mail doc contents. \ No newline at end of file diff --git a/changes/feature_4029-comply-with-rfc3159 b/changes/feature_4029-comply-with-rfc3159 deleted file mode 100644 index c2c32af..0000000 --- a/changes/feature_4029-comply-with-rfc3159 +++ /dev/null @@ -1 +0,0 @@ - o Comply with RFC 3156. Closes #4029. -- cgit v1.2.3