From 32b1fb3742e5918e0e79ee705b48c912a1f0742d Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Fri, 26 Feb 2016 10:34:10 -0800 Subject: [PATCH] Bump to 3.0.2 --- History.txt | 16 ++++++++++++++++ lib/puma/const.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 241c3306..1c745022 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,19 @@ +=== 3.0.2 / 2016-02-26 + +* 5 bug fixes: + + * Fix 'undefined local variable or method `pid` for #' when execute pumactl with `--pid` option. + * Fix 'undefined method `windows?` for Puma:Module' when execute pumactl. + * Harden tmp_restart against errors related to the restart file + * Make `plugin :tmp_restart` behavior correct in Windows. + * fix uninitialized constant Puma::ControlCLI::StateFile + +* 3 PRs merged: + + * Merge pull request #901 from mitto/fix-pumactl-uninitialized-constant-statefile + * Merge pull request #902 from corrupt952/fix_undefined_method_and_variable_when_execute_pumactl + * Merge pull request #905 from Eric-Guo/master + === 3.0.1 / 2016-02-25 * 1 bug fix: diff --git a/lib/puma/const.rb b/lib/puma/const.rb index fd865df5..ae74f6d4 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 = "3.0.1".freeze + PUMA_VERSION = VERSION = "3.0.2".freeze CODE_NAME = "Plethora of Penguin Pinatas".freeze FAST_TRACK_KA_TIMEOUT = 0.2