diff options
author | Valentin Bartenev <vbart@nginx.com> | 2020-02-06 17:33:44 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2020-02-06 17:33:44 +0300 |
commit | 672602d1eeadf890a41822d5523e6f92cdbc9611 (patch) | |
tree | ca6acc8b8005e991fba16303fd4e2723a29ab002 /CHANGES | |
parent | 12e15ba43b97fe54485c6251e7d17bcb563cf0fd (diff) | |
download | unit-672602d1eeadf890a41822d5523e6f92cdbc9611.tar.gz unit-672602d1eeadf890a41822d5523e6f92cdbc9611.tar.bz2 |
Added version 1.15.0 CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,4 +1,19 @@ +Changes with Unit 1.15.0 06 Feb 2020 + + *) Change: extensions of dynamically requested PHP scripts were + restricted to ".php". + + *) Feature: compatibility with Ruby 2.7. + + *) Bugfix: segmentation fault might have occurred in the router process + with multiple application processes under load; the bug had appeared + in 1.14.0. + + *) Bugfix: receiving request body over TLS connection might have + stalled. + + Changes with Unit 1.14.0 26 Dec 2019 *) Change: the Go package import name changed to "unit.nginx.org/go". |