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>"> + + +remove Unix domain listen sockets upon reconfiguration. + + + basic URI rewrite support. @@ -53,13 +59,19 @@ basic URI rewrite support. -njs loadable modules support. +NJS loadable modules support. -added conditional logging of route selection for HTTP requests. +per-application logging. + + + + + +conditional logging of route selection. @@ -71,8 +83,21 @@ support the keys API on the request objects in NJS. -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'. + + + + + +"server_version" setting to omit the version token from "Server" header field. + + + + + +request header field values could be corrupted in some cases; the bug had +appeared in 1.29.0. @@ -82,6 +107,12 @@ PHP error handling (added missing 403 and 404 errors). + + +Perl applications crash on second responder call. + + +