README in rack-1.2.2 vs README in rack-1.2.3
- 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,10 +315,34 @@
* 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.
+* 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
+ * Allow files with '..', but not path components that are '..'
+ * rackup accepts handler-specific options on the command line
+ * Request#params no longer merges POST into GET (but returns the same)
+ * Use URI.encode_www_form_component instead. Use core methods for escaping.
+ * Allow multi-line comments in the config file
+ * 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
+
+* May 22nd, 2011: Fourteenth public release 1.2.3
+ * Pulled in relevant bug fixes from 1.3
+ * Fixed 1.8.6 support
+
== Contact
Please post bugs, suggestions and patches to
the bug tracker at <http://github.com/rack/rack/issues>.
@@ -368,11 +392,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>
@@ -394,12 +418,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/>