comparison CHANGES @ 346:05693816539c NGINX_0_6_17

nginx 0.6.17 *) Feature: the "If-Range" request header line support. Thanks to Alexander V. Inyukhin. *) Bugfix: URL double escaping in a redirect of the "msie_refresh" directive; bug appeared in 0.6.4. *) Bugfix: the "autoindex" directive did not work with the "alias /" directive. *) Bugfix: a segmentation fault might occur in worker process if subrequests were used. *) Bugfix: the big responses may be transferred truncated if SSL and gzip were used. *) Bugfix: the $status variable was equal to 0 if a proxied server returned response in HTTP/0.9 version.
author Igor Sysoev <http://sysoev.ru>
date Thu, 15 Nov 2007 00:00:00 +0300
parents eae74a780a84
children e10168d6e371
comparison
equal deleted inserted replaced
345:4279bc4cdec6 346:05693816539c
1
2 Changes with nginx 0.6.17 15 Nov 2007
3
4 *) Feature: the "If-Range" request header line support.
5 Thanks to Alexander V. Inyukhin.
6
7 *) Bugfix: URL double escaping in a redirect of the "msie_refresh"
8 directive; bug appeared in 0.6.4.
9
10 *) Bugfix: the "autoindex" directive did not work with the "alias /"
11 directive.
12
13 *) Bugfix: a segmentation fault might occur in worker process if
14 subrequests were used.
15
16 *) Bugfix: the big responses may be transferred truncated if SSL and
17 gzip were used.
18
19 *) Bugfix: the $status variable was equal to 0 if a proxied server
20 returned response in HTTP/0.9 version.
21
1 22
2 Changes with nginx 0.6.16 29 Oct 2007 23 Changes with nginx 0.6.16 29 Oct 2007
3 24
4 *) Change: now the uname(2) is used on Linux instead of procfs. 25 *) Change: now the uname(2) is used on Linux instead of procfs.
5 Thanks to Ilya Novikov. 26 Thanks to Ilya Novikov.