From ff705af455af17710bab34c7959f1c54fb963839 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 11 Feb 2015 21:25:01 -0300 Subject: Split changelog into recent changes and history. Closes #6717. --- changes/feature-6717_split-changelog | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-6717_split-changelog (limited to 'changes') diff --git a/changes/feature-6717_split-changelog b/changes/feature-6717_split-changelog new file mode 100644 index 00000000..740027cd --- /dev/null +++ b/changes/feature-6717_split-changelog @@ -0,0 +1 @@ +- Feature #6717: Split changes log into changelog and history. -- cgit v1.2.3 From 00b8cbaa31d48326b36928228269ac14276fd5ee Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 19 Feb 2015 14:12:15 -0300 Subject: Fall back to plain ZMQ if Curve is not available. Use global flag for ZMQ_HAS_CURVE. Closes #6646 --- changes/non-curve-zmq | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/non-curve-zmq (limited to 'changes') diff --git a/changes/non-curve-zmq b/changes/non-curve-zmq new file mode 100644 index 00000000..8c1097ee --- /dev/null +++ b/changes/non-curve-zmq @@ -0,0 +1 @@ +- Gracefully fall back to plain ZMQ if CurveZMQ is not available (Feature #6646) -- cgit v1.2.3 From 4bad7062364c72215da9fd2256451c7a3d0a356f Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 19 Feb 2015 18:34:44 -0300 Subject: Regression fix: Use the right provider to log in. FIX: Login attempt is made against previously selected provider. Closes #6654. --- changes/bug-6654_use-correct-provider | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug-6654_use-correct-provider (limited to 'changes') 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. -- cgit v1.2.3 From 04be045242b0fd0c669610f54db7a9fdeb3b77f3 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 23 Feb 2015 15:36:38 -0300 Subject: Update changes file to reflect tcp->ipc change. --- changes/non-curve-zmq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'changes') diff --git a/changes/non-curve-zmq b/changes/non-curve-zmq index 8c1097ee..58737723 100644 --- a/changes/non-curve-zmq +++ b/changes/non-curve-zmq @@ -1 +1 @@ -- Gracefully fall back to plain ZMQ if CurveZMQ is not available (Feature #6646) +- Gracefully fall back to ZMQ ipc sockets with restricted access if CurveZMQ is not available (Feature #6646) -- cgit v1.2.3 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. --- changes/bug-6654_use-correct-provider | 1 - changes/feature-6717_split-changelog | 1 - changes/feature_support-arch-nobody | 1 - changes/non-curve-zmq | 1 - 4 files changed, 4 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 (limited to 'changes') 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