1
0
Fork 0
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:
Evan Phoenix 2015-02-11 15:45:52 -08:00
parent a72c346964
commit 72e59a5380
2 changed files with 11 additions and 1 deletions

View file

@ -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
* 9 bug fixes:

View file

@ -28,7 +28,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "2.11.0".freeze
PUMA_VERSION = VERSION = "2.11.1".freeze
CODE_NAME = "Intrepid Squirrel".freeze
FAST_TRACK_KA_TIMEOUT = 0.2