comparison text/en/CHANGES @ 1412:0f85747de5e8

nginx-1.7.10
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 10 Feb 2015 18:01:32 +0300
parents 0f63ac5c9463
children 3f5c6286d55b
comparison
equal deleted inserted replaced
1411:8fe28c6edaa1 1412:0f85747de5e8
1
2 Changes with nginx 1.7.10 10 Feb 2015
3
4 *) Feature: the "use_temp_path" parameter of the "proxy_cache_path",
5 "fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path"
6 directives.
7
8 *) Feature: the $upstream_header_time variable.
9
10 *) Workaround: now on disk overflow nginx tries to write error logs once
11 a second only.
12
13 *) Bugfix: the "try_files" directive did not ignore normal files while
14 testing directories.
15 Thanks to Damien Tournoud.
16
17 *) Bugfix: alerts "sendfile() failed" if the "sendfile" directive was
18 used on OS X; the bug had appeared in 1.7.8.
19
20 *) Bugfix: alerts "sem_post() failed" might appear in logs.
21
22 *) Bugfix: nginx could not be built with musl libc.
23 Thanks to James Taylor.
24
25 *) Bugfix: nginx could not be built on Tru64 UNIX.
26 Thanks to Goetz T. Fischer.
27
1 28
2 Changes with nginx 1.7.9 23 Dec 2014 29 Changes with nginx 1.7.9 23 Dec 2014
3 30
4 *) Feature: variables support in the "proxy_cache", "fastcgi_cache", 31 *) Feature: variables support in the "proxy_cache", "fastcgi_cache",
5 "scgi_cache", and "uwsgi_cache" directives. 32 "scgi_cache", and "uwsgi_cache" directives.