File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
9
## 1.1.21 (17/09/17)
2
10
3
11
- update (bundled) rack to 1.6.8
4
12
- add Rack::Handler::Servlet::DefaultEnv#get_header (#212 )
5
13
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 )
7
15
(broken Rails streaming for Rails 4.x)
8
16
- when handling OPTION calls ignore both 'Date' and 'Allow' headers (#205 )
9
17
Original file line number Diff line number Diff line change 10
10
11
11
<groupId >org.jruby.rack</groupId >
12
12
<artifactId >jruby-rack</artifactId >
13
- <version >1.1.22-SNAPSHOT </version >
13
+ <version >1.1.22</version >
14
14
<name >JRuby-Rack</name >
15
15
<url >http://github.com/jruby/jruby-rack/</url >
16
16
<description >
355
355
</profiles >
356
356
357
357
</project >
358
-
Original file line number Diff line number Diff line change 8
8
9
9
module JRuby
10
10
module Rack
11
- VERSION = '1.1.22.SNAPSHOT '
11
+ VERSION = '1.1.22'
12
12
end
13
13
end
You can’t perform that action at this time.
0 commit comments