comparison CHANGES @ 405:2f3f9dbf84d0

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 19 Aug 2008 12:41:52 +0400
parents 9d81578d04bb
children 6ebbca3d5ed7
comparison
equal deleted inserted replaced
402:ccd136b40665 405:2f3f9dbf84d0
1
2 Changes with nginx 0.7.11 18 Aug 2008
3
4 *) Change: now ngx_http_charset_module does not work by default with
5 text/css MIME type.
6
7 *) Feature: now nginx returns the 405 status code for POST method
8 requesting a static file only if the file exists.
9
10 *) Feature: the "proxy_ssl_session_reuse" directive.
11
12 *) Bugfix: a "proxy_pass" directive without URI part might use original
13 request after the "X-Accel-Redirect" redirection was used;
14
15 *) Bugfix: if a directory has search only rights and the first index
16 file was absent, then nginx returned the 500 status code.
17
18 *) Bugfix: in inclusive locations; the bugs had appeared in 0.7.1.
19
1 20
2 Changes with nginx 0.7.10 13 Aug 2008 21 Changes with nginx 0.7.10 13 Aug 2008
3 22
4 *) Bugfix: in the "addition_types", "charset_types", "gzip_types", 23 *) Bugfix: in the "addition_types", "charset_types", "gzip_types",
5 "ssi_types", "sub_filter_types", and "xslt_types" directives; the 24 "ssi_types", "sub_filter_types", and "xslt_types" directives; the
6 bugs had appeared in 0.7.9. 25 bugs had appeared in 0.7.9.
7 26
8 *) Bugfix: of recursive error_page for 500 status code. 27 *) Bugfix: of recursive error_page for 500 status code.
9 28
10 *) Bugfix: now the ngx_http_realip_module set address not for whole 29 *) Bugfix: now the ngx_http_realip_module sets address not for whole
11 keepalive connection, but for each request passed via the connection. 30 keepalive connection, but for each request passed via the connection.
12 31
13 32
14 Changes with nginx 0.7.9 12 Aug 2008 33 Changes with nginx 0.7.9 12 Aug 2008
15 34