comparison text/en/CHANGES @ 1553:b039a03a17fb

nginx-1.9.4
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 18 Aug 2015 18:27:33 +0300
parents 6011ed83b5af
children 21138bfbaf5f
comparison
equal deleted inserted replaced
1552:7157a69f05aa 1553:b039a03a17fb
1
2 Changes with nginx 1.9.4 18 Aug 2015
3
4 *) Change: the "proxy_downstream_buffer" and "proxy_upstream_buffer"
5 directives of the stream module are replaced with the
6 "proxy_buffer_size" directive.
7
8 *) Feature: the "tcp_nodelay" directive in the stream module.
9
10 *) Feature: multiple "sub_filter" directives can be used simultaneously.
11
12 *) Feature: variables support in the search string of the "sub_filter"
13 directive.
14
15 *) Workaround: configuration testing might fail under Linux OpenVZ.
16 Thanks to Gena Makhomed.
17
18 *) Bugfix: old worker processes might hog CPU after reconfiguration with
19 a large number of worker_connections.
20
21 *) Bugfix: a segmentation fault might occur in a worker process if the
22 "try_files" and "alias" directives were used inside a location given
23 by a regular expression; the bug had appeared in 1.7.1.
24
25 *) Bugfix: the "try_files" directive inside a nested location given by a
26 regular expression worked incorrectly if the "alias" directive was
27 used in the outer location.
28
29 *) Bugfix: in hash table initialization error handling.
30
31 *) Bugfix: nginx could not be built with Visual Studio 2015.
32
1 33
2 Changes with nginx 1.9.3 14 Jul 2015 34 Changes with nginx 1.9.3 14 Jul 2015
3 35
4 *) Change: duplicate "http", "mail", and "stream" blocks are now 36 *) Change: duplicate "http", "mail", and "stream" blocks are now
5 disallowed. 37 disallowed.