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 Mar 7, 2023
1 parent 46237e7 commit aa863f3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Changelist-3.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@

# v3.0.14 20230307
### en
- Fix: tars2node to avoid warning
- Fix: possible memory leaks
- Feat: log add prefix
- Feat: add tc_split

### cn
- 修复: tars2node to avoid warning
- 修复: 可能的内存泄漏
- 特性: 日志增加前缀
- 特性: 添加tc_split

# v3.0.13 20221117
### en
- Fix: TC_Port::getSystemMemInfo not close fd bug
Expand Down
2 changes: 1 addition & 1 deletion cmake/Common.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


set(TARS_VERSION "3.0.13")
set(TARS_VERSION "3.0.14")
add_definitions(-DTARS_VERSION="${TARS_VERSION}")

set(CMAKE_VERBOSE_MAKEFILE off)
Expand Down

0 comments on commit aa863f3

Please sign in to comment.