mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 2.8.1
This commit is contained in:
parent
b3cc66fbe9
commit
d57385ff69
2 changed files with 17 additions and 1 deletions
16
History.txt
16
History.txt
|
@ -1,3 +1,19 @@
|
|||
=== 2.8.1 / 2014-03-06
|
||||
|
||||
* 1 bug fixes:
|
||||
* Run puma-wild with proper deps for prune_bundler
|
||||
|
||||
* 2 doc changes:
|
||||
* Described the configuration file finding behavior added in 2.8.0 and how to disable it.
|
||||
* Start the deployment doc
|
||||
|
||||
* 6 PRs merged:
|
||||
* Merge pull request #471 from arthurnn/fix_test
|
||||
* Merge pull request #485 from joneslee85/patch-9
|
||||
* Merge pull request #486 from joshwlewis/patch-1
|
||||
* Merge pull request #490 from tobinibot/patch-1
|
||||
* Merge pull request #491 from brianknight10/clarify-no-config
|
||||
|
||||
=== 2.8.0 / 2014-02-28
|
||||
|
||||
* 8 minor features:
|
||||
|
|
|
@ -28,7 +28,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "2.8.0".freeze
|
||||
PUMA_VERSION = VERSION = "2.8.1".freeze
|
||||
CODE_NAME = "Sir Edmund Percival Hillary".freeze
|
||||
|
||||
FAST_TRACK_KA_TIMEOUT = 0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue