aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/hiredis/CHANGELOG.md
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2011-12-09 19:13:00 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2011-12-09 19:13:00 +0300
commit7ca658607cdeebe0cecbeb310cf2c99af800306f (patch)
tree0fdca11c2ac98ed15ae54414cd92cd1be8697f85 /contrib/hiredis/CHANGELOG.md
parent46ceb4ad592937ac210d1fcdfe5ee0f53d317b39 (diff)
downloadrspamd-7ca658607cdeebe0cecbeb310cf2c99af800306f.tar.gz
rspamd-7ca658607cdeebe0cecbeb310cf2c99af800306f.zip
Add detecting of libhiredis for communicating with kvstorage.
Add internal hiredis if it is not found in system.
Diffstat (limited to 'contrib/hiredis/CHANGELOG.md')
-rw-r--r--contrib/hiredis/CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/hiredis/CHANGELOG.md b/contrib/hiredis/CHANGELOG.md
new file mode 100644
index 000000000..d41db8a60
--- /dev/null
+++ b/contrib/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.
+