Skip to content

Commit

Permalink
Release alpha 10
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed Aug 17, 2015
1 parent 77bdfb2 commit 1b53e6e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
v1.0.0-alpha10 (2015-8-17)
-----------
* Remove the size limit of cluster RPC message.
* Remove the size limit of local message.
* Add cluster.query and clsuter.register.
* Add an option of pthread mutex lock.
* Add skynet.core.intcommand to optimize skynet.sleep etc.
* Fix a memory leak bug in lua shared proto.
* snax.msgserver use string instead of lightuserdata/size.
* Remove some unused api in netpack.
* Raise error when skynet.send to 0.

v1.0.0-alpha9 (2015-8-10)
-----------
* Improve lua serialization , support pairs metamethod.
* Bugfix : sproto (See commits log of sproto)
* Add user log service support (In config)
* Remove the size limit of cluster RPC message.
* Remove the size limit of local message.
* Other minor bugfix (See commits log)

v1.0.0-alpha8 (2015-6-29)
Expand Down

0 comments on commit 1b53e6e

Please sign in to comment.