From a6293f27cd08cbe33b5dc99b561e54659d544d54 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Tue, 19 Nov 2019 16:42:03 +0800 Subject: [PATCH] 1.3.0 rc --- 3rd/jemalloc | 2 +- HISTORY.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/3rd/jemalloc b/3rd/jemalloc index b0b3e49a..ea6b3e97 160000 --- a/3rd/jemalloc +++ b/3rd/jemalloc @@ -1 +1 @@ -Subproject commit b0b3e49a54ec29e32636f4577d9d5a896d67fd20 +Subproject commit ea6b3e973b477b8061e0076bb257dbd7f3faa756 diff --git a/HISTORY.md b/HISTORY.md index 4b7341bc..195f0e96 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,16 @@ +v1.3.0 (2019-11-19) +----------- +* Improve mysql driver (@yxt945) +* Improve cluster +* Improve lua shared proto (@hongling0) +* Improve socket.write +* Add lua sharetable +* Add https support (@lvzixun) +* Add websocket support (@lvzixun) +* Fix bug in dns +* Fix some memory leaks +* jemalloc update to 5.2.1 + v1.2.0 (2018-11-6) ----------- * Improve cluster support