diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/VERSION_COMPAT | 4 | ||||
-rw-r--r-- | changes/bug-6654_use-correct-provider | 1 | ||||
-rw-r--r-- | changes/feature_async-api | 3 | ||||
-rw-r--r-- | changes/feature_sumo-tarball | 1 |
4 files changed, 9 insertions, 0 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index 1eadcbe0..ddb63835 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -4,8 +4,12 @@ # Add your changes here so we can properly update # requirements.pip during the release process. # (leave header when resetting) +# +# When bumping it during the release cycle +# remember to update also pkg/leap_versions.txt ################################################# # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z leap.keymanager>=0.4.0 +leap.mail>=0.4.0 diff --git a/changes/bug-6654_use-correct-provider b/changes/bug-6654_use-correct-provider new file mode 100644 index 00000000..511e2fea --- /dev/null +++ b/changes/bug-6654_use-correct-provider @@ -0,0 +1 @@ +- #6654: Regression fix, login attempt is made against previously selected provider. diff --git a/changes/feature_async-api b/changes/feature_async-api new file mode 100644 index 00000000..50694f58 --- /dev/null +++ b/changes/feature_async-api @@ -0,0 +1,3 @@ +- Add support to the new async-api of soledad +- Add support to the new async-api of keymanager (Closes: 6368) +- Refactor soledad sync to do it the twisted way (Closes: #6536, #6691, #6658) diff --git a/changes/feature_sumo-tarball b/changes/feature_sumo-tarball new file mode 100644 index 00000000..c4da0aa5 --- /dev/null +++ b/changes/feature_sumo-tarball @@ -0,0 +1 @@ +- Bug #6683: Add ability to generate sumo tarball. |