Skip to content

Commit

Permalink
2.4.0 Release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Oct 14, 2011
1 parent 0c71939 commit a502f48
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 00-RELEASENOTES
Expand Up @@ -18,6 +18,22 @@ to modify your program in order to use Redis 2.4.
CHANGELOG
---------

What's new in Redis 2.4.0
=========================

* [BUGFIX] redis-cli segfault with single numerical argument fixed.
* [BUGFIX] OpenBSD compilation problem fixed.
* [BUGFIX] More robust Redis test, with better random port selection.
* [BUGFIX] Fix for bug #128 about the RENAME command.
* [BUGFIX] Fixed Issue #131. stime/utime reported in INFO was inverted.
* [BUGFIX] Unlink Unix socket file on shutdown.
* [BUGFIX] AUTH now returns error if no password is set on the server.
* [BUGFIX] Exit with Fatal error at startup on RDB loading errors.
* redis-check-dump: RDB version 2 now supported.
* More informative error when DEBUG RELOAD fails.
* Added a config directive for a Unix socket mask.
* CONFIG SET/GET for loglevel.

What's new in Redis 2.3.11 (2.4 Release Candidate 8)
====================================================

Expand Down

0 comments on commit a502f48

Please sign in to comment.