From 5acdca96ba51e8af0b5f2426771b534124f0b917 Mon Sep 17 00:00:00 2001 From: Nick Sieger Date: Fri, 11 Feb 2011 00:19:23 -0600 Subject: [PATCH] Updated history, preparing for release --- History.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/History.txt b/History.txt index 5d32b2be..0357368a 100644 --- a/History.txt +++ b/History.txt @@ -24,6 +24,15 @@ exceptions - GH#5: Experimental background spooling enabled by `jruby.rack.background.spool` context parameter +- JRUBY_RACK-39: Proper routing of / => /index.html (if it exists). + New config properties `jruby.rack.filter.adds.html` and + `jruby.rack.filter.verify.resource.exists` to tweak this behavior. +- Improved error and environment capture when something goes wrong, + e.g., `no such file to load` errors. Now a status dump will be put + in the server log. In the future, we may hook up a remote bug + submission capture process. +- Add env['SERVER_SOFTWARE'] to Rack environment. +- Hack around Bundler bug #1033 == 1.0.5 (01/11/11)