diff 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
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,32 @@
 
+Changes with freenginx 1.25.5                                    02 Apr 2024
+
+    *) Change: MIME type for the "bmp" extension has been changed to
+       "image/bmp", for the "rar" extension to "application/vnd.rar", and
+       the "deb" and "udeb" extensions now use the
+       "application/vnd.debian.binary-package" MIME type.
+       Thanks to Yuriy Izorkin.
+
+    *) Change: the "client_max_body_size" directive is now used to limit
+       total size of ignored chunk extensions and trailer headers when
+       reading a request body using chunked transfer encoding.
+       Thanks to Bartek Nowotarski.
+
+    *) Change: now at most one empty line is allowed before a request.
+
+    *) Feature: logging to syslog errors are now reported at most once per
+       second.
+
+    *) Feature: the "max_commands" directive in the mail proxy module.
+
+    *) Bugfix: incorrect server name might be returned in responses when
+       using the "server_tokens off" directive.
+       Thanks to Tatsuya Kaneko and Antanas PataĊĦius.
+
+    *) Bugfix: when reading a request body from a fast connection reading
+       for a long time was possible.
+
+
 Changes with freenginx 1.25.4                                    20 Feb 2024
 
     *) Change: now the "freenginx" name is used in responses.