comparison CHANGES @ 430:dac47e9ef0d5 NGINX_0_7_27

nginx 0.7.27 *) Feature: the "try_files" directive. *) Feature: variables support in the "fastcgi_pass" directive. *) Feature: now the $geo variable may get an address from a variable. Thanks to Andrei Nigmatulin. *) Feature: now a location's modifier may be used without space before name. *) Feature: the $upstream_response_length variable. *) Bugfix: now a "add_header" directive does not add an empty value. *) Bugfix: if zero length static file was requested, then nginx just closed connection; the bug had appeared in 0.7.25. *) Bugfix: a MOVE method could not move file in non-existent directory. *) Bugfix: a segmentation fault occurred in worker process, if no one named location was defined in server, but some one was used in an error_page directive. Thanks to Sergey Bochenkov.
author Igor Sysoev <http://sysoev.ru>
date Mon, 15 Dec 2008 00:00:00 +0300
parents 21aff1b3da48
children fd759445d8a8
comparison
equal deleted inserted replaced
429:3b8e9d1bc9bb 430:dac47e9ef0d5
1
2 Changes with nginx 0.7.27 15 Dec 2008
3
4 *) Feature: the "try_files" directive.
5
6 *) Feature: variables support in the "fastcgi_pass" directive.
7
8 *) Feature: now the $geo variable may get an address from a
9 variable.
10 Thanks to Andrei Nigmatulin.
11
12 *) Feature: now a location's modifier may be used without space before
13 name.
14
15 *) Feature: the $upstream_response_length variable.
16
17 *) Bugfix: now a "add_header" directive does not add an empty value.
18
19 *) Bugfix: if zero length static file was requested, then nginx just
20 closed connection; the bug had appeared in 0.7.25.
21
22 *) Bugfix: a MOVE method could not move file in non-existent directory.
23
24 *) Bugfix: a segmentation fault occurred in worker process, if no one
25 named location was defined in server, but some one was used in an
26 error_page directive.
27 Thanks to Sergey Bochenkov.
28
1 29
2 Changes with nginx 0.7.26 08 Dec 2008 30 Changes with nginx 0.7.26 08 Dec 2008
3 31
4 *) Bugfix: in subrequest processing; the bug had appeared in 0.7.25. 32 *) Bugfix: in subrequest processing; the bug had appeared in 0.7.25.
5 33