diff --git a/CMakeLists.txt b/CMakeLists.txt index 70e111f2..b439f470 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ add_subdirectory(tarscpp) set(major "2") set(minor "4") -set(patch "16") +set(patch "17") #get_version(major minor patch) set(FRAMEWORK_VERSION ${major}.${minor}.${patch}) add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}") diff --git a/Changelist.md b/Changelist.md index edabaaae..c654440c 100644 --- a/Changelist.md +++ b/Changelist.md @@ -1,3 +1,15 @@ +## v2.4.17 2021.12.04 + +### en + +- update dockerfile node upgrade to 16.13.0 +- fix tarsnode use old config for tars framework server + +### cn + +- 升级 dockerfile, 框架的 dockerfile 升级到 16.13.0 +- 修复 tarsnode, 对于 tars 框架服务, 使用老的配置, 从而保证 local 端口不变 + ## v2.4.16 2021.11.16 ### en diff --git a/tarscpp b/tarscpp index a6d5ed85..5cbfb6ba 160000 --- a/tarscpp +++ b/tarscpp @@ -1 +1 @@ -Subproject commit a6d5ed85271344939b2964ad105f29c5053a4f70 +Subproject commit 5cbfb6bab8127a1531b2dda50643b8dadae565e6