1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

4.3.2 and 3.12.3 release notes

This commit is contained in:
Nate Berkopec 2020-02-27 12:00:46 -06:00
parent c36491756f
commit 850c101a50
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6

View file

@ -8,7 +8,7 @@
* `GC.compact` is called before fork if available (#2093)
* Add `requests_count` to workers stats. (#2106)
* Changed #connected_port to #connected_ports (#2076)
* Bugfixes
* Windows update extconf.rb for use with ssp and varied Ruby/MSYS2 combinations (#2069)
* Preserve `BUNDLE_GEMFILE` env var when using `prune_bundler` (#1893)
@ -20,6 +20,11 @@
* Simplify `Configuration.random_token` and remove insecure fallback (#2102)
* Simplify `Runner#start_control` URL parsing (#2111)
## 4.3.2 and 3.12.3 / 2020-02-27
* Security
* Fix: Prevent HTTP Response splitting via CR/LF in header values. CVE-2020-5247.
## 4.3.1 and 3.12.2 / 2019-12-05
* Security