Skip to content

Commit

Permalink
update changelist & cmakelist v3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Sep 6, 2022
1 parent d03e0ba commit 95856fc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
16 changes: 15 additions & 1 deletion Changelist.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 95856fc

Please sign in to comment.