1
0
Fork 0
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:
Evan Phoenix 2015-07-17 10:53:24 -07:00
parent 5c9f871771
commit 2c318653f2
3 changed files with 7 additions and 1 deletions

View file

@ -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:

View file

@ -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

View file

@ -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