mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 2.11.2
This commit is contained in:
parent
e3b1f3264c
commit
a3af7ba7ab
2 changed files with 24 additions and 1 deletions
23
History.txt
23
History.txt
|
@ -1,3 +1,26 @@
|
|||
=== 2.11.2 / 2015-04-11
|
||||
|
||||
* 2 minor features:
|
||||
* Add `on_worker_fork` hook, which allows to mimic Unicorn's behavior
|
||||
* Add shutdown_debug config option
|
||||
|
||||
* 4 bug fixes:
|
||||
* Fix the Config constants not being available in the DSL. Fixes #683
|
||||
* Ignore multiple port declarations
|
||||
* Proper 'Connection' header handling compatible with HTTP 1.[01] protocols
|
||||
* Use "Puma" instead of "puma" to reporting to New Relic
|
||||
|
||||
* 1 doc fixes:
|
||||
* Add Gitter badge.
|
||||
|
||||
* 6 PRs merged:
|
||||
* Merge pull request #657 from schneems/schneems/puma-once-port
|
||||
* Merge pull request #658 from Tomohiro/newrelic-dispatcher-default-update
|
||||
* Merge pull request #662 from basecrm/connection-compatibility
|
||||
* Merge pull request #664 from fxposter/on-worker-fork
|
||||
* Merge pull request #667 from JuanitoFatas/doc/gemspec
|
||||
* Merge pull request #672 from chulkilee/refactor
|
||||
|
||||
=== 2.11.1 / 2015-02-11
|
||||
|
||||
* 2 bug fixes:
|
||||
|
|
|
@ -28,7 +28,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "2.11.1".freeze
|
||||
PUMA_VERSION = VERSION = "2.11.2".freeze
|
||||
CODE_NAME = "Intrepid Squirrel".freeze
|
||||
|
||||
FAST_TRACK_KA_TIMEOUT = 0.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue