From 01ba328b72bda9234458e45ad39e32b5595b5a7a Mon Sep 17 00:00:00 2001 From: ruanshudong Date: Fri, 2 Feb 2024 14:41:30 +0800 Subject: [PATCH] v3.0.17 & changelist --- CMakeLists.txt | 2 +- Changelist.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16b6c2f..d10c1d1 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ endif() set(major "3") set(minor "0") -set(patch "16") +set(patch "17") set(FRAMEWORK_VERSION ${major}.${minor}.${patch}) add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}") diff --git a/Changelist.md b/Changelist.md index 14ce08a..cc6f466 100644 --- a/Changelist.md +++ b/Changelist.md @@ -1,3 +1,13 @@ +#v3.0.17 20240202 + +### en +- update tarscpp to v3.0.19 +- fix: tarsnode ServerManager.cpp reportNode +- feat tarsnode add nodename to template +- feat: cmake add open ENABLE_ADDRESSSANITIZER +- feat: tarsregsitry EndpointF set nodeName +- optimize: doReserveDb drop table + #v3.0.16 20231106 ### en - fix: tarsnode start same process two times when process start is slow