Repository: activemq-cpp Updated Branches: refs/heads/trunk 74ef17b0e -> 2e9e0c6ae
Updated release notes. Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/2e9e0c6a Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/2e9e0c6a Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/2e9e0c6a Branch: refs/heads/trunk Commit: 2e9e0c6ae0c9e4044e6235ce22f43513a458081b Parents: 74ef17b Author: Timothy Bish <[email protected]> Authored: Fri Jul 11 12:29:36 2014 -0400 Committer: Timothy Bish <[email protected]> Committed: Fri Jul 11 12:29:36 2014 -0400 ---------------------------------------------------------------------- activemq-cpp/RELEASE_NOTES.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/2e9e0c6a/activemq-cpp/RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/activemq-cpp/RELEASE_NOTES.txt b/activemq-cpp/RELEASE_NOTES.txt index 3027c0e..990452e 100644 --- a/activemq-cpp/RELEASE_NOTES.txt +++ b/activemq-cpp/RELEASE_NOTES.txt @@ -3,6 +3,24 @@ ========================================================================= ========================================================================= +== Release Notes for ActiveMQ CPP 3.8.3 == +========================================================================= + +Bug + + [AMQCPP-527] - ConcurrentStlMap - stl map find crash with empty map + [AMQCPP-529] - Crash in Threads due to small stack size (set to 32768 bytes) + [AMQCPP-530] - SSL does not find hostname in cert with multiple cn's in dn + [AMQCPP-533] - Memory leak in StompWireFormat.cpp + [AMQCPP-538] - Catch exception by value in FailoverTransport + [AMQCPP-546] - ConnetionAudit should be thread safe + [AMQCPP-547] - activemq::core::ConnectionAudit::isDuplicate is not thread safe + +Improvement + + [AMQCPP-545] - Failover transport timeout options should only operate on Message sends. + +========================================================================= == Release Notes for ActiveMQ CPP 3.8.2 == =========================================================================
