mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 04:33:05 +00:00
update the notes
This commit is contained in:
24
HISTORY.md
24
HISTORY.md
@@ -1,7 +1,5 @@
|
|||||||
Dev
|
Dev version
|
||||||
===
|
-----------
|
||||||
|
|
||||||
Major Changes
|
|
||||||
|
|
||||||
* Rewrite malloc hook , use `pthread_getspecific` instead of `__thread` to get current service handle.
|
* Rewrite malloc hook , use `pthread_getspecific` instead of `__thread` to get current service handle.
|
||||||
* Optimize global unique service query, rewrite `service_mgr` .
|
* Optimize global unique service query, rewrite `service_mgr` .
|
||||||
@@ -13,16 +11,18 @@ Major Changes
|
|||||||
* Add multicast api.
|
* Add multicast api.
|
||||||
|
|
||||||
v0.1.1 (2014-4-28)
|
v0.1.1 (2014-4-28)
|
||||||
======
|
------------------
|
||||||
|
|
||||||
Major Changes
|
* Socket channel should clear request queue when reconnect.
|
||||||
|
* Fix the issue that socket close may block the coroutine.
|
||||||
* socket channel reconnect should clear request queue.
|
* Fix the issue that jemalloc api may crash on macosx (disable jemalloc on macosx).
|
||||||
* socket close may block the coroutine.
|
|
||||||
* jemalloc api may crash on macosx (disable jemalloc on macosx).
|
|
||||||
|
|
||||||
v0.1.0 (2014-4-23)
|
v0.1.0 (2014-4-23)
|
||||||
======
|
------------------
|
||||||
|
|
||||||
|
* First release version.
|
||||||
|
|
||||||
First public version (2012-8-1)
|
First public version (2012-8-1)
|
||||||
======
|
------------------
|
||||||
|
|
||||||
|
* Make skynet from a private project to public.
|
||||||
|
|||||||
Reference in New Issue
Block a user