Skip to content

Commit

Permalink
Release 0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed May 22, 2014
1 parent fea676b commit d25c548
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

0.9.17 / 2014-05-22
===================

* use static channels for remote syncing instead of subscribing/unsubscribing 5 channels for every connection
* Use destroy buffer size on websocket transport method as well
* http-polling : adding 'X-XSS-Protection : 0;' to headers necessary not only to jsonp-polling but http-polling

0.9.16 / 2013-06-06
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io"
, "version": "0.9.16"
, "version": "0.9.17"
, "description": "Real-time apps made cross-browser & easy with a WebSocket-like API"
, "homepage": "http://socket.io"
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
Expand Down

0 comments on commit d25c548

Please sign in to comment.