comparison text/en/CHANGES @ 3099:9cfda14d0109 default tip

freenginx-1.27.4
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Sep 2024 13:15:18 +0300
parents f7e9bd7de0f9
children
comparison
equal deleted inserted replaced
3098:400dfceb9aff 3099:9cfda14d0109
1
2 Changes with freenginx 1.27.4 03 Sep 2024
3
4 *) Feature: the $ssl_client_fingerprint_sha256 variable.
5
6 *) Feature: the "Auth-SSL-Fingerprint-SHA256 header line is now passed
7 to the mail proxy authentication server.
8
9 *) Change: MIME type for the "js" extension has been changed to
10 "text/javascript", the "mjs" extension now uses the "text/javascript"
11 MIME type, and the "md" and "markdown" extensions now use the
12 "text/markdown" MIME type; the default value of the "charset_types"
13 directive now includes "text/javascript" and "text/markdown".
14
15 *) Bugfix: a segmentation fault might occur in a worker process if the
16 ngx_http_mp4_module was used; the bug had appeared in 1.5.13.
17
18 *) Bugfix: a segmentation fault might occur in a worker process when
19 handling requests with the "Expect: 100-continue" request header
20 line; the bug had appeared in 1.27.0.
21
1 22
2 Changes with freenginx 1.27.3 13 Aug 2024 23 Changes with freenginx 1.27.3 13 Aug 2024
3 24
4 *) Change: now the "Age" backend response header line is taken into 25 *) Change: now the "Age" backend response header line is taken into
5 account when caching. 26 account when caching.