File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
- 0.7.0 / 2011-??-??
2
+ 0.6.17 / 2011-03-30
3
3
==================
4
4
5
+ * Fixed the 'possible EventEmitter memory leak detected' bug for the XHR transport
5
6
* Reconnection support added to chat example. [ 3rd-Eden]
6
7
7
8
0.6.16 / 2011-03-04
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ exports.Listener = require('./listener');
23
23
* Version
24
24
*/
25
25
26
- exports . version = '0.6.16 ' ;
26
+ exports . version = '0.6.17 ' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " socket.io"
3
3
, "description" : " The cross-browser WebSocket"
4
- , "version" : " 0.6.16 "
4
+ , "version" : " 0.6.17 "
5
5
, "author" : " Guillermo Rauch <guillermo@learnboost.com>"
6
6
, "contributors" : [
7
7
{ "name" : " Guillermo Rauch" , "email" : " rauchg@gmail.com" }
You can’t perform that action at this time.
0 commit comments