diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2023-05-10 16:07:25 +0100 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2023-05-10 16:07:25 +0100 |
commit | ec275200f7b8557877f193a190b285ca4f317a36 (patch) | |
tree | a6f54d3d2828969ae40d0449baf57b48ed037c4b /docs | |
parent | e88e16d11e8d197f27d292540a015cf05af6277f (diff) | |
download | unit-ec275200f7b8557877f193a190b285ca4f317a36.tar.gz unit-ec275200f7b8557877f193a190b285ca4f317a36.tar.bz2 |
Edited "changes.xml" for the 1.30.0 release.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 39 |
1 files changed, 35 insertions, 4 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 4828717b..6745694f 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -45,6 +45,12 @@ Initial release of Java 20 module for NGINX Unit. date="" time="" packager="Nginx Packaging <nginx-packaging@f5.com>"> +<change type="change"> +<para> +remove Unix domain listen sockets upon reconfiguration. +</para> +</change> + <change type="feature"> <para> basic URI rewrite support. @@ -53,13 +59,19 @@ basic URI rewrite support. <change type="feature"> <para> -njs loadable modules support. +NJS loadable modules support. </para> </change> <change type="feature"> <para> -added conditional logging of route selection for HTTP requests. +per-application logging. +</para> +</change> + +<change type="feature"> +<para> +conditional logging of route selection. </para> </change> @@ -71,8 +83,21 @@ support the keys API on the request objects in NJS. <change type="feature"> <para> -added default values for 'make install' pathnames such as prefix; -this allows to do './configure && make && sudo make install'. +default values for 'make install' pathnames such as prefix; +this allows to './configure && make && sudo make install'. +</para> +</change> + +<change type="feature"> +<para> +"server_version" setting to omit the version token from "Server" header field. +</para> +</change> + +<change type="bugfix"> +<para> +request header field values could be corrupted in some cases; the bug had +appeared in 1.29.0. </para> </change> @@ -82,6 +107,12 @@ PHP error handling (added missing 403 and 404 errors). </para> </change> +<change type="bugfix"> +<para> +Perl applications crash on second responder call. +</para> +</change> + </changes> |