1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
This commit is contained in:
Nate Berkopec 2016-11-22 07:04:48 -07:00
parent cc4e8105dc
commit aa9ce425ab
2 changed files with 10 additions and 2 deletions

View file

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

View file

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