Release 0.6.11

This commit is contained in:
Guillermo Rauch
2011-02-15 15:43:35 -08:00
parent d304ce19d1
commit 109a59ca9a
3 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,11 @@
0.6.11 / 2011-02-15
===================
* Fixed; Make sure to not execute any other connection operations after WebSocket
write error.
* Added more error logging
0.6.10 / 2011-02-09
===================

View File

@@ -23,4 +23,4 @@ exports.Listener = require('./listener');
* Version
*/
exports.version = '0.6.10';
exports.version = '0.6.11';

View File

@@ -1,6 +1,6 @@
{ "name" : "socket.io"
, "description" : "The cross-browser WebSocket"
, "version" : "0.6.10"
, "version" : "0.6.11"
, "author" : "LearnBoost"
, "licenses" :
[ { "type" : "MIT"