comparison text/en/CHANGES @ 2947:39a5ac34d794

nginx-1.23.4
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 Mar 2023 18:06:29 +0300
parents 178f55cf631a
children b0c023422110
comparison
equal deleted inserted replaced
2946:48a673f43844 2947:39a5ac34d794
1
2 Changes with nginx 1.23.4 28 Mar 2023
3
4 *) Change: now TLSv1.3 protocol is enabled by default.
5
6 *) Change: now nginx issues a warning if protocol parameters of a
7 listening socket are redefined.
8
9 *) Change: now nginx closes connections with lingering if pipelining was
10 used by the client.
11
12 *) Feature: byte ranges support in the ngx_http_gzip_static_module.
13
14 *) Bugfix: port ranges in the "listen" directive did not work; the bug
15 had appeared in 1.23.3.
16 Thanks to Valentin Bartenev.
17
18 *) Bugfix: incorrect location might be chosen to process a request if a
19 prefix location longer than 255 characters was used in the
20 configuration.
21
22 *) Bugfix: non-ASCII characters in file names on Windows were not
23 supported by the ngx_http_autoindex_module, the ngx_http_dav_module,
24 and the "include" directive.
25
26 *) Change: the logging level of the "data length too long", "length too
27 short", "bad legacy version", "no shared signature algorithms", "bad
28 digest length", "missing sigalgs extension", "encrypted length too
29 long", "bad length", "bad key update", "mixed handshake and non
30 handshake data", "ccs received early", "data between ccs and
31 finished", "packet length too long", "too many warn alerts", "record
32 too small", and "got a fin before a ccs" SSL errors has been lowered
33 from "crit" to "info".
34
35 *) Bugfix: a socket leak might occur when using HTTP/2 and the
36 "error_page" directive to redirect errors with code 400.
37
38 *) Bugfix: messages about logging to syslog errors did not contain
39 information that the errors happened while logging to syslog.
40 Thanks to Safar Safarly.
41
42 *) Workaround: "gzip filter failed to use preallocated memory" alerts
43 appeared in logs when using zlib-ng.
44
45 *) Bugfix: in the mail proxy server.
46
1 47
2 Changes with nginx 1.23.3 13 Dec 2022 48 Changes with nginx 1.23.3 13 Dec 2022
3 49
4 *) Bugfix: an error might occur when reading PROXY protocol version 2 50 *) Bugfix: an error might occur when reading PROXY protocol version 2
5 header with large number of TLVs. 51 header with large number of TLVs.