mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
5.2.2 [ci skip]
This commit is contained in:
parent
7a2cdf6a7e
commit
7970d14e63
2 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
## 5.2.2 / 2021-02-
|
## 5.2.2 / 2021-02-22
|
||||||
|
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
* Add `#flush` and `#sync` methods to `Puma::NullIO` ([#2553])
|
* Add `#flush` and `#sync` methods to `Puma::NullIO` ([#2553])
|
||||||
* Restore `sync=true` on `STDOUT` and `STDERR` streams #2557
|
* Restore `sync=true` on `STDOUT` and `STDERR` streams ([#2557])
|
||||||
|
|
||||||
## 5.2.1 / 2021-02-05
|
## 5.2.1 / 2021-02-05
|
||||||
|
|
||||||
|
@ -1708,6 +1708,8 @@ be added back in a future date when a java Puma::MiniSSL is added.
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
* Your bugfix goes here <Most recent on the top, like GitHub> (#Github Number)
|
* Your bugfix goes here <Most recent on the top, like GitHub> (#Github Number)
|
||||||
|
|
||||||
|
[#2557]:https://github.com/puma/puma/pull/2557 "PR by @cjlarose, merged 2021-02-22"
|
||||||
|
[#2553]:https://github.com/puma/puma/pull/2553 "PR by @olivierbellone, merged 02-10-22"
|
||||||
[#2550]:https://github.com/puma/puma/pull/2550 "PR by @MSP-Greg, merged 2021-02-05"
|
[#2550]:https://github.com/puma/puma/pull/2550 "PR by @MSP-Greg, merged 2021-02-05"
|
||||||
[#2547]:https://github.com/puma/puma/pull/2547 "PR by @wildmaples, merged 2021-02-03"
|
[#2547]:https://github.com/puma/puma/pull/2547 "PR by @wildmaples, merged 2021-02-03"
|
||||||
[#2543]:https://github.com/puma/puma/pull/2543 "PR by @MSP-Greg, merged 2021-02-01"
|
[#2543]:https://github.com/puma/puma/pull/2543 "PR by @MSP-Greg, merged 2021-02-01"
|
||||||
|
|
|
@ -100,7 +100,7 @@ module Puma
|
||||||
# too taxing on performance.
|
# too taxing on performance.
|
||||||
module Const
|
module Const
|
||||||
|
|
||||||
PUMA_VERSION = VERSION = "5.2.1".freeze
|
PUMA_VERSION = VERSION = "5.2.2".freeze
|
||||||
CODE_NAME = "Fettisdagsbulle".freeze
|
CODE_NAME = "Fettisdagsbulle".freeze
|
||||||
|
|
||||||
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
|
||||||
|
|
Loading…
Add table
Reference in a new issue