mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 2.11.1
This commit is contained in:
parent
a72c346964
commit
72e59a5380
2 changed files with 11 additions and 1 deletions
10
History.txt
10
History.txt
|
@ -1,3 +1,13 @@
|
||||||
|
=== 2.11.1 / 2015-02-11
|
||||||
|
|
||||||
|
* 2 bug fixes:
|
||||||
|
* Avoid crash in strange restart conditions
|
||||||
|
* Inject the GEM_HOME that bundler into puma-wild's env. Fixes #653
|
||||||
|
|
||||||
|
* 2 PRs merged:
|
||||||
|
* Merge pull request #644 from bpaquet/master
|
||||||
|
* Merge pull request #646 from mkonecny/master
|
||||||
|
|
||||||
=== 2.11.0 / 2015-01-20
|
=== 2.11.0 / 2015-01-20
|
||||||
|
|
||||||
* 9 bug fixes:
|
* 9 bug fixes:
|
||||||
|
|
|
@ -28,7 +28,7 @@ module Puma
|
||||||
# too taxing on performance.
|
# too taxing on performance.
|
||||||
module Const
|
module Const
|
||||||
|
|
||||||
PUMA_VERSION = VERSION = "2.11.0".freeze
|
PUMA_VERSION = VERSION = "2.11.1".freeze
|
||||||
CODE_NAME = "Intrepid Squirrel".freeze
|
CODE_NAME = "Intrepid Squirrel".freeze
|
||||||
|
|
||||||
FAST_TRACK_KA_TIMEOUT = 0.2
|
FAST_TRACK_KA_TIMEOUT = 0.2
|
||||||
|
|
Loading…
Reference in a new issue