From 2c318653f2f0acdc91aa7c5f9532b860878980a0 Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Fri, 17 Jul 2015 10:53:24 -0700 Subject: [PATCH] Bump to 2.12.2 --- History.txt | 5 +++++ Manifest.txt | 1 + lib/puma/const.rb | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 15cf1fc7..77591f81 100644 --- a/History.txt +++ b/History.txt @@ -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: diff --git a/Manifest.txt b/Manifest.txt index 65dc51d2..611e1fa5 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -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 diff --git a/lib/puma/const.rb b/lib/puma/const.rb index ce8fd86a..62968e22 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.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