Release 0.9.10

This commit is contained in:
Guillermo Rauch
2012-08-10 13:34:50 -07:00
parent 3a3044ebba
commit 7e7d47550d
3 changed files with 13 additions and 3 deletions

View File

@@ -1,4 +1,14 @@
0.9.10 / 2012-08-10
===================
* Don't lowercase log messages
* Always set the HTTP response in case an error should be returned to the client
* Create or destroy the flash policy server on configuration change
* Honour configuration to disable flash policy server
* Add express 3.0 instructions on Readme.md
* Bump client
0.9.9 / 2012-08-01
==================

View File

@@ -15,7 +15,7 @@ var client = require('socket.io-client');
* Version.
*/
exports.version = '0.9.9';
exports.version = '0.9.10';
/**
* Supported protocol version.

View File

@@ -1,6 +1,6 @@
{
"name": "socket.io"
, "version": "0.9.9"
, "version": "0.9.10"
, "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.9"
"socket.io-client": "0.9.10"
, "policyfile": "0.0.4"
, "redis": "0.7.2"
}