README.rdoc in rack-1.5.1 vs README.rdoc in rack-1.5.2

- old
+ new

@@ -509,9 +509,26 @@ * January 28th, 2013: Thirty fourth public release 1.5.1 * Rack::Lint check_hijack now conforms to other parts of SPEC * Added hash-like methods to Abstract::ID::SessionHash for compatibility * Various documentation corrections +* February 7th, Thirty fifth public release 1.1.6, 1.2.8, 1.3.10 + * Fix CVE-2013-0263, timing attack against Rack::Session::Cookie + +* February 7th, Thirty fifth public release 1.4.5 + * Fix CVE-2013-0263, timing attack against Rack::Session::Cookie + * Fix CVE-2013-0262, symlink path traversal in Rack::File + +* February 7th, Thirty fifth public release 1.5.2 + * Fix CVE-2013-0263, timing attack against Rack::Session::Cookie + * Fix CVE-2013-0262, symlink path traversal in Rack::File + * Add various methods to Session for enhanced Rails compatibility + * Request#trusted_proxy? now only matches whole stirngs + * Add JSON cookie coder, to be default in Rack 1.6+ due to security concerns + * URLMap host matching in environments that don't set the Host header fixed + * Fix a race condition that could result in overwritten pidfiles + * Various documentation additions + == Contact Please post bugs, suggestions and patches to the bug tracker at <http://github.com/rack/rack/issues>.