comparison text/en/CHANGES @ 2869:9383e934e546

nginx-1.23.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 19 Jul 2022 17:09:46 +0300
parents cf7551842617
children 0b7e004b5061
comparison
equal deleted inserted replaced
2868:9172cf4d2713 2869:9383e934e546
1
2 Changes with nginx 1.23.1 19 Jul 2022
3
4 *) Feature: memory usage optimization in configurations with SSL
5 proxying.
6
7 *) Feature: looking up of IPv4 addresses while resolving now can be
8 disabled with the "ipv4=off" parameter of the "resolver" directive.
9
10 *) Change: the logging level of the "bad key share", "bad extension",
11 "bad cipher", and "bad ecpoint" SSL errors has been lowered from
12 "crit" to "info".
13
14 *) Bugfix: while returning byte ranges nginx did not remove the
15 "Content-Range" header line if it was present in the original backend
16 response.
17
18 *) Bugfix: a proxied response might be truncated during reconfiguration
19 on Linux; the bug had appeared in 1.17.5.
20
1 21
2 Changes with nginx 1.23.0 21 Jun 2022 22 Changes with nginx 1.23.0 21 Jun 2022
3 23
4 *) Change in internal API: now header lines are represented as linked 24 *) Change in internal API: now header lines are represented as linked
5 lists. 25 lists.