Skip to content

Commit

Permalink
1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Mar 5, 2012
1 parent 5629f84 commit ded6740
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES
@@ -1,3 +1,12 @@
## 1.2 / March 2012

* Fix a cookie leak vulnerability effecting large numbers of Rails 3.x installs:
https://github.com/rtomayko/rack-cache/pull/52

* Never 304 on PUT or POST requests.

* Misc bundler and test tooling fixes.

## 1.1 / September 2011 ## 1.1 / September 2011


* Allow (INM/IMS) validation requests through to backend on miss. Makes it * Allow (INM/IMS) validation requests through to backend on miss. Makes it
Expand Down
5 changes: 2 additions & 3 deletions rack-cache.gemspec
Expand Up @@ -3,8 +3,8 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=


s.name = 'rack-cache' s.name = 'rack-cache'
s.version = '1.1' s.version = '1.2'
s.date = '2011-09-18' s.date = '2012-03-05'


s.summary = "HTTP Caching for Rack" s.summary = "HTTP Caching for Rack"
s.description = "Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information." s.description = "Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information."
Expand All @@ -17,7 +17,6 @@ Gem::Specification.new do |s|
CHANGES CHANGES
COPYING COPYING
Gemfile Gemfile
Gemfile.lock
README README
Rakefile Rakefile
TODO TODO
Expand Down

0 comments on commit ded6740

Please sign in to comment.