mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
5.1.1
This commit is contained in:
parent
95b5175fc7
commit
f06283473e
2 changed files with 7 additions and 2 deletions
|
@ -10,8 +10,13 @@
|
|||
* Bugfixes
|
||||
* Your bugfix goes here <Most recent on the top, like GitHub> (#Github Number)
|
||||
* Fix compiler warnings, but skipped warnings related to ragel state machine generated code ([#1953])
|
||||
* Fix over eager matching against banned header names ([#2510])
|
||||
|
||||
|
||||
## 5.1.1 / 2020-12-10
|
||||
|
||||
* Bugfixes
|
||||
* Fix over eager matching against banned header names ([#2510])
|
||||
|
||||
## 5.1.0 / 2020-11-30
|
||||
|
||||
* Features
|
||||
|
|
|
@ -100,7 +100,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "5.1.0".freeze
|
||||
PUMA_VERSION = VERSION = "5.1.1".freeze
|
||||
CODE_NAME = "At Your Service".freeze
|
||||
|
||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue