version bumped to 2.0.4, release note for this version added

This commit is contained in:
antirez
2010-11-06 09:58:21 +01:00
parent 19c8d5bf22
commit 1c14507366
2 changed files with 13 additions and 3 deletions
+12 -2
View File
@@ -1,6 +1,16 @@
TODO for Redis 2.0.4:
Welcome to Redis 2.0.4
- Merge nosave from @robey
This release fixes two non critical bugs:
- HMGET used to crash when called against a key that was not holding
an hash. Fixed by Pieter Noordhuis.
- Redis will now not try to save the DB if no save points for RDB are
configured, when used as a non persistent cache. Thanks to Robey
Pointer from Twitter for providing this patch.
Waiting 2.2 ...
Salvatore
--------------------------------------------------------------------------------
+1 -1
View File
@@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#define REDIS_VERSION "2.0.3"
#define REDIS_VERSION "2.0.4"
#include "fmacros.h"
#include "config.h"