mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
3.6.1 History update
Cherry-pick from that branch
This commit is contained in:
parent
78b4ab0196
commit
0b41cb3a7a
2 changed files with 14 additions and 1 deletions
13
History.md
13
History.md
|
@ -1,3 +1,16 @@
|
|||
## 3.6.1 / 2016-11-21
|
||||
|
||||
* 8 bug fixes:
|
||||
|
||||
* Fix Puma start in init.d script.
|
||||
* Fix default SSL mode back to none. Fixes #1036
|
||||
* Fixed the issue of @listeners getting nil io, fix rails restart (#1120)
|
||||
* More gracefully deal with SSL sessions. Fixes #1002
|
||||
* Prevent short term thread churn.
|
||||
* Provide write as <<. Fixes #1089
|
||||
* Fix access priorities of each level in LeveledOptions - fixes TTIN.
|
||||
* Stub description files updated for init.d.
|
||||
|
||||
## 3.6.0 / 2016-07-24
|
||||
|
||||
* 12 bug fixes:
|
||||
|
|
|
@ -95,7 +95,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "3.6.0".freeze
|
||||
PUMA_VERSION = VERSION = "3.6.1".freeze
|
||||
CODE_NAME = "Sleepy Sunday Serenity".freeze
|
||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue