Skip to content

Commit

Permalink
Bump version to 0.8.6 and update the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Oct 7, 2012
1 parent d5da96b commit 7f64ac2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions 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 === 0.8.5 / 2012-09-30


* Fix a bug in URI.parse() that caused Faye endpoints to inherit search and hash from window.location * Fix a bug in URI.parse() that caused Faye endpoints to inherit search and hash from window.location
Expand Down
2 changes: 1 addition & 1 deletion faye.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "faye" s.name = "faye"
s.version = "0.8.5" s.version = "0.8.6"
s.summary = "Simple pub/sub messaging for the web" s.summary = "Simple pub/sub messaging for the web"
s.author = "James Coglan" s.author = "James Coglan"
s.email = "jcoglan@gmail.com" s.email = "jcoglan@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion lib/faye.rb
Expand Up @@ -13,7 +13,7 @@
require 'yajl' require 'yajl'


module Faye module Faye
VERSION = '0.8.5' VERSION = '0.8.6'


ROOT = File.expand_path(File.dirname(__FILE__)) ROOT = File.expand_path(File.dirname(__FILE__))


Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
, "author" : "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)" , "author" : "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)"
, "keywords" : ["comet", "websocket", "pubsub", "bayeux", "ajax", "http"] , "keywords" : ["comet", "websocket", "pubsub", "bayeux", "ajax", "http"]


, "version" : "0.8.5" , "version" : "0.8.6"
, "engines" : {"node": ">=0.1.96"} , "engines" : {"node": ">=0.1.96"}
, "main" : "./node/faye-node" , "main" : "./node/faye-node"
, "dependencies" : {"cookiejar": "", "faye-websocket": ">=0.4.0"} , "dependencies" : {"cookiejar": "", "faye-websocket": ">=0.4.0"}
Expand Down
6 changes: 3 additions & 3 deletions site/src/pages/download.haml
Expand Up @@ -2,7 +2,7 @@
:textile :textile
h3. Download Faye 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 software, released under the MIT license. You can follow development on
Faye's "GitHub page":http://github.com/faye/faye. Faye's "GitHub page":http://github.com/faye/faye.


Expand All @@ -16,8 +16,8 @@


Alternatively you can grab the latest release package: Alternatively you can grab the latest release package:


<a href="/assets/faye.0-8-5.zip" onclick="trackDownload('0.8.5')"> <a href="/assets/faye.0-8-6.zip" onclick="trackDownload('0.8.6')">
Download JavaScript version 0.8.5 Download JavaScript version 0.8.6
</a> </a>


The above package contains these files: The above package contains these files:
Expand Down

0 comments on commit 7f64ac2

Please sign in to comment.