Skip to content

Commit 331e6e8

Browse files
committed
Release 0.7.2
1 parent f2df40a commit 331e6e8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

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

2+
0.7.2 / 2011-06-22
3+
==================
4+
5+
* Make sure to write a packet (of type `noop`) when closing a poll.
6+
This solves a problem with cross-domain requests being flagged as aborted and
7+
reconnection being triggered.
8+
* Added `noop` message type.
9+
210
0.7.1 / 2011-06-21
311
==================
412

lib/socket.io.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var http = require('http')
1717
* Version.
1818
*/
1919

20-
exports.version = '0.7.0';
20+
exports.version = '0.7.2';
2121

2222
/**
2323
* Supported protocol version.

0 commit comments

Comments
 (0)