From 465584dca218a65292a5a9dedc14aa0ea5a493e5 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Wed, 30 Apr 2014 20:05:07 +0800 Subject: [PATCH] update the notes --- HISTORY.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 84f960f8..cef310cb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,5 @@ -Dev -=== - -Major Changes +Dev version +----------- * Rewrite malloc hook , use `pthread_getspecific` instead of `__thread` to get current service handle. * Optimize global unique service query, rewrite `service_mgr` . @@ -13,16 +11,18 @@ Major Changes * Add multicast api. v0.1.1 (2014-4-28) -====== +------------------ -Major Changes - -* socket channel reconnect should clear request queue. -* socket close may block the coroutine. -* jemalloc api may crash on macosx (disable jemalloc on macosx). +* Socket channel should clear request queue when reconnect. +* Fix the issue that socket close may block the coroutine. +* Fix the issue that jemalloc api may crash on macosx (disable jemalloc on macosx). v0.1.0 (2014-4-23) -====== +------------------ + +* First release version. First public version (2012-8-1) -====== +------------------ + +* Make skynet from a private project to public.