File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.21 (17/09/17)
2
+
3
+ - update (bundled) rack to 1.6.8
4
+ - add Rack::Handler::Servlet::DefaultEnv#get_header (#212 )
5
+ missing methods to handle ActionController::Base#reset_session
6
+ - can only safely stream natively on ActionDispatch <= 3.2 (#210 )
7
+ (broken Rails streaming for Rails 4.x)
8
+ - when handling OPTION calls ignore both 'Date' and 'Allow' headers (#205 )
9
+
1
10
## 1.1.20 (22/01/16)
2
11
3
12
- pre-maturely avoid Ruby frozen string literals coming at us ... ''.dup meh!
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.21-SNAPSHOT </version >
13
+ <version >1.1.21</version >
14
14
<name >JRuby-Rack</name >
15
15
<url >http://github.com/jruby/jruby-rack/</url >
16
16
<description >
Original file line number Diff line number Diff line change 1
1
#--
2
- # Copyright (c) 2012-2016 Karol Bucek, LTD.
2
+ # Copyright (c) 2012-2017 Karol Bucek, LTD.
3
3
# Copyright (c) 2010-2012 Engine Yard, Inc.
4
4
# Copyright (c) 2007-2009 Sun Microsystems, Inc.
5
5
# This source code is available under the MIT license.
8
8
9
9
module JRuby
10
10
module Rack
11
- VERSION = '1.1.21.SNAPSHOT '
11
+ VERSION = '1.1.21'
12
12
end
13
13
end
You can’t perform that action at this time.
0 commit comments