Skip to content

Commit 95856fc

Browse files
committed
update changelist & cmakelist v3.0.12
1 parent d03e0ba commit 95856fc

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ add_subdirectory(tarscpp)
2020

2121
set(major "3")
2222
set(minor "0")
23-
set(patch "11")
23+
set(patch "12")
2424
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
2525
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")
2626
add_definitions(-DTARS_VERSION="${TARS_VERSION}")

Changelist.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
1+
# v3.0.12 20220906
12

3+
### en
4+
- fix: deploy/docker.sh use tonistiigi/binfmt:latest
5+
- fix: tarsnode start server in docker mode when tarsnode is docker
6+
- fix: tarsnode docker pull bug when image not exists
7+
- fix: tarsnode longconnection active status bug in tarsweb
8+
- fix: the script process does not exit after starting tarsnode under Linux
9+
10+
### cn
11+
- fix: deploy/docker.sh使用tonistiigi/binfmt:latest
12+
- fix: tarsnode是容器模式下且以容器化方式启动业务服务的bug
13+
- fix: tarsnode以容器化启动业务服务, 拉取基础镜像的bug
14+
- fix: tarsnode长连接模式下tarsweb显示的bug
15+
- fix: linux下启动tarsnode后脚本进程不退出问题修复
216

317
# v3.0.11 20220823
418

519
### en
6-
720
- fix tars_node_init.sql not init tarsAdminRegistry
821
### cn
922

1023
- fix: tars_node_init.sql 中不要初始化tarsAdminRegistry
24+
1125
# v3.0.10 20220819
1226

1327
### en

0 commit comments

Comments
 (0)