Skip to content

Commit

Permalink
Bump version to 0.8.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Jan 10, 2013
1 parent b070eab commit 3a1ba28
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions History.txt
@@ -1,6 +1,9 @@
=== 0.8.7 / 2013-01-10 === 0.8.8 / 2013-01-10


* Patch security hole allowing execution of arbitrary object methods * Patch security hole allowing remote execution of arbitrary Server methods


=== 0.8.7 -- removed due to error while publishing




=== 0.8.6 / 2012-10-07 === 0.8.6 / 2012-10-07
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.7" s.version = "0.8.8"
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.7' VERSION = '0.8.8'


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.7" , "version" : "0.8.8"
, "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.7, released January 10 2013. It is open-source The latest version is 0.8.8, released January 10 2013. 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-7.zip" onclick="trackDownload('0.8.7')"> <a href="/assets/faye.0-8-8.zip" onclick="trackDownload('0.8.8')">
Download JavaScript version 0.8.7 Download JavaScript version 0.8.8
</a> </a>


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

0 comments on commit 3a1ba28

Please sign in to comment.