mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
3.6.2
This commit is contained in:
parent
cc4e8105dc
commit
aa9ce425ab
2 changed files with 10 additions and 2 deletions
10
History.md
10
History.md
|
@ -1,4 +1,12 @@
|
|||
## 3.6.1 / 2016-11-21
|
||||
=== 3.6.2 / 2016-11-22
|
||||
|
||||
* 1 bug fix:
|
||||
|
||||
* Revert #1118/Fix access priorities of each level in LeveledOptions. This
|
||||
had an unintentional side effect of changing the importance of command line
|
||||
options, such as -p.
|
||||
|
||||
=== 3.6.1 / 2016-11-21
|
||||
|
||||
* 8 bug fixes:
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "3.6.1".freeze
|
||||
PUMA_VERSION = VERSION = "3.6.2".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