Skip to content

Commit

Permalink
Release 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Aug 10, 2012
1 parent 3a3044e commit de9e8df
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions History.md
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/socket.io.js
Expand Up @@ -15,7 +15,7 @@ var client = require('socket.io-client');
* Version.
*/

exports.version = '0.9.9';
exports.version = '0.9.10';

/**
* Supported protocol version.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -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"]
Expand All @@ -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"
}
Expand Down

0 comments on commit de9e8df

Please sign in to comment.