This repository was archived by the owner on Sep 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1+ 1.0.3
2+ ===========
3+ September 21, 2015
4+
5+ Other
6+ --------
7+ * Fixed SSL ring buffer memory leak
8+ * Fixed hanging issue caused by ` cass::MPMCQueue ` memory race
9+ * Fixed invalid state assertion in ` cass::Handler `
10+
1111.0.2
212===========
313May 15, 2015
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ endif()
1717project (${PROJECT_NAME_STR} C CXX)
1818set (PROJECT_VERSION_MAJOR 1)
1919set (PROJECT_VERSION_MINOR 0)
20- set (PROJECT_VERSION_PATCH 2 )
20+ set (PROJECT_VERSION_PATCH 3 )
2121set (PROJECT_VERSION_STRING ${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} )
2222
2323set (CASS_DRIVER_PROJECT_NAME ${PROJECT_NAME_STR} )
Original file line number Diff line number Diff line change 5252
5353#define CASS_VERSION_MAJOR 1
5454#define CASS_VERSION_MINOR 0
55- #define CASS_VERSION_PATCH 2
55+ #define CASS_VERSION_PATCH 3
5656#define CASS_VERSION_SUFFIX ""
5757
5858#ifdef __cplusplus
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function check_command {
1212check_command " dch" " debhelper"
1313check_command " lsb_release" " lsb-release"
1414
15- version=" 1.0.2 "
15+ version=" 1.0.3 "
1616release=1
1717dist=$( lsb_release -s -c)
1818base=" cassandra-cpp-driver-$version "
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if [[ ! -z $1 ]]; then
1717 arch=$1
1818fi
1919
20- version=" 1.0.2 "
20+ version=" 1.0.3 "
2121base=" cassandra-cpp-driver-$version "
2222archive=" $base .tar.gz"
2323files=" CMakeLists.txt cmake_uninstall.cmake.in include src README.md LICENSE.txt"
You can’t perform that action at this time.
0 commit comments