summaryrefslogtreecommitdiff
path: root/deps/hiredis/CHANGELOG.md
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-02-19 20:26:36 +0100
committerantirez <antirez@gmail.com>2012-02-19 20:26:50 +0100
commitb66e5add82bf6785421111f505f41ed8bf09a6f7 (patch)
treeed34f7924ed6d46fbd0f46bf14e0410575fa9355 /deps/hiredis/CHANGELOG.md
parentcb598cdd59f48ffa1cb2f3d82d95b8b9eaee7195 (diff)
downloadredis-b66e5add82bf6785421111f505f41ed8bf09a6f7.tar.gz
The hiredis lib shipped with Redis was updated to latest version.
Diffstat (limited to 'deps/hiredis/CHANGELOG.md')
-rw-r--r--deps/hiredis/CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/deps/hiredis/CHANGELOG.md b/deps/hiredis/CHANGELOG.md
new file mode 100644
index 000000000..d41db8a60
--- /dev/null
+++ b/deps/hiredis/CHANGELOG.md
@@ -0,0 +1,16 @@
+### 0.10.1
+
+* Makefile overhaul. Important to check out if you override one or more
+ variables using environment variables or via arguments to the "make" tool.
+
+* Issue #45: Fix potential memory leak for a multi bulk reply with 0 elements
+ being created by the default reply object functions.
+
+* Issue #43: Don't crash in an asynchronous context when Redis returns an error
+ reply after the connection has been made (this happens when the maximum
+ number of connections is reached).
+
+### 0.10.0
+
+* See commit log.
+