Added version 1.24.0 CHANGES.

This commit is contained in:
Valentin Bartenev
2021-05-27 16:06:01 +03:00
parent ff15f25839
commit 340955a75f
2 changed files with 32 additions and 4 deletions

28
CHANGES
View File

@@ -1,4 +1,32 @@
Changes with Unit 1.24.0 27 May 2021
*) Change: PHP added to the default MIME type list.
*) Feature: arbitrary configuration of TLS connections via OpenSSL
commands.
*) Feature: the ability to limit static file serving by MIME types.
*) Feature: support for chrooting, rejecting symlinks, and rejecting
mount point traversal on a per-request basis when serving static
files.
*) Feature: a loader for automatically overriding the "http" and
"websocket" modules in Node.js.
*) Feature: multiple "targets" in Python applications.
*) Feature: compatibility with Ruby 3.0.
*) Bugfix: the router process could crash while closing a TLS
connection.
*) Bugfix: a segmentation fault might have occurred in the PHP module if
fastcgi_finish_request() was used with the "auto_globals_jit" option
enabled.
Changes with Unit 1.23.0 25 Mar 2021 Changes with Unit 1.23.0 25 Mar 2021
*) Feature: support for multiple certificate bundles on a listener via *) Feature: support for multiple certificate bundles on a listener via

View File

@@ -6,7 +6,7 @@
<changes apply="unit-jsc17" ver="1.24.0" rev="1" <changes apply="unit-jsc17" ver="1.24.0" rev="1"
date="" time="" date="2021-05-27" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;"> packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change> <change>
@@ -19,7 +19,7 @@ Initial release of Java 17 module for NGINX Unit.
<changes apply="unit-jsc16" ver="1.24.0" rev="1" <changes apply="unit-jsc16" ver="1.24.0" rev="1"
date="" time="" date="2021-05-27" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;"> packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change> <change>
@@ -41,7 +41,7 @@ Initial release of Java 16 module for NGINX Unit.
unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13 unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13
unit-jsc14 unit-jsc15" unit-jsc14 unit-jsc15"
ver="1.24.0" rev="1" ver="1.24.0" rev="1"
date="" time="" date="2021-05-27" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;"> packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change> <change>
@@ -54,7 +54,7 @@ NGINX Unit updated to 1.24.0.
<changes apply="unit" ver="1.24.0" rev="1" <changes apply="unit" ver="1.24.0" rev="1"
date="" time="" date="2021-05-27" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;"> packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change type="change"> <change type="change">