Edited changes.xml for the 1.25.0 release.

This commit is contained in:
Artem Konev
2021-08-19 16:15:07 +03:00
parent e0aa132172
commit 8b3a8eaf98

View File

@@ -57,14 +57,14 @@ application restart control.
<change type="feature"> <change type="feature">
<para> <para>
client IP address replacement from specified HTTP header field. client IP address replacement from a specified HTTP header field.
</para> </para>
</change> </change>
<change type="bugfix"> <change type="bugfix">
<para> <para>
TLS connection was rejected for configuration with more than one TLS connections were rejected for configurations with multiple
certificate bundle in a listener if a client did not use SNI. certificate bundles in a listener if the client did not use SNI.
</para> </para>
</change> </change>
@@ -72,13 +72,13 @@ certificate bundle in a listener if a client did not use SNI.
<change type="bugfix"> <change type="bugfix">
<para> <para>
the router process could crash on TLS connection open when multiple listeners the router process could crash on TLS connection open when multiple listeners
with TLS certificate configured; the bug had appeared in 1.23.0. with TLS certificates were configured; the bug had appeared in 1.23.0.
</para> </para>
</change> </change>
<change type="bugfix"> <change type="bugfix">
<para> <para>
the router process could crash on rapid mutithreaded application the router process could crash with frequent mutithreaded application
reconfiguration. reconfiguration.
</para> </para>
</change> </change>
@@ -99,7 +99,7 @@ a full-form IPv6 in a listener address.
<change type="bugfix"> <change type="bugfix">
<para> <para>
compatibility issues with some Python ASGI apps, notably based on Starlette compatibility issues with some Python ASGI apps, notably based on the Starlette
framework. framework.
</para> </para>
</change> </change>