summary refs log tree commit
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2011-03-13 01:36:34 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2011-03-13 01:36:34 +0100
commite226cc65aa493cf9826034002dae864306d52724 (patch)
tree4df37e3c368687b4c1bcc0dd2b07b8bf6b031ec8
parentc6bea4b1c61aa30ffae746b39155bbc84bc10659 (diff)
downloadrack-e226cc65aa493cf9826034002dae864306d52724.tar.gz
Prepare for 1.2.2 1.2.2
-rw-r--r--README4
-rw-r--r--rack.gemspec2
2 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index fb6e6c54..b218c35b 100644
--- a/README
+++ b/README
@@ -313,6 +313,10 @@ run on port 11211) and memcache-client installed.
   * Rename spec/ to test/ to not conflict with SPEC on lesser
     operating systems
 
+* March 13th, 2011: Twelfth public release 1.2.2/1.1.1.
+  * 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
diff --git a/rack.gemspec b/rack.gemspec
index deb32c38..ef8b45e7 100644
--- a/rack.gemspec
+++ b/rack.gemspec
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name            = "rack"
-  s.version         = "1.2.1"
+  s.version         = "1.2.2"
   s.platform        = Gem::Platform::RUBY
   s.summary         = "a modular Ruby webserver interface"