We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f603600 commit 7ca0606Copy full SHA for 7ca0606
History.md
@@ -1,7 +1,8 @@
1
2
-0.7.0 / 2011-??-??
+0.6.17 / 2011-03-30
3
==================
4
5
+ * Fixed the 'possible EventEmitter memory leak detected' bug for the XHR transport
6
* Reconnection support added to chat example. [3rd-Eden]
7
8
0.6.16 / 2011-03-04
lib/socket.io/index.js
@@ -23,4 +23,4 @@ exports.Listener = require('./listener');
23
* Version
24
*/
25
26
-exports.version = '0.6.16';
+exports.version = '0.6.17';
package.json
@@ -1,7 +1,7 @@
{
"name": "socket.io"
, "description": "The cross-browser WebSocket"
- , "version": "0.6.16"
+ , "version": "0.6.17"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "contributors": [
{ "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
0 commit comments