Fixed wording in docs/changes.xml for the 1.23.0 release.

This commit is contained in:
Artem Konev
2021-03-25 14:03:45 +00:00
parent b8052b050e
commit 0e91854ad4

View File

@@ -11,14 +11,15 @@
<change type="feature"> <change type="feature">
<para> <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. Indication (SNI) TLS extension.
</para> </para>
</change> </change>
<change type="feature"> <change type="feature">
<para> <para>
"--mandir" ./configure option to specify the directory for man page installation. "--mandir" ./configure option to specify the directory for man page
installation.
</para> </para>
</change> </change>
@@ -31,21 +32,21 @@ appeared in 1.17.0.
<change type="bugfix"> <change type="bugfix">
<para> <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. appeared in 1.6.
</para> </para>
</change> </change>
<change type="bugfix"> <change type="bugfix">
<para> <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. small WebSocket frames from a client; the bug had appeared in 1.19.0.
</para> </para>
</change> </change>
<change type="bugfix"> <change type="bugfix">
<para> <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. reconfiguring an application; the bug had appeared in 1.19.0.
</para> </para>
</change> </change>
@@ -67,13 +68,14 @@ certificate with a non-DNS SAN entry.
<change type="bugfix"> <change type="bugfix">
<para> <para>
the controller process could crash on manipulations with a certificate 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> </para>
</change> </change>
<change type="bugfix"> <change type="bugfix">
<para> <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> </para>
</change> </change>