Skip to content

Commit bae8b2c

Browse files
committed
[release] prepare for 1.1.22
1 parent c5e2b1b commit bae8b2c

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

History.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
## 1.1.22
2+
3+
- compile using Java 6 source compat
4+
- update (bundled) rack to 1.6.13
5+
- avoid NativeException - not used on recent JRuby
6+
- avoid Fixnum warning - assume recent JRuby
7+
- Add error message to log when runtime error is handled (#213)
8+
19
## 1.1.21 (17/09/17)
210

311
- update (bundled) rack to 1.6.8
412
- add Rack::Handler::Servlet::DefaultEnv#get_header (#212)
513
missing methods to handle ActionController::Base#reset_session
6-
- can only safely stream natively on ActionDispatch <= 3.2 (#210)
14+
- can only safely stream natively on ActionDispatch <= 3.2 (#210)
715
(broken Rails streaming for Rails 4.x)
816
- when handling OPTION calls ignore both 'Date' and 'Allow' headers (#205)
917

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.jruby.rack</groupId>
1212
<artifactId>jruby-rack</artifactId>
13-
<version>1.1.22-SNAPSHOT</version>
13+
<version>1.1.22</version>
1414
<name>JRuby-Rack</name>
1515
<url>http://github.com/jruby/jruby-rack/</url>
1616
<description>
@@ -355,4 +355,3 @@
355355
</profiles>
356356

357357
</project>
358-

src/main/ruby/jruby/rack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
module JRuby
1010
module Rack
11-
VERSION = '1.1.22.SNAPSHOT'
11+
VERSION = '1.1.22'
1212
end
1313
end

0 commit comments

Comments
 (0)