Skip to content

Commit

Permalink
prepare for 1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Jul 1, 2015
1 parent 7eda40a commit ff85d14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.19 (30/06/15)

- update (bundled) rack to 1.5.5
- servlet attrs with null/false values should not end up with an '' env value (#195)
- tune ErrorApp + ShowStatus to respect set 'rack.showstatus.detail' (#194)
- allow for more `JRuby::Rack::ErrorApp` customizations + retrieve cause when needed

## 1.1.18 (13/01/15)

- back-port Rack::ShowStatus to be used with out ErrorApp (contains XSS fix #190)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.jruby.rack</groupId>
<artifactId>jruby-rack</artifactId>
<version>1.1.19-SNAPSHOT</version>
<version>1.1.19</version>
<name>JRuby-Rack</name>
<url>http://github.com/jruby/jruby-rack/</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/ruby/jruby/rack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

module JRuby
module Rack
VERSION = '1.1.19.SNAPSHOT'
VERSION = '1.1.19'
end
end

0 comments on commit ff85d14

Please sign in to comment.