comparison text/en/CHANGES @ 3082:796fbd13ae36

freenginx-1.27.0
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 14 May 2024 17:59:30 +0300
parents 619538194516
children f7c8eeeaeafe
comparison
equal deleted inserted replaced
3081:eb5950986b11 3082:796fbd13ae36
1
2 Changes with freenginx 1.27.0 14 May 2024
3
4 *) Feature: updated descriptions of HTTP status codes.
5 Thanks to Michiel W. Beijen.
6
7 *) Change: now, if an error occurs during reading a request body, the
8 request body is automatically discarded, and for complex error
9 processing, such as proxying, it is no longer needed to explicitly
10 disable passing of the request body to the proxied server.
11
12 *) Change: the logging level of the "SSL alert number N" and "invalid
13 alert" SSL errors has been lowered from "crit" to "info".
14
15 *) Change: now freenginx always returns an error if a header name is not
16 followed by a colon.
17 Thanks to Maksim Yevmenkin.
18
19 *) Feature: the "off" parameter of the "pid" directive.
20
21 *) Feature: now during reconfiguration no attempt to recreate the PID
22 file is made if the name in the "pid" directive was changed, but
23 points to the same file via symlinks.
24
25 *) Workaround: "PID file ... not readable (yet?) after start" and
26 "Failed to parse PID from file..." errors might appear when starting
27 with systemd.
28
29 *) Bugfix: no error was written to the error log when a timeout occurred
30 during reading a request body.
31
32 *) Bugfix: redirecting errors with code 413 with the "error_page"
33 directive worked incorrectly when using HTTP/2 and HTTP/3.
34
35 *) Bugfix: freenginx could not be built on NetBSD 10.0.
36
37 *) Bugfix: in HTTP/3.
38
1 39
2 Changes with freenginx 1.25.5 02 Apr 2024 40 Changes with freenginx 1.25.5 02 Apr 2024
3 41
4 *) Change: MIME type for the "bmp" extension has been changed to 42 *) Change: MIME type for the "bmp" extension has been changed to
5 "image/bmp", for the "rar" extension to "application/vnd.rar", and 43 "image/bmp", for the "rar" extension to "application/vnd.rar", and