summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-03-12 23:46:27 +0100
committerantirez <antirez@gmail.com>2010-03-12 23:46:27 +0100
commit5de9ad7c85fb114be03fe158bd5e102515dc5d5b (patch)
tree7457b4282e4d220c3b063b8bf5d85afab3355e2f /Changelog
parent8c5abee892f28d9c19921971b86991b5091e8530 (diff)
downloadredis-5de9ad7c85fb114be03fe158bd5e102515dc5d5b.tar.gz
A minor fix and a few debug messages removed
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 0ba659a95..8f1870ce9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,4 @@
+2010-03-12 Applied the replication bug patch provided by Jeremy Zawodny, removing temp file collision after the slave got the dump.rdb file in the SYNC stage
2010-03-11 Fix for HGET against non Hash type, debug messages used to understand a bit better a corrupted rdb file
2010-03-09 fix: use zmalloc instead of malloc
2010-03-09 Merged zsetops branch from Pietern