Skip to content

Commit c801c8e

Browse files
committed
prepare for 1.1.18
1 parent 01fbc0f commit c801c8e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.1.18 (13/01/15)
2+
3+
- back-port Rack::ShowStatus to be used with out ErrorApp (contains XSS fix #190)
4+
- search rackup (config.ru) on context-classloader if not found elsewhere
5+
- introduce a new ClassPathLayout where the whole app + gems are on CP (#191)
6+
- update to (vendored) rack ~> 1.5.2 (for JRuby-Rack 1.1.x)
7+
- use Rack::Utils.best_q_match in ErrorApp if available
8+
- improved rack-compatibility for our "pure" servlet-env request env parsing
9+
* raise a TypeError just like rack does when it detects invalid parameters
10+
* compatibility with rack's parse_nested_query logic
11+
112
## 1.1.17 (30/12/14)
213

314
This release changes deployment from codehaus.org to oss.sonatype.org for artifacts.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.jruby.rack</groupId>
1212
<artifactId>jruby-rack</artifactId>
13-
<version>1.1.18-SNAPSHOT</version>
13+
<version>1.1.18</version>
1414
<name>JRuby-Rack</name>
1515
<url>http://github.com/jruby/jruby-rack/</url>
1616
<description>

src/main/ruby/jruby/rack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
module JRuby
99
module Rack
10-
VERSION = '1.1.18.SNAPSHOT'
10+
VERSION = '1.1.18'
1111
end
1212
end

0 commit comments

Comments
 (0)