diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-02-25 12:51:49 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-02-25 12:51:49 -0300 |
commit | e23e5fb0d42ddc66ae6c61100067dbd19f85da46 (patch) | |
tree | 82c3ca6c72efb2eeae8552e0080fb172bacbd772 | |
parent | 1f4e0c32f49337e216eaaac83a8eeca9674370a4 (diff) |
Fold in changes.
-rw-r--r-- | CHANGELOG.rst | 14 | ||||
-rw-r--r-- | HISTORY.rst | 15 | ||||
-rw-r--r-- | changes/bug-6654_use-correct-provider | 1 | ||||
-rw-r--r-- | changes/feature-6717_split-changelog | 1 | ||||
-rw-r--r-- | changes/feature_support-arch-nobody | 1 | ||||
-rw-r--r-- | changes/non-curve-zmq | 1 |
6 files changed, 28 insertions, 5 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3c9906b9..c46ff20d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,20 @@ Changelog --------- +0.8.1 February 25 ++++++++++++++++++ + +Features +~~~~~~~~ +- `#6646 <https://leap.se/code/issues/6658>`_: Gracefully fall back to ZMQ ipc sockets with restricted access if CurveZMQ is not available. +- `#6717 <https://leap.se/code/issues/6717>`_: Split changes log into changelog and history. + +Bugfixes +~~~~~~~~ +- `#6654 <https://leap.se/code/issues/6654>`_: Regression fix, login attempt is made against previously selected provider. +- `#6058 <https://leap.se/code/issues/6058>`_: Support 'nobody' (used on Arch) as well as 'nogroup' as group names. + + 0.8.0 January 04 -- "Charlie and the code refactory" ++++++++++++++++++++++++++++++++++++++++++++++++++++ diff --git a/HISTORY.rst b/HISTORY.rst index 998dee04..dba0f38b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,7 +7,20 @@ History 2015 ==== -0.8.0 January xx -- "Charlie and the code refactory" +0.8.1 February 25 ++++++++++++++++++ + +Features +~~~~~~~~ +- `#6646 <https://leap.se/code/issues/6658>`_: Gracefully fall back to ZMQ ipc sockets with restricted access if CurveZMQ is not available. +- `#6717 <https://leap.se/code/issues/6717>`_: Split changes log into changelog and history. + +Bugfixes +~~~~~~~~ +- `#6654 <https://leap.se/code/issues/6654>`_: Regression fix, login attempt is made against previously selected provider. +- `#6058 <https://leap.se/code/issues/6058>`_: Support 'nobody' (used on Arch) as well as 'nogroup' as group names. + +0.8.0 January 04 -- "Charlie and the code refactory" ++++++++++++++++++++++++++++++++++++++++++++++++++++ Features diff --git a/changes/bug-6654_use-correct-provider b/changes/bug-6654_use-correct-provider deleted file mode 100644 index 511e2fea..00000000 --- a/changes/bug-6654_use-correct-provider +++ /dev/null @@ -1 +0,0 @@ -- #6654: Regression fix, login attempt is made against previously selected provider. diff --git a/changes/feature-6717_split-changelog b/changes/feature-6717_split-changelog deleted file mode 100644 index 740027cd..00000000 --- a/changes/feature-6717_split-changelog +++ /dev/null @@ -1 +0,0 @@ -- Feature #6717: Split changes log into changelog and history. diff --git a/changes/feature_support-arch-nobody b/changes/feature_support-arch-nobody deleted file mode 100644 index 6aa587a3..00000000 --- a/changes/feature_support-arch-nobody +++ /dev/null @@ -1 +0,0 @@ -- Support 'nobody' (used on Arch) as well as 'nogroup' as group names. Related to #6058. diff --git a/changes/non-curve-zmq b/changes/non-curve-zmq deleted file mode 100644 index 58737723..00000000 --- a/changes/non-curve-zmq +++ /dev/null @@ -1 +0,0 @@ -- Gracefully fall back to ZMQ ipc sockets with restricted access if CurveZMQ is not available (Feature #6646) |