From 7f64ac2bae26e824e898beeb2c14090f7376b06d Mon Sep 17 00:00:00 2001 From: James Coglan Date: Sun, 7 Oct 2012 22:24:05 +0100 Subject: [PATCH] Bump version to 0.8.6 and update the changelog. --- History.txt | 5 +++++ faye.gemspec | 2 +- lib/faye.rb | 2 +- package.json | 2 +- site/src/pages/download.haml | 6 +++--- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/History.txt b/History.txt index 93aef5b6..fcf6aa3c 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,8 @@ +=== 0.8.6 / 2012-10-07 + +* Make sure messages pushed to the client over a socket pass through outgoing extensions + + === 0.8.5 / 2012-09-30 * Fix a bug in URI.parse() that caused Faye endpoints to inherit search and hash from window.location diff --git a/faye.gemspec b/faye.gemspec index 195b9193..622bbc9e 100644 --- a/faye.gemspec +++ b/faye.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "faye" - s.version = "0.8.5" + s.version = "0.8.6" s.summary = "Simple pub/sub messaging for the web" s.author = "James Coglan" s.email = "jcoglan@gmail.com" diff --git a/lib/faye.rb b/lib/faye.rb index bc451783..7fdc290d 100644 --- a/lib/faye.rb +++ b/lib/faye.rb @@ -13,7 +13,7 @@ require 'yajl' module Faye - VERSION = '0.8.5' + VERSION = '0.8.6' ROOT = File.expand_path(File.dirname(__FILE__)) diff --git a/package.json b/package.json index 9f95a137..66107ff5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ , "author" : "James Coglan (http://jcoglan.com/)" , "keywords" : ["comet", "websocket", "pubsub", "bayeux", "ajax", "http"] -, "version" : "0.8.5" +, "version" : "0.8.6" , "engines" : {"node": ">=0.1.96"} , "main" : "./node/faye-node" , "dependencies" : {"cookiejar": "", "faye-websocket": ">=0.4.0"} diff --git a/site/src/pages/download.haml b/site/src/pages/download.haml index e49a711f..7c83929f 100644 --- a/site/src/pages/download.haml +++ b/site/src/pages/download.haml @@ -2,7 +2,7 @@ :textile h3. Download Faye - The latest version is 0.8.5, released September 30 2012. It is open-source + The latest version is 0.8.6, released October 7 2012. It is open-source software, released under the MIT license. You can follow development on Faye's "GitHub page":http://github.com/faye/faye. @@ -16,8 +16,8 @@ Alternatively you can grab the latest release package: - - Download JavaScript version 0.8.5 + + Download JavaScript version 0.8.6 The above package contains these files: