merge history

This commit is contained in:
Cloud Wu
2014-06-23 11:06:20 +08:00

View File

@@ -8,6 +8,11 @@ Dev version
* Redesign harbor/master/dummy, remove lots of C code and rewite in lua. * Redesign harbor/master/dummy, remove lots of C code and rewite in lua.
* Remove block connect api, queue sending message during connecting now. * Remove block connect api, queue sending message during connecting now.
v0.3.2 (2014-6-23)
----------
* Bugfix : cluster (double free).
* Add socket.header() to decode big-endian package header (and fix the bug in cluster).
v0.3.1 (2014-6-16) v0.3.1 (2014-6-16)
----------- -----------
* Bugfix: lua mongo driver . Hold reply string before decode bson data. * Bugfix: lua mongo driver . Hold reply string before decode bson data.