Skip to content

Commit

Permalink
Bump to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Feb 26, 2016
1 parent a57b166 commit 32b1fb3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions History.txt
@@ -1,3 +1,19 @@
=== 3.0.2 / 2016-02-26

* 5 bug fixes:

* Fix 'undefined local variable or method `pid` for #<Puma::ControlCLI:0x007f185fcef968>' 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:
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/const.rb
Expand Up @@ -99,7 +99,7 @@ class UnsupportedOption < RuntimeError
# 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
Expand Down

0 comments on commit 32b1fb3

Please sign in to comment.