README in rack-1.3.0.beta2 vs README in rack-1.3.0

- old
+ new

@@ -117,11 +117,11 @@ By default, the lobster is found at http://localhost:9292. == Installing with RubyGems -A Gem of Rack is available at gemcutter.org. You can install it with: +A Gem of Rack is available at rubygems.org. You can install it with: gem install rack I also provide a local mirror of the gems (and development snapshots) at my site: @@ -315,11 +315,11 @@ * 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. -* unknown: Thirteenth? public release 1.3.0.beta +* May 22nd, 2011: Thirteenth public release 1.3.0 * Various performance optimizations * Various multipart fixes * Various multipart refactors * Infinite loop fix for multipart * Test coverage for Rack::Server returns @@ -331,13 +331,14 @@ * Bug L#94 reported by Nikolai Lugovoi, query parameter unescaping. * Rack::Response now deletes Content-Length when appropriate * Rack::Deflater now supports streaming * Improved Rack::Handler loading and searching * Support for the PATCH verb + * env['rack.session.options'] now contains session options + * Cookies respect renew + * Session middleware uses SecureRandom.hex - - == Contact Please post bugs, suggestions and patches to the bug tracker at <http://github.com/rack/rack/issues>. @@ -387,11 +388,11 @@ * Armin Röhrl, for tracking down bugs in the Cookie generator. * Alexander Kellett for testing the Gem and reviewing the announcement. * Marcus Rückert, for help with configuring and debugging lighttpd. * The WSGI team for the well-done and documented work they've done and Rack builds up on. -* All bug reporters and patch contributers not mentioned above. +* All bug reporters and patch contributors not mentioned above. == Copyright Copyright (C) 2007, 2008, 2009, 2010 Christian Neukirchen <http://purl.org/net/chneukirchen> @@ -413,12 +414,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. == Links Rack:: <http://rack.rubyforge.org/> -Rack's Rubyforge project:: <http://rubyforge.org/projects/rack> Official Rack repositories:: <http://github.com/rack> -Rack Lighthouse Bug Tracking:: <http://rack.lighthouseapp.com/> +Rack Bug Tracking:: <http://github.com/rack/rack/issues> rack-devel mailing list:: <http://groups.google.com/group/rack-devel> +Rack's Rubyforge project:: <http://rubyforge.org/projects/rack> Christian Neukirchen:: <http://chneukirchen.org/>