From bb900d445a77f24045f6c6ad00882d9d29eb09ad Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 24 Jul 2012 11:16:20 -0700 Subject: [PATCH] Release 0.9.7 --- History.md | 11 +++++++++++ package.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 23549d78..9133a143 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,15 @@ +0.9.7 / 2012-07-24 +================== + + * Prevent crash when socket leaves a room twice. + * Corrects unsafe usage of for..in + * Fix for node 0.8 with `gzip compression` [vadimi] + * Update redis to support Node 0.8.x + * Made ID generation securely random + * Fix Redis Store race condition in manager onOpen unsubscribe callback + * Fix for EventEmitters always reusing the same Array instance for listeners + 0.9.6 / 2012-04-17 ================== diff --git a/package.json b/package.json index 8afd810c..b8690bb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket.io" - , "version": "0.9.6" + , "version": "0.9.7" , "description": "Real-time apps made cross-browser & easy with a WebSocket-like API" , "homepage": "http://socket.io" , "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"] @@ -16,7 +16,7 @@ , "url": "https://github.com/LearnBoost/socket.io.git" } , "dependencies": { - "socket.io-client": "0.9.6" + "socket.io-client": "0.9.7" , "policyfile": "0.0.4" , "redis": "0.7.2" }