[DRE-commits] [SCM] ruby-rack.git branch, master, updated. debian/1.3.1-1-8-ge579ca8

Paul van Tilburg paul at luon.net
Tue Jan 3 21:55:24 UTC 2012


The following commit has been merged in the master branch:
commit da3d4b662cf8bc6fec97b476292b500b3e2694b1
Merge: 432c357bb9a1a1a571dfe980f272f3384ed77baf e159324894bae9405eecb6464f86364b5750e779
Author: Paul van Tilburg <paul at luon.net>
Date:   Tue Jan 3 22:38:42 2012 +0100

    Merge commit 'upstream/1.4.0' and resolved conflicts

diff --combined README.rdoc
index f509fb7,664f021..837e14a
--- a/README.rdoc
+++ b/README.rdoc
@@@ -355,7 -355,7 +355,7 @@@ run on port 11211) and memcache-client 
  * July 16, 2011: Sixteenth public release 1.3.2
    * Fix for Rails and rack-test, Rack::Utils#escape calls to_s
  
 -* Not Yet Released: Seventeenth public release 1.3.3
 +* September 16, 2011: Seventeenth public release 1.3.3
    * Fix bug with broken query parameters in Rack::ShowExceptions
    * Rack::Request#cookies no longer swallows exceptions on broken input
    * Prevents XSS attacks enabled by bug in Ruby 1.8's regexp engine
@@@ -373,6 -373,25 +373,25 @@@
  * October 17, 2011: Twentieth public release 1.3.5
    * Fix annoying warnings caused by the backport in 1.3.4
  
+ * December 28th, 2011: Twenty fourth public release 1.4.0
+   * Ruby 1.8.6 support has officially been dropped. Not all tests pass.
+   * Raise sane error messages for broken config.ru
+   * Allow combining run and map in a config.ru
+   * Rack::ContentType will not set Content-Type for responses without a body
+   * Status code 205 does not send a response body
+   * Rack::Response::Helpers will not rely on instance variables
+   * Rack::Utils.build_query no longer outputs '=' for nil query values
+   * Various mime types added
+   * Rack::MockRequest now supports HEAD
+   * Rack::Directory now supports files that contain RFC3986 reserved chars
+   * Rack::File now only supports GET and HEAD requests
+   * Rack::Server#start now passes the block to Rack::Handler::<h>#run
+   * Rack::Static now supports an index option
+   * Added the Teapot status code
+   * rackup now defaults to Thin instead of Mongrel (if installed)
+   * Support added for HTTP_X_FORWARDED_SCHEME
+   * Numerous bug fixes, including many fixes for new and alternate rubies
+ 
  == Contact
  
  Please post bugs, suggestions and patches to

-- 
ruby-rack.git



More information about the Pkg-ruby-extras-commits mailing list