diff options
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | changes/bug-7512_use-right-config-path | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +0.4.4 Oct 28, 2015: + o Consider standalone flag when saving events certificates. Related #7512. + o fix wrong ca_cert path inside bundle. + o Workaround for deadlock problem in zmq auth. + 0.4.3 Sep 22, 2015: o Expose async methods for events. Closes: #7274 diff --git a/changes/bug-7512_use-right-config-path b/changes/bug-7512_use-right-config-path deleted file mode 100644 index b472431..0000000 --- a/changes/bug-7512_use-right-config-path +++ /dev/null @@ -1 +0,0 @@ -- Consider standalone flag when saving events certificates. Related #7512. |