Navigation Menu

Skip to content

Commit

Permalink
Updated history, preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Feb 11, 2011
1 parent 58614dd commit 5acdca9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions History.txt
Expand Up @@ -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)

Expand Down

0 comments on commit 5acdca9

Please sign in to comment.