Skip to content

Commit

Permalink
udpate chanagelist & version v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Nov 30, 2021
1 parent 796180a commit 61d9806
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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 "2")
set(patch "3")
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")
add_definitions(-DTARS_VERSION="${TARS_VERSION}")
Expand Down
16 changes: 16 additions & 0 deletions Changelist.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v3.0.3 20211130

### en

- remove tarsnode useless log
- fix tarsnode use old config for tars framework server
- fix tarsnode, keep tars server local port not change
- update dockerfile node upgrade to 16.13.0

### cn

- 去掉 tarsnode 中不用的日志
- 修复 tarsnode 对 tars 框架服务, 使用旧配置文件
- 修复 tarsnode 保持 tars 服务的 local port 不要改变
- dockerfile 中 nodejs 版本升级到 v16.13.0

# v3.0.2 20211118

### en
Expand Down

0 comments on commit 61d9806

Please sign in to comment.