comparison CHANGES @ 328:390b8f8309d6 NGINX_0_6_8

nginx 0.6.8 *) Change: now nginx tries to set the "worker_priority", "worker_rlimit_nofile", "worker_rlimit_core", and "worker_rlimit_sigpending" without super-user privileges. *) Change: now nginx escapes space and "%" in request to a mail proxy authentication server. *) Change: now nginx escapes "%" in $memcached_key variable. *) Bugfix: nginx used path relative to configuration prefix for non-absolute configuration file path specified in the "-c" key; bug appeared in 0.6.6. *) Bugfix: nginx did not work on FreeBSD/sparc64.
author Igor Sysoev <http://sysoev.ru>
date Mon, 20 Aug 2007 00:00:00 +0400
parents 9fc4ab6673f9
children 5e3b425174f6
comparison
equal deleted inserted replaced
327:be18d26e067c 328:390b8f8309d6
1
2 Changes with nginx 0.6.8 20 Aug 2007
3
4 *) Change: now nginx tries to set the "worker_priority",
5 "worker_rlimit_nofile", "worker_rlimit_core", and
6 "worker_rlimit_sigpending" without super-user privileges.
7
8 *) Change: now nginx escapes space and "%" in request to a mail proxy
9 authentication server.
10
11 *) Change: now nginx escapes "%" in $memcached_key variable.
12
13 *) Bugfix: nginx used path relative to configuration prefix for
14 non-absolute configuration file path specified in the "-c" key; bug
15 appeared in 0.6.6.
16
17 *) Bugfix: nginx did not work on FreeBSD/sparc64.
18
1 19
2 Changes with nginx 0.6.7 15 Aug 2007 20 Changes with nginx 0.6.7 15 Aug 2007
3 21
4 *) Change: now the paths specified in the "include", 22 *) Change: now the paths specified in the "include",
5 "auth_basic_user_file", "perl_modules", "ssl_certificate", 23 "auth_basic_user_file", "perl_modules", "ssl_certificate",
6 "ssl_certificate_key", and "ssl_client_certificate" directives are 24 "ssl_certificate_key", and "ssl_client_certificate" directives are
7 relative to directory of nginx configuration file nginx.conf, but no 25 relative to directory of nginx configuration file nginx.conf, but
8 to nginx prefix directory. 26 not to nginx prefix directory.
9 27
10 *) Change: the --sysconfdir=PATH option in configure was canceled. 28 *) Change: the --sysconfdir=PATH option in configure was canceled.
11 29
12 *) Change: the special make target "upgrade1" was defined for online 30 *) Change: the special make target "upgrade1" was defined for online
13 upgrade of 0.1.x versions. 31 upgrade of 0.1.x versions.
148 166
149 167
150 Changes with nginx 0.6.0 14 Jun 2007 168 Changes with nginx 0.6.0 14 Jun 2007
151 169
152 *) Feature: the "server_name", "map", and "valid_referers" directives 170 *) Feature: the "server_name", "map", and "valid_referers" directives
153 supports the "www.example.*" wildcards. 171 support the "www.example.*" wildcards.
154 172
155 173
156 Changes with nginx 0.5.25 11 Jun 2007 174 Changes with nginx 0.5.25 11 Jun 2007
157 175
158 *) Bugfix: nginx could not be built with the 176 *) Bugfix: nginx could not be built with the