1
0
Fork 0
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:
Evan Phoenix 2014-03-06 11:35:54 -08:00
parent b3cc66fbe9
commit d57385ff69
2 changed files with 17 additions and 1 deletions

View file

@ -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:

View file

@ -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