diff --git a/CMakeLists.txt b/CMakeLists.txt index a9edc1e..8f90c07 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ add_subdirectory(tarscpp) set(major "3") set(minor "0") -set(patch "11") +set(patch "12") set(FRAMEWORK_VERSION ${major}.${minor}.${patch}) add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}") add_definitions(-DTARS_VERSION="${TARS_VERSION}") diff --git a/Changelist.md b/Changelist.md index 6f047e3..058426a 100644 --- a/Changelist.md +++ b/Changelist.md @@ -1,13 +1,27 @@ +# v3.0.12 20220906 +### en +- fix: deploy/docker.sh use tonistiigi/binfmt:latest +- fix: tarsnode start server in docker mode when tarsnode is docker +- fix: tarsnode docker pull bug when image not exists +- fix: tarsnode longconnection active status bug in tarsweb +- fix: the script process does not exit after starting tarsnode under Linux + +### cn +- fix: deploy/docker.sh使用tonistiigi/binfmt:latest +- fix: tarsnode是容器模式下且以容器化方式启动业务服务的bug +- fix: tarsnode以容器化启动业务服务, 拉取基础镜像的bug +- fix: tarsnode长连接模式下tarsweb显示的bug +- fix: linux下启动tarsnode后脚本进程不退出问题修复 # v3.0.11 20220823 ### en - - fix tars_node_init.sql not init tarsAdminRegistry ### cn - fix: tars_node_init.sql 中不要初始化tarsAdminRegistry + # v3.0.10 20220819 ### en