1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Bump to 2.9.1

This commit is contained in:
Evan Phoenix 2014-09-05 11:34:59 -07:00
parent 3cbe5219a2
commit 4332f86fba
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,15 @@
=== 2.9.1 / 2014-09-05
* 4 bug fixes:
* Cleanup the SSL related structures properly, fixes memory leak
* Fix thread spawning edge case.
* Force a worker check after a worker boots, don't wait 5sec. Fixes #574
* Implement SIGHUP for logs reopening
* 2 PRs merged:
* Merge pull request #561 from theoldreader/sighup
* Merge pull request #570 from havenwood/spawn-thread-edge-case
=== 2.9.0 / 2014-07-12
* 1 minor feature:

View file

@ -28,7 +28,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "2.9.0".freeze
PUMA_VERSION = VERSION = "2.9.1".freeze
CODE_NAME = "Team High Five".freeze
FAST_TRACK_KA_TIMEOUT = 0.2