mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
commit
43e2739bf2
5 changed files with 16 additions and 1 deletions
15
History.md
15
History.md
|
@ -1,3 +1,18 @@
|
|||
## Master
|
||||
|
||||
* x features
|
||||
|
||||
* x bugfixes
|
||||
|
||||
## 3.12.1 / 2019-01-08
|
||||
|
||||
* 1 features
|
||||
* Internal strings are frozen (#1649)
|
||||
* 3 bugfixes
|
||||
* Fix chunked ending check (#1607)
|
||||
* Rack handler should use provided default host (#1700)
|
||||
* Better support for detecting runtimes that support `fork` (#1630)
|
||||
|
||||
## 3.12.0 / 2018-07-13
|
||||
|
||||
* 5 features:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
@ -100,7 +100,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "3.12.0".freeze
|
||||
PUMA_VERSION = VERSION = "3.12.1".freeze
|
||||
CODE_NAME = "Llamas in Pajamas".freeze
|
||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue