comparison CHANGES @ 92:45945fa8b8ba NGINX_0_2_0

nginx 0.2.0 *) The pid-file names used during online upgrade was changed and now is not required a manual rename operation. The old master process adds the ".oldbin" suffix to its pid-file and executes a new binary file. The new master process creates usual pid-file without the ".newbin" suffix. If the master process exits, then old master process renames back its pid-file with the ".oldbin" suffix to the pid-file without suffix. *) Change: the "worker_connections" directive, new name of the "connections" directive; now the directive specifies maximum number of connections, but not maximum socket descriptor number. *) Feature: SSL supports the session cache inside one worker process. *) Feature: the "satisfy_any" directive. *) Change: the ngx_http_access_module and ngx_http_auth_basic_module do not run for subrequests. *) Feature: the "worker_rlimit_nofile" and "worker_rlimit_sigpending" directives. *) Bugfix: if all backend using in load-balancing failed after one error, then nginx did not try do connect to them during 60 seconds. *) Bugfix: in IMAP/POP3 command argument parsing. Thanks to Rob Mueller. *) Bugfix: errors while using SSL in IMAP/POP3 proxy. *) Bugfix: errors while using SSI and gzipping. *) Bugfix: the "Expires" and "Cache-Control" header lines were omitted from the 304 responses. Thanks to Alexandr Kukushkin.
author Igor Sysoev <http://sysoev.ru>
date Fri, 23 Sep 2005 00:00:00 +0400
parents 71c46860eb55
children c96cb248dc4b
comparison
equal deleted inserted replaced
91:c3eee83ea942 92:45945fa8b8ba
1
2 Changes with nginx 0.2.0 23 Sep 2005
3
4 *) The pid-file names used during online upgrade was changed and now is
5 not required a manual rename operation. The old master process adds
6 the ".oldbin" suffix to its pid-file and executes a new binary file.
7 The new master process creates usual pid-file without the ".newbin"
8 suffix. If the master process exits, then old master process renames
9 back its pid-file with the ".oldbin" suffix to the pid-file without
10 suffix.
11
12 *) Change: the "worker_connections" directive, new name of the
13 "connections" directive; now the directive specifies maximum number
14 of connections, but not maximum socket descriptor number.
15
16 *) Feature: SSL supports the session cache inside one worker process.
17
18 *) Feature: the "satisfy_any" directive.
19
20 *) Change: the ngx_http_access_module and ngx_http_auth_basic_module do
21 not run for subrequests.
22
23 *) Feature: the "worker_rlimit_nofile" and "worker_rlimit_sigpending"
24 directives.
25
26 *) Bugfix: if all backend using in load-balancing failed after one
27 error, then nginx did not try do connect to them during 60 seconds.
28
29 *) Bugfix: in IMAP/POP3 command argument parsing. Thanks to Rob Mueller.
30
31 *) Bugfix: errors while using SSL in IMAP/POP3 proxy.
32
33 *) Bugfix: errors while using SSI and gzipping.
34
35 *) Bugfix: the "Expires" and "Cache-Control" header lines were omitted
36 from the 304 responses. Thanks to Alexandr Kukushkin.
37
1 38
2 Changes with nginx 0.1.45 08 Sep 2005 39 Changes with nginx 0.1.45 08 Sep 2005
3 40
4 *) Change: the "ssl_engine" directive is canceled in the 41 *) Change: the "ssl_engine" directive is canceled in the
5 ngx_http_ssl_module and now is introduced at global level. 42 ngx_http_ssl_module and now is introduced at global level.