From bdb3478fb6ed39069270610aec4f97b9287544ff Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Wed, 26 Nov 2014 22:47:16 -0800 Subject: [PATCH] Bump to 2.10.2 --- History.txt | 8 ++++++++ lib/puma/const.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 233e1108..0270cfff 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,11 @@ +=== 2.10.2 / 2014-11-26 + +* 1 bug fix: + * Conditionalize thread local cleaning, fixes perf degradation fix + The code to clean out all Thread locals adds pretty significant + overhead to a each request, so it has to be turned on explicitly + if a user needs it. + === 2.10.1 / 2014-11-24 * 1 bug fix: diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 4175f2d8..c07502ec 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -28,7 +28,7 @@ module Puma # too taxing on performance. module Const - PUMA_VERSION = VERSION = "2.10.1".freeze + PUMA_VERSION = VERSION = "2.10.2".freeze CODE_NAME = "Robots on Comets".freeze FAST_TRACK_KA_TIMEOUT = 0.2