Skip to content

Commit

Permalink
update changelist & version v3.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Apr 15, 2023
1 parent 273f267 commit 58a4f31
Show file tree
Hide file tree
Showing 3 changed files with 15 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 "13")
set(patch "14")
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")
add_definitions(-DTARS_VERSION="${TARS_VERSION}")
Expand Down
13 changes: 13 additions & 0 deletions Changelist.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@

# v3.0.14 20230415
### en
- feat: tarsnode linux & mac add close_all_file_descriptors
- fix: tarsnode start java server bug, add tars_start.sh.pid record tars service pid
- fix: AdminReg stopServer
- fix: the bug that ports might be used when the service was restarted
### cn
- feat: tarsnode启动服务时增加关闭句柄
- fix: tarsnode 启动服务时, 记录服务的pid
- fix: AdminReg 修复stopServer的bug
- fix: 服务重启时端口可能被重用的bug

# v3.0.13 20230307
### en
- feat: tarsadmin support multi service
Expand Down
2 changes: 1 addition & 1 deletion tarscpp

0 comments on commit 58a4f31

Please sign in to comment.