comparison CHANGES @ 520:24b676623d4f NGINX_0_8_7

nginx 0.8.7 *) Change: minimum supported OpenSSL version is 0.9.7. *) Change: the "ask" parameter of the "ssl_verify_client" directive was changed to the "optional" parameter and now it checks a client certificate if it was offered. Thanks to Brice Figureau. *) Feature: the $ssl_client_verify variable. Thanks to Brice Figureau. *) Feature: the "ssl_crl" directive. Thanks to Brice Figureau. *) Feature: the "proxy" parameter of the "geo" directive. *) Feature: the "image_filter" directive supports variables for setting size. *) Bugfix: the $ssl_client_cert variable usage corrupted memory; the bug had appeared in 0.7.7. Thanks to Sergey Zhuravlev. *) Bugfix: "proxy_pass_header" and "fastcgi_pass_header" directives did not pass to a client the "X-Accel-Redirect", "X-Accel-Limit-Rate", "X-Accel-Buffering", and "X-Accel-Charset" lines from backend response header. Thanks to Maxim Dounin. *) Bugfix: in handling "Last-Modified" and "Accept-Ranges" backend response header lines; the bug had appeared in 0.7.44. Thanks to Maxim Dounin. *) Bugfix: the "[alert] zero size buf" error if subrequest returns an empty response; the bug had appeared in 0.8.5.
author Igor Sysoev <http://sysoev.ru>
date Mon, 27 Jul 2009 00:00:00 +0400
parents 4b0d7f0bf22b
children 6557aef8a4b2
comparison
equal deleted inserted replaced
519:41f4e459ace8 520:24b676623d4f
1
2 Changes with nginx 0.8.7 27 Jul 2009
3
4 *) Change: minimum supported OpenSSL version is 0.9.7.
5
6 *) Change: the "ask" parameter of the "ssl_verify_client" directive was
7 changed to the "optional" parameter and now it checks a client
8 certificate if it was offered.
9 Thanks to Brice Figureau.
10
11 *) Feature: the $ssl_client_verify variable.
12 Thanks to Brice Figureau.
13
14 *) Feature: the "ssl_crl" directive.
15 Thanks to Brice Figureau.
16
17 *) Feature: the "proxy" parameter of the "geo" directive.
18
19 *) Feature: the "image_filter" directive supports variables for setting
20 size.
21
22 *) Bugfix: the $ssl_client_cert variable usage corrupted memory; the
23 bug had appeared in 0.7.7.
24 Thanks to Sergey Zhuravlev.
25
26 *) Bugfix: "proxy_pass_header" and "fastcgi_pass_header" directives did
27 not pass to a client the "X-Accel-Redirect", "X-Accel-Limit-Rate",
28 "X-Accel-Buffering", and "X-Accel-Charset" lines from backend
29 response header.
30 Thanks to Maxim Dounin.
31
32 *) Bugfix: in handling "Last-Modified" and "Accept-Ranges" backend
33 response header lines; the bug had appeared in 0.7.44.
34 Thanks to Maxim Dounin.
35
36 *) Bugfix: the "[alert] zero size buf" error if subrequest returns an
37 empty response; the bug had appeared in 0.8.5.
38
1 39
2 Changes with nginx 0.8.6 20 Jul 2009 40 Changes with nginx 0.8.6 20 Jul 2009
3 41
4 *) Feature: the ngx_http_geoip_module. 42 *) Feature: the ngx_http_geoip_module.
5 43
6 *) Bugfix: XSLT filter may fail with message "not well formed XML 44 *) Bugfix: XSLT filter may fail with message "not well formed XML
7 document" for valid XML document. 45 document" for valid XML document.
8 Thanks to Kuramoto Eiji. 46 Thanks to Kuramoto Eiji.
9 47
10 *) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by 48 *) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by
11 a regular expression are always tested in case insensitive mode; 49 a regular expression are always tested in case insensitive mode.
12 50
13 *) Bugfix: now nginx/Windows ignores trailing dots in URI. 51 *) Bugfix: now nginx/Windows ignores trailing dots in URI.
14 Thanks to Hugo Leisink. 52 Thanks to Hugo Leisink.
15 53
16 *) Bugfix: name of file specified in --conf-path was not honored during 54 *) Bugfix: name of file specified in --conf-path was not honored during