comparison CHANGES @ 538:1dcf6adad484 NGINX_0_8_21

nginx 0.8.21 *) Feature: now the "-V" switch shows TLS SNI support. *) Feature: the "listen" directive of the HTTP module supports unix domain sockets. Thanks to Hongli Lai. *) Feature: the "default_server" parameter of the "listen" directive. *) Feature: now a "default" parameter is not required to set listen socket options. *) Bugfix: nginx did not support dates in 2038 year on 32-bit platforms; *) Bugfix: socket leak; the bug had appeared in 0.8.11.
author Igor Sysoev <http://sysoev.ru>
date Mon, 26 Oct 2009 00:00:00 +0300
parents 0dc162a5f3e8
children c04fa65fe604
comparison
equal deleted inserted replaced
537:3ca2e495d9de 538:1dcf6adad484
1
2 Changes with nginx 0.8.21 26 Oct 2009
3
4 *) Feature: now the "-V" switch shows TLS SNI support.
5
6 *) Feature: the "listen" directive of the HTTP module supports unix
7 domain sockets.
8 Thanks to Hongli Lai.
9
10 *) Feature: the "default_server" parameter of the "listen" directive.
11
12 *) Feature: now a "default" parameter is not required to set listen
13 socket options.
14
15 *) Bugfix: nginx did not support dates in 2038 year on 32-bit platforms;
16
17 *) Bugfix: socket leak; the bug had appeared in 0.8.11.
18
1 19
2 Changes with nginx 0.8.20 14 Oct 2009 20 Changes with nginx 0.8.20 14 Oct 2009
3 21
4 *) Change: now default SSL ciphers are "HIGH:!ADH:!MD5". 22 *) Change: now default SSL ciphers are "HIGH:!ADH:!MD5".
5 23
11 29
12 *) Bugfix: nginx did not treat a comma as separator in the 30 *) Bugfix: nginx did not treat a comma as separator in the
13 "Cache-Control" backend response header line. 31 "Cache-Control" backend response header line.
14 32
15 *) Bugfix: nginx/Windows might not create temporary file, a cache file, 33 *) Bugfix: nginx/Windows might not create temporary file, a cache file,
16 or "proxy/fastcgi_store"d file if a worker has no enough access 34 or "proxy/fastcgi_store"d file if a worker had no enough access
17 rights for top level directories. 35 rights for top level directories.
18 36
19 *) Bugfix: the "Set-Cookie" and "P3P" FastCGI response header lines 37 *) Bugfix: the "Set-Cookie" and "P3P" FastCGI response header lines
20 were not hidden while caching if no "fastcgi_hide_header" directives 38 were not hidden while caching if no "fastcgi_hide_header" directives
21 were used with any parameters. 39 were used with any parameters.