Skip to content

Commit

Permalink
Release 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Oct 27, 2011
1 parent 3e0b448 commit abd0326
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions History.md
@@ -1,4 +1,21 @@

0.8.6 / 2011-10-27
==================

* Added JSON decoding on jsonp-polling transport.
* Fixed README example.
* Major speed optimizations [3rd-Eden] [einaros] [visionmedia]
* Added decode/encode benchmarks [visionmedia]
* Added support for black-listing client sent events.
* Fixed logging options, closes #540 [3rd-Eden]
* Added vary header for gzip [3rd-Eden]
* Properly cleaned up async websocket / flashsocket tests, after patching node-websocket-client
* Patched to properly shut down when a finishClose call is made during connection establishment
* Added support for socket.io version on url and far-future Expires [3rd-Eden] [getify]
* Began IE10 compatibility [einaros] [tbranyen]
* Misc WebSocket fixes [einaros]
* Added UTF8 to respone headers for htmlfile [3rd-Eden]

0.8.5 / 2011-10-07
==================

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

exports.version = '0.8.5';
exports.version = '0.8.6';

/**
* Supported protocol version.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io"
, "version": "0.8.5"
, "version": "0.8.6"
, "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 All @@ -16,7 +16,7 @@
, "url": "https://github.com/LearnBoost/socket.io.git"
}
, "dependencies": {
"socket.io-client": "0.8.5"
"socket.io-client": "0.8.6"
, "policyfile": "0.0.4"
, "redis": "0.6.7"
}
Expand Down

0 comments on commit abd0326

Please sign in to comment.