comparison text/en/CHANGES @ 3070:619538194516

freenginx-1.25.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 02 Apr 2024 21:11:37 +0300
parents 2d45da11186e
children 796fbd13ae36
comparison
equal deleted inserted replaced
3069:d4639ff91e10 3070:619538194516
1
2 Changes with freenginx 1.25.5 02 Apr 2024
3
4 *) Change: MIME type for the "bmp" extension has been changed to
5 "image/bmp", for the "rar" extension to "application/vnd.rar", and
6 the "deb" and "udeb" extensions now use the
7 "application/vnd.debian.binary-package" MIME type.
8 Thanks to Yuriy Izorkin.
9
10 *) Change: the "client_max_body_size" directive is now used to limit
11 total size of ignored chunk extensions and trailer headers when
12 reading a request body using chunked transfer encoding.
13 Thanks to Bartek Nowotarski.
14
15 *) Change: now at most one empty line is allowed before a request.
16
17 *) Feature: logging to syslog errors are now reported at most once per
18 second.
19
20 *) Feature: the "max_commands" directive in the mail proxy module.
21
22 *) Bugfix: incorrect server name might be returned in responses when
23 using the "server_tokens off" directive.
24 Thanks to Tatsuya Kaneko and Antanas PataĊĦius.
25
26 *) Bugfix: when reading a request body from a fast connection reading
27 for a long time was possible.
28
1 29
2 Changes with freenginx 1.25.4 20 Feb 2024 30 Changes with freenginx 1.25.4 20 Feb 2024
3 31
4 *) Change: now the "freenginx" name is used in responses. 32 *) Change: now the "freenginx" name is used in responses.
5 33