Release 0.9.7

This commit is contained in:
Guillermo Rauch
2012-07-24 11:16:20 -07:00
parent c6fed55f53
commit 3ffb145a11
2 changed files with 13 additions and 2 deletions

View File

@@ -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
==================

View File

@@ -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"
}