From de9e8dffe163c17286ab6b201cc3e7196cb0c431 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 10 Aug 2012 13:34:50 -0700 Subject: [PATCH] Release 0.9.10 --- History.md | 10 ++++++++++ lib/socket.io.js | 2 +- package.json | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index e74f8248ff..bdb026f98d 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,14 @@ +0.9.10 / 2012-08-10 +=================== + + * Don't lowercase log messages + * Always set the HTTP response in case an error should be returned to the client + * Create or destroy the flash policy server on configuration change + * Honour configuration to disable flash policy server + * Add express 3.0 instructions on Readme.md + * Bump client + 0.9.9 / 2012-08-01 ================== diff --git a/lib/socket.io.js b/lib/socket.io.js index 9d1f770a39..87f5262399 100644 --- a/lib/socket.io.js +++ b/lib/socket.io.js @@ -15,7 +15,7 @@ var client = require('socket.io-client'); * Version. */ -exports.version = '0.9.9'; +exports.version = '0.9.10'; /** * Supported protocol version. diff --git a/package.json b/package.json index b15107534e..80eed8a17f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket.io" - , "version": "0.9.9" + , "version": "0.9.10" , "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"] @@ -16,7 +16,7 @@ , "url": "https://github.com/LearnBoost/socket.io.git" } , "dependencies": { - "socket.io-client": "0.9.9" + "socket.io-client": "0.9.10" , "policyfile": "0.0.4" , "redis": "0.7.2" }