Skip to content

Commit

Permalink
Bump version to 0.8.5, update the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Sep 30, 2012
1 parent 85580e9 commit be37b07
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== 0.8.5 / 2012-09-30

* Fix a bug in URI.parse() that caused Faye endpoints to inherit search and hash from window.location


=== 0.8.4 / 2012-09-29

* Optimise upgrade process so that WebSocket is tested earlier and the connection is cached
Expand Down
2 changes: 1 addition & 1 deletion faye.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "faye"
s.version = "0.8.4"
s.version = "0.8.5"
s.summary = "Simple pub/sub messaging for the web"
s.author = "James Coglan"
s.email = "jcoglan@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion lib/faye.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
require 'yajl'

module Faye
VERSION = '0.8.4'
VERSION = '0.8.5'

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

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

, "version" : "0.8.4"
, "version" : "0.8.5"
, "engines" : {"node": ">=0.1.96"}
, "main" : "./node/faye-node"
, "dependencies" : {"cookiejar": "", "faye-websocket": ">=0.4.0"}
Expand Down
6 changes: 3 additions & 3 deletions site/src/pages/download.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:textile
h3. Download Faye

The latest version is 0.8.4, released September 29 2012. It is open-source
The latest version is 0.8.5, released September 30 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.

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

Alternatively you can grab the latest release package:

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

The above package contains these files:
Expand Down

0 comments on commit be37b07

Please sign in to comment.