Skip to content

Commit

Permalink
prepare for 1.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Aug 14, 2014
1 parent 470ac08 commit 13822ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 1.1.15 (24/07/14)
## 1.1.16 (14/08/14)

- deal with `real_path` (file-system) layout regression introduced in 1.1.15

Changes from 1.1.15 apply since the previous release got yanked due a regression.

## 1.1.15 (ya/nk/ed)

- deal with potential getParameterMap "bugs" - null values e.g. on Jetty 6 (#154)
- support filter init-param to configure whether response is handled "by default"
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.16-SNAPSHOT</version>
<version>1.1.16</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.16.SNAPSHOT'
VERSION = '1.1.16'
end
end

0 comments on commit 13822ac

Please sign in to comment.