Skip to content

Commit 58a4f31

Browse files
committed
update changelist & version v3.0.14
1 parent 273f267 commit 58a4f31

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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 "13")
23+
set(patch "14")
2424
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
2525
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")
2626
add_definitions(-DTARS_VERSION="${TARS_VERSION}")

Changelist.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2+
# v3.0.14 20230415
3+
### en
4+
- feat: tarsnode linux & mac add close_all_file_descriptors
5+
- fix: tarsnode start java server bug, add tars_start.sh.pid record tars service pid
6+
- fix: AdminReg stopServer
7+
- fix: the bug that ports might be used when the service was restarted
8+
### cn
9+
- feat: tarsnode启动服务时增加关闭句柄
10+
- fix: tarsnode 启动服务时, 记录服务的pid
11+
- fix: AdminReg 修复stopServer的bug
12+
- fix: 服务重启时端口可能被重用的bug
13+
114
# v3.0.13 20230307
215
### en
316
- feat: tarsadmin support multi service

tarscpp

0 commit comments

Comments
 (0)