Repository: activemq-cpp Updated Branches: refs/heads/master ce523a140 -> d73e42bc7
Add release notes for 3.9.1 Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/d73e42bc Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/d73e42bc Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/d73e42bc Branch: refs/heads/master Commit: d73e42bc758c03fee589a86cfe3aeb3dbb4552bb Parents: ce523a1 Author: Timothy Bish <[email protected]> Authored: Mon Nov 30 14:54:55 2015 -0500 Committer: Timothy Bish <[email protected]> Committed: Mon Nov 30 14:54:55 2015 -0500 ---------------------------------------------------------------------- activemq-cpp/RELEASE_NOTES.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/d73e42bc/activemq-cpp/RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/activemq-cpp/RELEASE_NOTES.txt b/activemq-cpp/RELEASE_NOTES.txt index 6cd3e64..e86b071 100644 --- a/activemq-cpp/RELEASE_NOTES.txt +++ b/activemq-cpp/RELEASE_NOTES.txt @@ -3,6 +3,20 @@ ========================================================================= ========================================================================= +== Release Notes for ActiveMQ CPP 3.9.1 == +========================================================================= + +Bug + + [AMQCPP-585] - Date::toString() return wrong date string. + [AMQCPP-587] - ActiveMQ CPP (CMS) integration unit tests leads to client segmentation fault when executed against Artemis + [AMQCPP-589] - NPE when acknowledge called on message in some cases + +Improvement + + [AMQCPP-588] - Always set a rollback cause on exception thrown in onMessage + +========================================================================= == Release Notes for ActiveMQ CPP 3.9.0 == =========================================================================
