File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 1.1.15 (24/07/14)
1+ ## 1.1.16 (14/08/14)
2+
3+ - deal with ` real_path ` (file-system) layout regression introduced in 1.1.15
4+
5+ Changes from 1.1.15 apply since the previous release got yanked due a regression.
6+
7+ ## 1.1.15 (ya/nk/ed)
28
39- deal with potential getParameterMap "bugs" - null values e.g. on Jetty 6 (#154 )
410- support filter init-param to configure whether response is handled "by default"
Original file line number Diff line number Diff line change 99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >org.jruby.rack</groupId >
1111 <artifactId >jruby-rack</artifactId >
12- <version >1.1.16-SNAPSHOT </version >
12+ <version >1.1.16</version >
1313 <name >JRuby-Rack</name >
1414 <url >http://github.com/jruby/jruby-rack/</url >
1515 <description >
Original file line number Diff line number Diff line change 77
88module JRuby
99 module Rack
10- VERSION = '1.1.16.SNAPSHOT '
10+ VERSION = '1.1.16'
1111 end
1212end
You can’t perform that action at this time.
0 commit comments