1
0
Fork 0
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:
Nate Berkopec 2021-02-22 13:20:14 -07:00
parent 7a2cdf6a7e
commit 7970d14e63
No known key found for this signature in database
GPG key ID: 19616755F4328D71
2 changed files with 5 additions and 3 deletions

View file

@ -1,8 +1,8 @@
## 5.2.2 / 2021-02-
## 5.2.2 / 2021-02-22
* Bugfixes
* 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
@ -1708,6 +1708,8 @@ be added back in a future date when a java Puma::MiniSSL is added.
* Bugfixes
* 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"
[#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"

View file

@ -100,7 +100,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "5.2.1".freeze
PUMA_VERSION = VERSION = "5.2.2".freeze
CODE_NAME = "Fettisdagsbulle".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze