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:
parent
3cbe5219a2
commit
4332f86fba
2 changed files with 13 additions and 1 deletions
12
History.txt
12
History.txt
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue