Skip to content

Commit 13822ac

Browse files
committed
prepare for 1.1.16
1 parent 470ac08 commit 13822ac

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

History.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 1.1.15 (24/07/14)
1+
## 1.1.16 (14/08/14)
2+
3+
- deal with `real_path` (file-system) layout regression introduced in 1.1.15
4+
5+
Changes from 1.1.15 apply since the previous release got yanked due a regression.
6+
7+
## 1.1.15 (ya/nk/ed)
28

39
- deal with potential getParameterMap "bugs" - null values e.g. on Jetty 6 (#154)
410
- support filter init-param to configure whether response is handled "by default"

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.16-SNAPSHOT</version>
12+
<version>1.1.16</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.16.SNAPSHOT'
10+
VERSION = '1.1.16'
1111
end
1212
end

0 commit comments

Comments
 (0)