Skip to content

Commit 109a59c

Browse files
committed
Release 0.6.11
1 parent d304ce1 commit 109a59c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

History.md

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

2+
0.6.11 / 2011-02-15
3+
===================
4+
5+
* Fixed; Make sure to not execute any other connection operations after WebSocket
6+
write error.
7+
* Added more error logging
8+
29
0.6.10 / 2011-02-09
310
===================
411

lib/socket.io/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ exports.Listener = require('./listener');
2323
* Version
2424
*/
2525

26-
exports.version = '0.6.10';
26+
exports.version = '0.6.11';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "name" : "socket.io"
22
, "description" : "The cross-browser WebSocket"
3-
, "version" : "0.6.10"
3+
, "version" : "0.6.11"
44
, "author" : "LearnBoost"
55
, "licenses" :
66
[ { "type" : "MIT"

0 commit comments

Comments
 (0)