diff options
author | Artem Konev <artem.konev@nginx.com> | 2021-03-25 14:03:45 +0000 |
---|---|---|
committer | Artem Konev <artem.konev@nginx.com> | 2021-03-25 14:03:45 +0000 |
commit | 0e91854ad470b760f1814baa565e8dfdc28d2282 (patch) | |
tree | 66f8cbd1135cac866df46ef0b2948f65a5fb1323 /docs/changes.xml | |
parent | b8052b050e0111400c59f35e76c013d8ee553ea9 (diff) | |
download | unit-0e91854ad470b760f1814baa565e8dfdc28d2282.tar.gz unit-0e91854ad470b760f1814baa565e8dfdc28d2282.tar.bz2 |
Fixed wording in docs/changes.xml for the 1.23.0 release.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 89c4630d..7b27caf0 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -11,14 +11,15 @@ <change type="feature"> <para> -support for multiple certificate bundles on a listener via Server Name +support for multiple certificate bundles on a listener via the Server Name Indication (SNI) TLS extension. </para> </change> <change type="feature"> <para> -"--mandir" ./configure option to specify the directory for man page installation. +"--mandir" ./configure option to specify the directory for man page +installation. </para> </change> @@ -31,21 +32,21 @@ appeared in 1.17.0. <change type="bugfix"> <para> -a connection leak occurring on premature TLS connection close; the bug had +a connection leak occurred on premature TLS connection close; the bug had appeared in 1.6. </para> </change> <change type="bugfix"> <para> -a descriptor and memory leak occurring in the router process when processing +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. </para> </change> <change type="bugfix"> <para> -a descriptor leak occurring in the router process when removing or +a descriptor leak occurred in the router process when removing or reconfiguring an application; the bug had appeared in 1.19.0. </para> </change> @@ -67,13 +68,14 @@ certificate with a non-DNS SAN entry. <change type="bugfix"> <para> the controller process could crash on manipulations with a certificate -containing a SAN and no standart name attributes in subject or issuer. +containing a SAN and no standard name attributes in subject or issuer. </para> </change> <change type="bugfix"> <para> -the Ruby module didn't respect user locale for defaults in the Encoding class. +the Ruby module didn't respect the user locale for defaults in the Encoding +class. </para> </change> |