刚在Nginx的官方维基上看到,最新的稳定版是0.6.34,并且下面还有一段话:
This version is best for production servers!
(生产系统适用的最佳版本!)
下面是更新日志:
Changes with nginx 0.6.34
Changes with nginx 0.6.33
Changes with nginx 0.6.32
- Change: the "none" parameter in the "ssl_session_cache" directive; now this is default parameter. Thanks to Rob Mueller.
- Change: now the 0x00-0x1F, '"' and '\' characters are escaped as \xXX in an access_log. Thanks to Maxim Dounin.
- Change: now nginx allows several "Host" request header line.
- Feature: the "modified" flag in the "expires" directive.
- Feature: the $uid_got and $uid_set variables may be used at any request processing stage.
- Feature: the $hostname variable. Thanks to Andrei Nigmatulin.
- Feature: DESTDIR support. Thanks to Todd A. Fisher and Andras Voroskoi.
- Bugfix: if sub_filter and SSI were used together, then responses might were transferred incorrectly.
- Bugfix: large SSI inclusions might be truncated.
- Bugfix: the "proxy_pass" directive did not work with the HTTPS protocol; the bug had appeared in 0.6.9.
- Bugfix: worker processes might not catch reconfiguration and log rotation signals.
- Bugfix: nginx could not be built on latest Fedora 9 Linux. Thanks to Roxis.
- Bugfix: a segmentation fault might occur in worker process on Linux, if keepalive was enabled.
Changes with nginx 0.6.31
- Bugfix:
nginx did not process FastCGI response if header was at the end of
FastCGI record; bug appeared in 0.6.2. Thanks to Sergey Serov.
- Bugfix:
a segmentation fault might occur in worker process if a file was
deleted and the "open_file_cache_errors" directive was off.
Changes with nginx 0.6.30
- Change: now if an "include" directive pattern does not match any file, then nginx does not issue an error.
- Feature: now the time in directives may be specified without spaces, for example, "1h50m".
- Bugfix: memory leaks if the "ssl_verify_client" directive was on. Thanks to Chavelle Vincent.
- Bugfix: the "sub_filter" directive might set text to change into output.
- Bugfix: the "error_page" directive did not take into account arguments in redirected URI.
- Bugfix: now nginx always opens files in binary mode under Cygwin.
- Bugfix: nginx could not be built on OpenBSD; bug appeared in 0.6.15.
阅读(1979) | 评论(0) | 转发(0) |