From c28ae25c7020673790c160d30ef7488613aeb458 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Tue, 10 Nov 2015 12:19:04 +0800 Subject: [PATCH] release 1.0.0 beta --- HISTORY.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 48c7a069..23e1ae10 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,22 @@ +v1.0.0-beta (2015-11-10) +----------- +* Improve and fix bug for sproto +* Add global short string pool for lua vm +* Add code cache mode +* Add a callback for mysql auth +* Add hmac_md5 +* Sharedata support filename as a string +* Fix a bug in socket.httpc +* Fix a lua stack overflow bug in lua bson +* Fix a socketchannel bug may block the data steam +* Avoid dead loop when sending message to the service exiting +* Fix memory leak in netpack +* Improve DH key exchange implement +* Minor fix for socket +* Minor fix for multicast +* Update jemalloc to 4.0.4 +* Update lpeg to 1.0.0 + v1.0.0-alpha10 (2015-8-17) ----------- * Remove the size limit of cluster RPC message.