From e23e5fb0d42ddc66ae6c61100067dbd19f85da46 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 25 Feb 2015 12:51:49 -0300 Subject: Fold in changes. --- CHANGELOG.rst | 14 ++++++++++++++ HISTORY.rst | 15 ++++++++++++++- changes/bug-6654_use-correct-provider | 1 - changes/feature-6717_split-changelog | 1 - changes/feature_support-arch-nobody | 1 - changes/non-curve-zmq | 1 - 6 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 changes/bug-6654_use-correct-provider delete mode 100644 changes/feature-6717_split-changelog delete mode 100644 changes/feature_support-arch-nobody delete mode 100644 changes/non-curve-zmq 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 `_: Gracefully fall back to ZMQ ipc sockets with restricted access if CurveZMQ is not available. +- `#6717 `_: Split changes log into changelog and history. + +Bugfixes +~~~~~~~~ +- `#6654 `_: Regression fix, login attempt is made against previously selected provider. +- `#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 `_: Gracefully fall back to ZMQ ipc sockets with restricted access if CurveZMQ is not available. +- `#6717 `_: Split changes log into changelog and history. + +Bugfixes +~~~~~~~~ +- `#6654 `_: Regression fix, login attempt is made against previously selected provider. +- `#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) -- cgit v1.2.3