Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Mar 13, 2011
1 parent 6f98b49 commit e948cdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@ run on port 11211) and memcache-client installed.
* Enforce binary encoding in RewindableInput
* Set correct external_encoding for handlers that don't use RewindableInput

* March 13th, 2011: Twelfth public release 1.2.2/1.1.2.
* Security fix in Rack::Auth::Digest::MD5: when authenticator
returned nil, permission was granted on empty password.

== Contact

Please post bugs, suggestions and patches to
Expand Down
2 changes: 1 addition & 1 deletion lib/rack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def self.version

# Return the Rack release as a dotted string.
def self.release
"1.1.1"
"1.1.2"
end

autoload :Builder, "rack/builder"
Expand Down

0 comments on commit e948cdd

Please sign in to comment.