From 2128a82571eb138430d46dfaf39357ac71223ce4 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Mon, 23 Jun 2014 11:01:20 +0800 Subject: [PATCH] update history, and release v0.3.2 --- HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 9d39efaf..89dd918e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +v0.3.2 (2014-6-23) +---------- +* Bugifx : mongo driver and lua-bson . (objectid encoding, and gc problem when mongdo driver reply bson object). +* 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) ----------- * Bugfix: lua mongo driver . Hold reply string before decode bson data.