comparison CHANGES @ 394:05981f639d21 NGINX_0_7_9

nginx 0.7.9 *) Change: now ngx_http_charset_module works by default with following MIME types: text/html, text/css, text/xml, text/plain, text/vnd.wap.wml, application/x-javascript, and application/rss+xml. *) Feature: the "charset_types" and "addition_types" directives. *) Feature: now the "gzip_types", "ssi_types", and "sub_filter_types" directives use hash. *) Feature: the ngx_cpp_test_module. *) Feature: the "expires" directive supports daily time. *) Feature: the ngx_http_xslt_module improvements and bug fixing. Thanks to Denis F. Latypoff and Maxim Dounin. *) Bugfix: the "log_not_found" directive did not work for index files tests. *) Bugfix: HTTPS connections might hang, if kqueue, epoll, rtsig, or eventport methods were used; the bug had appeared in 0.7.7. *) Bugfix: if the "server_name", "valid_referers", and "map" directives used an "*.domain.tld" wildcard and exact name "domain.tld" was not set, then the exact name was matched by the wildcard; the bugs had appeared in 0.3.18.
author Igor Sysoev <http://sysoev.ru>
date Tue, 12 Aug 2008 00:00:00 +0400
parents 0b6053502c55
children 349057ecf4d5
comparison
equal deleted inserted replaced
393:040b8c84d040 394:05981f639d21
1
2 Changes with nginx 0.7.9 12 Aug 2008
3
4 *) Change: now ngx_http_charset_module works by default with following
5 MIME types: text/html, text/css, text/xml, text/plain,
6 text/vnd.wap.wml, application/x-javascript, and application/rss+xml.
7
8 *) Feature: the "charset_types" and "addition_types" directives.
9
10 *) Feature: now the "gzip_types", "ssi_types", and "sub_filter_types"
11 directives use hash.
12
13 *) Feature: the ngx_cpp_test_module.
14
15 *) Feature: the "expires" directive supports daily time.
16
17 *) Feature: the ngx_http_xslt_module improvements and bug fixing.
18 Thanks to Denis F. Latypoff and Maxim Dounin.
19
20 *) Bugfix: the "log_not_found" directive did not work for index files
21 tests.
22
23 *) Bugfix: HTTPS connections might hang, if kqueue, epoll, rtsig, or
24 eventport methods were used; the bug had appeared in 0.7.7.
25
26 *) Bugfix: if the "server_name", "valid_referers", and "map" directives
27 used an "*.domain.tld" wildcard and exact name "domain.tld" was not
28 set, then the exact name was matched by the wildcard; the bugs had
29 appeared in 0.3.18.
30
31
32 Changes with nginx 0.7.8 04 Aug 2008
33
34 *) Feature: the ngx_http_xslt_module.
35
36 *) Feature: the "$arg_..." variables.
37
38 *) Feature: Solaris directio support.
39 Thanks to Ivan Debnar.
40
41 *) Bugfix: now if FastCGI server sends a "Location" header line without
42 status line, then nginx uses 302 status code.
43 Thanks to Maxim Dounin.
44
1 45
2 Changes with nginx 0.7.7 30 Jul 2008 46 Changes with nginx 0.7.7 30 Jul 2008
3 47
4 *) Change: now the EAGAIN error returned by connect() is not considered 48 *) Change: now the EAGAIN error returned by connect() is not considered
5 as temporary error. 49 as temporary error.
13 57
14 *) Feature: byte-range processing improvements. 58 *) Feature: byte-range processing improvements.
15 Thanks to Maxim Dounin. 59 Thanks to Maxim Dounin.
16 60
17 *) Feature: the "directio" directive. 61 *) Feature: the "directio" directive.
18 62 Thanks to Jiang Hong.
19 *) Feature: MacOSX 1.5 sendfile() support. 63
64 *) Feature: MacOSX 10.5 sendfile() support.
20 65
21 *) Bugfix: now in MacOSX and Cygwin locations are tested in case 66 *) Bugfix: now in MacOSX and Cygwin locations are tested in case
22 insensitive mode; however, the compare is provided by single-byte 67 insensitive mode; however, the compare is provided by single-byte
23 locales only. 68 locales only.
24 69
373 418
374 419
375 Changes with nginx 0.6.21 03 Dec 2007 420 Changes with nginx 0.6.21 03 Dec 2007
376 421
377 *) Change: if variable values used in a "proxy_pass" directive contain 422 *) Change: if variable values used in a "proxy_pass" directive contain
378 IP-addresses only, then a "resolver" directive is not mandatory. 423 IP-addresses only, then a "resolver" directive is not mandatory.
379 resolver
380 424
381 *) Bugfix: a segmentation fault might occur in worker process if a 425 *) Bugfix: a segmentation fault might occur in worker process if a
382 "proxy_pass" directive with URI-part was used; the bug had appeared 426 "proxy_pass" directive with URI-part was used; the bug had appeared
383 in 0.6.19. 427 in 0.6.19.
384 428