From dce567ef1acdc0b8dcffa1f4f0ab0cddd02e9227 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 30 Aug 2013 21:48:14 +0200 Subject: add notes about version compat --- changes/VERSION_COMPAT | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changes/VERSION_COMPAT (limited to 'changes/VERSION_COMPAT') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT new file mode 100644 index 00000000..32391745 --- /dev/null +++ b/changes/VERSION_COMPAT @@ -0,0 +1,10 @@ +################################################# +# 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. +################################################# + +leap.common>=0.3.2 +# leap.common.config.get_path_prefix + -- cgit v1.2.3 From 99667150fc48841742f97de83c11bb97b0e8882a Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 3 Sep 2013 11:13:47 +0200 Subject: Logout stops mail services. Closes: #3553 --- changes/VERSION_COMPAT | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'changes/VERSION_COMPAT') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index 32391745..cd6e4ef1 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -3,8 +3,15 @@ # 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.common>=0.3.2 # leap.common.config.get_path_prefix +# +leap.mail>=0.3.2 +# smtp returns factory -- cgit v1.2.3 From e9e0afc4096b4ba054496e39b3f4965262dd44ce Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 6 Sep 2013 16:17:32 -0300 Subject: Update requirements for 0.3.2 --- changes/VERSION_COMPAT | 7 ------- 1 file changed, 7 deletions(-) (limited to 'changes/VERSION_COMPAT') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index cd6e4ef1..cc00ecf7 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -8,10 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z - -leap.common>=0.3.2 -# leap.common.config.get_path_prefix -# -leap.mail>=0.3.2 -# smtp returns factory - -- cgit v1.2.3