Skip to content

Commit

Permalink
release 0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: xiehuc <xiehuc@gmail.com>
  • Loading branch information
xiehuc committed Apr 16, 2015
1 parent 7dd65e9 commit 62b3f7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(liblwqq)
cmake_minimum_required(VERSION 2.8)
set(VERSION_MAJOR "0")
set(VERSION_MINOR "4")
set(VERSION_PATCH "2")
set(VERSION_PATCH "3")

set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})

Expand Down
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
version 0.4.3: (2015-04-17)
* 修正evset条件竞争
* 修正sscanf溢出
+ 添加缓存cookie的API
* 修正登录问题


version 0.4.2: (2015-02-26)
+ 在本地数据库屏蔽群组
+ 使用 encryption.js 来计算登录时密码加密
Expand Down

0 comments on commit 62b3f7c

Please sign in to comment.