summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-09-09 16:51:52 +0200
committerantirez <antirez@gmail.com>2010-09-09 16:51:52 +0200
commit068eb3bf44db191418199f1b9fe89c2b93d20104 (patch)
treec3b4715d2ef23320632e626cca466bdd35ab910e
parent9fb471adbe9a63484cc63a32203c40c92e9d9828 (diff)
downloadredis-068eb3bf44db191418199f1b9fe89c2b93d20104.tar.gz
release notes updated to the latest versionv2.0.1-stable2.0.1
-rw-r--r--00-RELEASENOTES19
1 files changed, 19 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index 6ad7e59a9..1fff49c61 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -1,3 +1,22 @@
+Welcome to Redis 2.0.1
+
+This is a bugfix release, with the following changes:
+
+ - Fixed a not critical but important VM bug: from time to time a race
+ condition may happen and a client may never get the reply from a given
+ request.
+ - Now we have a make install target as stated in the README
+ - redis-cli no longer tries to understand if it's part of a pipe
+ so there is to use the -x option to read the last arg from stdin.
+ This prevents it from creating problem when running inside cron scripts.
+ - Fixed the init script provided in the tar.gz. It was totally broken.
+ - Fixed a bug related to connecting more than 10k clients to Redis.
+
+Good hacking,
+Salvatore
+
+--------------------------------------------------------------------------------
+
Welcome to Redis 2.0.0
Finally we reached 2.0.0 stable!