Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jun 22, 2011
1 parent f2df40a commit 331e6e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
@@ -1,4 +1,12 @@

0.7.2 / 2011-06-22
==================

* Make sure to write a packet (of type `noop`) when closing a poll.
This solves a problem with cross-domain requests being flagged as aborted and
reconnection being triggered.
* Added `noop` message type.

0.7.1 / 2011-06-21
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/socket.io.js
Expand Up @@ -17,7 +17,7 @@ var http = require('http')
* Version.
*/

exports.version = '0.7.0';
exports.version = '0.7.2';

/**
* Supported protocol version.
Expand Down

0 comments on commit 331e6e8

Please sign in to comment.