comparison CHANGES @ 378:820f6378fc00 NGINX_0_7_1

nginx 0.7.1 *) Change: now locations are searched in a tree. *) Change: the "optimize_server_names" directive was canceled due to the "server_name_in_redirect" directive introduction. *) Change: some long deprecated directives are not supported anymore. *) Change: the "none" parameter in the "ssl_session_cache" directive; now this is default parameter. Thanks to Rob Mueller. *) Bugfix: worker processes might not catch reconfiguration and log rotation signals. *) Bugfix: nginx could not be built on latest Fedora 9 Linux. Thanks to Roxis.
author Igor Sysoev <http://sysoev.ru>
date Mon, 26 May 2008 00:00:00 +0400
parents edf1cb6c328e
children bc21d9cd9c54
comparison
equal deleted inserted replaced
377:5d98007adb5f 378:820f6378fc00
1
2 Changes with nginx 0.7.1 26 May 2008
3
4 *) Change: now locations are searched in a tree.
5
6 *) Change: the "optimize_server_names" directive was canceled due to
7 the "server_name_in_redirect" directive introduction.
8
9 *) Change: some long deprecated directives are not supported anymore.
10
11 *) Change: the "none" parameter in the "ssl_session_cache" directive;
12 now this is default parameter.
13 Thanks to Rob Mueller.
14
15 *) Bugfix: worker processes might not catch reconfiguration and log
16 rotation signals.
17
18 *) Bugfix: nginx could not be built on latest Fedora 9 Linux.
19 Thanks to Roxis.
20
1 21
2 Changes with nginx 0.7.0 19 May 2008 22 Changes with nginx 0.7.0 19 May 2008
3 23
4 *) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as 24 *) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as
5 \xXX in an access_log. 25 \xXX in an access_log.