Skip to content

Commit

Permalink
Bump version to 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Jul 8, 2014
1 parent 44a2db0 commit 56a2ae4
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
### 1.0.2 / 2014-07-08

* Make some changes to JSON-P responses to mitigate the Rosetta Flash attack
* http://miki.it/blog/2014/7/8/abusing-jsonp-with-rosetta-flash/


### 1.0.1 / 2013-12-10

* Add `Adapter#close()` method for gracefully shutting down the server
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ applications, and clients that can be used on the server and in the browser.

(The MIT License)

Copyright (c) 2009-2013 James Coglan and contributors
Copyright (c) 2009-2014 James Coglan and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the 'Software'), to deal in
Expand Down
2 changes: 1 addition & 1 deletion faye.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'faye'
s.version = '1.0.1'
s.version = '1.0.2'
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 package.json
Expand Up @@ -5,7 +5,7 @@
, "keywords" : ["comet", "websocket", "pubsub", "bayeux", "ajax", "http"]
, "license" : "MIT"

, "version" : "1.0.1"
, "version" : "1.0.2"
, "engines" : {"node": ">=0.6.0"}
, "main" : "./node/faye-node"
, "browserify" : "./browser/faye-browser"
Expand Down
2 changes: 1 addition & 1 deletion site/src/layouts/default.haml
Expand Up @@ -46,7 +46,7 @@
.footer
.container
:textile
© 2009–2013 "James Coglan":http://jcoglan.com.
© 2009–2014 "James Coglan":http://jcoglan.com.
Released under the MIT license.

= javascripts 'prettify', 'analytics'
Expand Down
2 changes: 1 addition & 1 deletion site/src/pages/download.haml
Expand Up @@ -2,7 +2,7 @@
:textile
h3. Download Faye

The latest version is 1.0.1, released December 10 2013. It is open-source
The latest version is 1.0.2, released July 8 2014. 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 Down

0 comments on commit 56a2ae4

Please sign in to comment.