Skip to content

Commit a300223

Browse files
committed
Release 0.8.0
1 parent 0769c40 commit a300223

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-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.8.0 / 2011-08-28
3+
==================
4+
5+
* Updated to work with two-level websocket versioning. [einaros]
6+
* Added hybi07 support. [einaros]
7+
* Added hybi10 support. [einaros]
8+
* Added http referrer verification to manager.js verifyOrigin. [einaors]
9+
210
0.7.11 / 2011-08-27
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.7.11';
18+
exports.version = '0.8.0';
1919

2020
/**
2121
* Supported protocol version.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io"
3-
, "version": "0.7.11"
3+
, "version": "0.8.0"
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"]
@@ -9,13 +9,14 @@
99
{ "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
1010
, { "name": "Arnout Kazemier", "email": "info@3rd-eden.com" }
1111
, { "name": "Vladimir Dronnikov", "email": "dronnikov@gmail.com" }
12+
, { "name": "Einar Otto Stangvik", "email": "einaros@gmail.com" }
1213
]
1314
, "repository":{
1415
"type": "git"
1516
, "url": "https://github.com/LearnBoost/Socket.IO-node.git"
1617
}
1718
, "dependencies": {
18-
"socket.io-client": "0.7.11"
19+
"socket.io-client": "0.8.0"
1920
, "policyfile": "0.0.4"
2021
, "redis": "0.6.6"
2122
}

0 commit comments

Comments
 (0)