mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 2.12.2
This commit is contained in:
parent
5c9f871771
commit
2c318653f2
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
=== 2.12.2 / 2015-07-17
|
||||
|
||||
* 1 bug fix:
|
||||
* Pull over and use Rack::URLMap. Fixes #741
|
||||
|
||||
=== 2.12.1 / 2015-07-16
|
||||
|
||||
* 2 bug fixes:
|
||||
|
|
|
@ -53,6 +53,7 @@ lib/puma/rack/backports/uri/common_18.rb
|
|||
lib/puma/rack/backports/uri/common_192.rb
|
||||
lib/puma/rack/backports/uri/common_193.rb
|
||||
lib/puma/rack/builder.rb
|
||||
lib/puma/rack/urlmap.rb
|
||||
lib/puma/rack_default.rb
|
||||
lib/puma/reactor.rb
|
||||
lib/puma/runner.rb
|
||||
|
|
|
@ -99,7 +99,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "2.12.1".freeze
|
||||
PUMA_VERSION = VERSION = "2.12.2".freeze
|
||||
CODE_NAME = "Plutonian Photo Shoot".freeze
|
||||
|
||||
FAST_TRACK_KA_TIMEOUT = 0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue