Skip to content

Commit

Permalink
prepare for 1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Feb 24, 2014
1 parent 1e93f69 commit a03cabf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 1.1.14 (xx/xx/xx)
## 1.1.14 (24/02/14)

- re-invent the ErrorApp without Rack::File and with support for 503(.html)
- when jruby.rack.error.app is set - make sure it's actually used (fixes #166)
- review Railtie for setting relative_url_root - do not override if already set
- support setting a "relative url root" even with plain rack applications for
now needs to be explicitly configured with rack.relative_url_root_variable
- honor the set `config.log_formatter` when setting up logger in Rails
- when a header is added response should be considered handled (#153)
- support for returning managed applications from rack factory decorators
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby.rack</groupId>
<artifactId>jruby-rack</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</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.14.SNAPSHOT'
VERSION = '1.1.14'
end
end

0 comments on commit a03cabf

Please sign in to comment.