update changelist

This commit is contained in:
ruanshudong 2020-09-02 14:26:57 +08:00
parent 179c75eab8
commit 251ec33f07
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## v2.4.10 2020.09.02
### en
- fix ssl EndpointManager.cpp bug
- gbk2utf8 mode default set to ICONV_IGNORE
### cn
- 修复ssl下, EndpointManager.cpp 的bug
- 将gbk2utf8 mode 缺省值设置为ICONV_IGNORE
## v2.4.9 2020.08.19
### en

View File

@ -1,5 +1,5 @@
set(TARS_VERSION "2.4.8")
set(TARS_VERSION "2.4.10")
add_definitions(-DTARS_VERSION="${TARS_VERSION}")
set(CMAKE_VERBOSE_MAKEFILE off)