From ff85d140790ee6307b189c3237ccfd9db6ed85d7 Mon Sep 17 00:00:00 2001 From: kares Date: Wed, 1 Jul 2015 06:24:42 +0200 Subject: [PATCH] prepare for 1.1.19 --- History.md | 7 +++++++ pom.xml | 2 +- src/main/ruby/jruby/rack/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index c64169d1..4b76caa0 100644 --- a/History.md +++ b/History.md @@ -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) diff --git a/pom.xml b/pom.xml index bf74e353..1e9a849c 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.jruby.rack jruby-rack - 1.1.19-SNAPSHOT + 1.1.19 JRuby-Rack http://github.com/jruby/jruby-rack/ diff --git a/src/main/ruby/jruby/rack/version.rb b/src/main/ruby/jruby/rack/version.rb index e7cd380d..9813e0de 100644 --- a/src/main/ruby/jruby/rack/version.rb +++ b/src/main/ruby/jruby/rack/version.rb @@ -7,6 +7,6 @@ module JRuby module Rack - VERSION = '1.1.19.SNAPSHOT' + VERSION = '1.1.19' end end