This is an automated email from the ASF dual-hosted git repository.

tabish pushed a commit to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/activemq-cpp.git


The following commit(s) were added to refs/heads/3.9.x by this push:
     new df423b8  NO-JIRA Update branch for next release (3.9.5)
df423b8 is described below

commit df423b8f6f186e05650b686063e30b776ba289c6
Author: Timothy Bish <tabish...@gmail.com>
AuthorDate: Thu Jan 24 15:24:31 2019 -0500

    NO-JIRA Update branch for next release (3.9.5)
---
 activemq-cpp/RELEASE_NOTES.txt                              | 13 +++++++++++++
 activemq-cpp/activemq-cpp.spec                              |  2 +-
 activemq-cpp/configure.ac                                   |  6 +++---
 .../src/main/activemq/core/ActiveMQConnectionMetaData.cpp   |  4 ++--
 4 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/activemq-cpp/RELEASE_NOTES.txt b/activemq-cpp/RELEASE_NOTES.txt
index e974c45..9744096 100644
--- a/activemq-cpp/RELEASE_NOTES.txt
+++ b/activemq-cpp/RELEASE_NOTES.txt
@@ -1,4 +1,17 @@
 =========================================================================
+==  Release Notes for ActiveMQ CPP 3.9.5                               ==
+=========================================================================
+
+Bug
+
+    [AMQCPP-622] - Memory leaks in the handshake of a OpenSSL connection
+    [AMQCPP-623] - Can't build on some newer OpenSSL versions
+
+New Feature
+
+    [AMQCPP-643] - Add an option to time out connection attempts when blocked 
in ensureConnectionInfoSent
+
+=========================================================================
 ==  Release Notes for ActiveMQ CPP 3.9.4                               ==
 =========================================================================
 
diff --git a/activemq-cpp/activemq-cpp.spec b/activemq-cpp/activemq-cpp.spec
index 18b25c9..3a96112 100644
--- a/activemq-cpp/activemq-cpp.spec
+++ b/activemq-cpp/activemq-cpp.spec
@@ -1,5 +1,5 @@
 Name:           activemq-cpp
-Version:        3.9.4
+Version:        3.9.5
 Release:        1%{?dist}
 Summary:        C++ Implementation of a JMS style Messaging Client
 
diff --git a/activemq-cpp/configure.ac b/activemq-cpp/configure.ac
index f4e751d..f7ec827 100644
--- a/activemq-cpp/configure.ac
+++ b/activemq-cpp/configure.ac
@@ -20,7 +20,7 @@ AC_PREREQ(2.61)
 ## --------------------------------
 ## Initialization macros.
 ## --------------------------------
-AC_INIT(activemq-cpp, 3.9.4, d...@activemq.apache.org)
+AC_INIT(activemq-cpp, 3.9.5, d...@activemq.apache.org)
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_SRCDIR(src/main/activemq/core/ActiveMQConnection.cpp)
 AC_CONFIG_MACRO_DIR([m4])
@@ -31,7 +31,7 @@ AC_CONFIG_MACRO_DIR([m4])
 ACTIVEMQ_LIBRARY_NAME=activemq-cpp
 ACTIVEMQ_MAJOR_VERSION=3
 ACTIVEMQ_MINOR_VERSION=9
-ACTIVEMQ_PATCH_VERSION=4
+ACTIVEMQ_PATCH_VERSION=5
 
ACTIVEMQ_VERSION=${ACTIVEMQ_MAJOR_VERSION}.${ACTIVEMQ_MINOR_VERSION}.${ACTIVEMQ_PATCH_VERSION}
 ACTIVEMQ_API_VERSION=${ACTIVEMQ_VERSION}
 
@@ -75,7 +75,7 @@ AC_SUBST(CMSAPI_VERSION)
 ##   3. Programs may need to be changed, recompiled, relinked in order to use 
the new version. Bump
 ##      current, set revision and age to 0.
 ##
-ACTIVEMQ_LIBRARY_VERSION=19:4:0
+ACTIVEMQ_LIBRARY_VERSION=19:5:0
 
 AC_SUBST(ACTIVEMQ_LIBRARY_NAME)
 AC_SUBST(ACTIVEMQ_VERSION)
diff --git a/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp 
b/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp
index 6085ae7..d9088eb 100644
--- a/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp
+++ b/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp
@@ -51,7 +51,7 @@ std::string ActiveMQConnectionMetaData::getCMSProviderName() 
const {
 
 
////////////////////////////////////////////////////////////////////////////////
 std::string ActiveMQConnectionMetaData::getProviderVersion() const {
-    return "3.9.4";
+    return "3.9.5";
 }
 
 
////////////////////////////////////////////////////////////////////////////////
@@ -66,7 +66,7 @@ int ActiveMQConnectionMetaData::getProviderMinorVersion() 
const {
 
 
////////////////////////////////////////////////////////////////////////////////
 int ActiveMQConnectionMetaData::getProviderPatchVersion() const {
-    return 4;
+    return 5;
 }
 
 
////////////////////////////////////////////////////////////////////////////////

Reply via email to