comparison text/en/CHANGES @ 2074:c8a2ae52f4ae

nginx-1.13.7
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 21 Nov 2017 18:22:55 +0300
parents f37d90fcd415
children 1e6908d12c00
comparison
equal deleted inserted replaced
2073:75882a2ca9dd 2074:c8a2ae52f4ae
1
2 Changes with nginx 1.13.7 21 Nov 2017
3
4 *) Bugfix: in the $upstream_status variable.
5
6 *) Bugfix: a segmentation fault might occur in a worker process if a
7 backend returned a "101 Switching Protocols" response to a
8 subrequest.
9
10 *) Bugfix: a segmentation fault occurred in a master process if a shared
11 memory zone size was changed during a reconfiguration and the
12 reconfiguration failed.
13
14 *) Bugfix: in the ngx_http_fastcgi_module.
15
16 *) Bugfix: nginx returned the 500 error if parameters without variables
17 were specified in the "xslt_stylesheet" directive.
18
19 *) Workaround: "gzip filter failed to use preallocated memory" alerts
20 appeared in logs when using a zlib library variant from Intel.
21
22 *) Bugfix: the "worker_shutdown_timeout" directive did not work when
23 using mail proxy and when proxying WebSocket connections.
24
1 25
2 Changes with nginx 1.13.6 10 Oct 2017 26 Changes with nginx 1.13.6 10 Oct 2017
3 27
4 *) Bugfix: switching to the next upstream server in the stream module 28 *) Bugfix: switching to the next upstream server in the stream module
5 did not work when using the "ssl_preread" directive. 29 did not work when using the "ssl_preread" directive.