Skip to content

Commit 48ad0d3

Browse files
committed
Release 0.9.9
1 parent 281a467 commit 48ad0d3

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
0.9.9 / 2012-08-01
3+
==================
4+
5+
* Fixed sync disconnect xhrs handling
6+
* Put license text in its own file (#965)
7+
* Add warning to .listen() to ease the migration to Express 3.x
8+
* Restored compatibility with node 0.4.x
9+
210
0.9.8 / 2012-07-24
311
==================
412

lib/socket.io.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var client = require('socket.io-client');
1515
* Version.
1616
*/
1717

18-
exports.version = '0.9.8';
18+
exports.version = '0.9.9';
1919

2020
/**
2121
* Supported protocol version.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io"
3-
, "version": "0.9.8"
3+
, "version": "0.9.9"
44
, "description": "Real-time apps made cross-browser & easy with a WebSocket-like API"
55
, "homepage": "http://socket.io"
66
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
@@ -16,7 +16,7 @@
1616
, "url": "https://github.com/LearnBoost/socket.io.git"
1717
}
1818
, "dependencies": {
19-
"socket.io-client": "0.9.8"
19+
"socket.io-client": "0.9.9"
2020
, "policyfile": "0.0.4"
2121
, "redis": "0.7.2"
2222
}

0 commit comments

Comments
 (0)