Skip to content

Commit a03cabf

Browse files
committed
prepare for 1.1.14
1 parent 1e93f69 commit a03cabf

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

History.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
## 1.1.14 (xx/xx/xx)
1+
## 1.1.14 (24/02/14)
22

3+
- re-invent the ErrorApp without Rack::File and with support for 503(.html)
4+
- when jruby.rack.error.app is set - make sure it's actually used (fixes #166)
5+
- review Railtie for setting relative_url_root - do not override if already set
6+
- support setting a "relative url root" even with plain rack applications for
7+
now needs to be explicitly configured with rack.relative_url_root_variable
38
- honor the set `config.log_formatter` when setting up logger in Rails
49
- when a header is added response should be considered handled (#153)
510
- support for returning managed applications from rack factory decorators

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.jruby.rack</groupId>
1111
<artifactId>jruby-rack</artifactId>
12-
<version>1.1.14-SNAPSHOT</version>
12+
<version>1.1.14</version>
1313
<name>JRuby-Rack</name>
1414
<url>http://github.com/jruby/jruby-rack/</url>
1515
<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.14.SNAPSHOT'
10+
VERSION = '1.1.14'
1111
end
1212
end

0 commit comments

Comments
 (0)