summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-06-04 17:13:33 +0200
committerantirez <antirez@gmail.com>2009-06-04 17:13:33 +0200
commit333298dac3e4b9c147851772be854b5dabcab8c2 (patch)
tree143cffa1b244de48cf1562f8eede09e359a70252 /Changelog
parentb5ff27084f593f64d47337c5f47ea3bf76c63a5a (diff)
downloadredis-333298dac3e4b9c147851772be854b5dabcab8c2.tar.gz
DEBUG OBJECT implemented
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 124053eb5..a70cce365 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,17 @@
+2009-06-04 backtrace support removed: unreliable stack trace :(
+2009-06-04 initial backtrace dumping on sigsegv/sigbus + debug command
+2009-06-03 Python lib updated
+2009-06-03 shareobjectspoolsize implemented in reds.conf, in order to control the pool size when object sharing is on
+2009-05-30 Erlang client updated
+2009-05-30 Python client library updated
+2009-05-29 Redis-rb minor bool convertion fix
+2009-05-29 ruby library client is not Redis-rb merged with RubyRedis "engine" by Brian McKinney
+2009-05-28 __P completely removed from pqsort.c/h
+2009-05-28 another minor fix for Solaris boxes
+2009-05-28 minor fix for Solaris boxes
+2009-05-28 minor fix for Solaris boxes
+2009-05-27 maxmemory implemented
+2009-05-26 Redis git version modified to 0.101 in order to distinguish that from the latest tar.gz via INFO ;)
2009-05-26 Redis 0.100 released
2009-05-26 client libraries synched in git
2009-05-26 ignore gcc warning about write() return code not checked. It is esplicitily this way since the "max number of clients reached" is a best-effort error