diff options
author | Valentin Bartenev <vbart@nginx.com> | 2021-03-25 17:14:27 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2021-03-25 17:14:27 +0300 |
commit | 6ecc9e81980550a35183cd19640da1982f10f28a (patch) | |
tree | 73e084e3a4bd40cd43b0f3462321ecf622f9770e | |
parent | 0e91854ad470b760f1814baa565e8dfdc28d2282 (diff) | |
download | unit-6ecc9e81980550a35183cd19640da1982f10f28a.tar.gz unit-6ecc9e81980550a35183cd19640da1982f10f28a.tar.bz2 |
Added version 1.23.0 CHANGES.
-rw-r--r-- | CHANGES | 40 | ||||
-rw-r--r-- | docs/changes.xml | 24 |
2 files changed, 63 insertions, 1 deletions
@@ -1,4 +1,44 @@ +Changes with Unit 1.23.0 25 Mar 2021 + + *) Feature: support for multiple certificate bundles on a listener via + the Server Name Indication (SNI) TLS extension. + + *) Feature: "--mandir" ./configure option to specify the directory for + man page installation. + + *) Bugfix: the router process could crash on premature TLS connection + close; the bug had appeared in 1.17.0. + + *) Bugfix: a connection leak occurred on premature TLS connection close; + the bug had appeared in 1.6. + + *) Bugfix: a descriptor and memory leak occurred in the router process + when processing small WebSocket frames from a client; the bug had + appeared in 1.19.0. + + *) Bugfix: a descriptor leak occurred in the router process when + removing or reconfiguring an application; the bug had appeared in + 1.19.0. + + *) Bugfix: persistent storage of certificates might've not worked with + some filesystems in Linux, and all uploaded certificate bundles were + forgotten after restart. + + *) Bugfix: the controller process could crash while requesting + information about a certificate with a non-DNS SAN entry. + + *) Bugfix: the controller process could crash on manipulations with a + certificate containing a SAN and no standard name attributes in + subject or issuer. + + *) Bugfix: the Ruby module didn't respect the user locale for defaults + in the Encoding class. + + *) Bugfix: the PHP 5 module failed to build with thread safety enabled; + the bug had appeared in 1.22.0. + + Changes with Unit 1.22.0 04 Feb 2021 *) Feature: the ServerRequest and ServerResponse objects of Node.js diff --git a/docs/changes.xml b/docs/changes.xml index 7b27caf0..7656c15a 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,8 +5,30 @@ <change_log title="unit"> +<changes apply="unit-php + unit-python unit-python2.7 + unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 + unit-python3.8 unit-python3.9 + unit-go + unit-perl + unit-ruby + unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13 + unit-jsc14 unit-jsc15" + ver="1.23.0" rev="1" + date="2021-03-25" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.23.0. +</para> +</change> + +</changes> + + <changes apply="unit" ver="1.23.0" rev="1" - date="" time="" + date="2021-03-25" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> <change type="feature"> |