comparison text/en/CHANGES @ 1229:7dd620e507c3

nginx-1.7.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 17 Jun 2014 17:22:10 +0400
parents c61cccf4fad6
children 6958c35e16aa
comparison
equal deleted inserted replaced
1228:0ffd5caf0766 1229:7dd620e507c3
1
2 Changes with nginx 1.7.2 17 Jun 2014
3
4 *) Feature: the "hash" directive inside the "upstream" block.
5
6 *) Feature: defragmentation of free shared memory blocks.
7 Thanks to Wandenberg Peixoto and Yichun Zhang.
8
9 *) Bugfix: a segmentation fault might occur in a worker process if the
10 default value of the "access_log" directive was used; the bug had
11 appeared in 1.7.0.
12 Thanks to Piotr Sikora.
13
14 *) Bugfix: trailing slash was mistakenly removed from the last parameter
15 of the "try_files" directive.
16
17 *) Bugfix: nginx could not be built on OS X in some cases.
18
19 *) Bugfix: in the ngx_http_spdy_module.
20
1 21
2 Changes with nginx 1.7.1 27 May 2014 22 Changes with nginx 1.7.1 27 May 2014
3 23
4 *) Feature: the "$upstream_cookie_..." variables. 24 *) Feature: the "$upstream_cookie_..." variables.
5 25