comparison CHANGES @ 444:33394d1255b0 NGINX_0_7_34

nginx 0.7.34 *) Feature: the "off" parameter of the "if_modified_since" directive. *) Feature: now nginx sends an HELO/EHLO command after a XCLIENT command. Thanks to Maxim Dounin. *) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support in mail proxy server. Thanks to Maxim Dounin. *) Bugfix: in a redirect rewrite directive original arguments were concatenated with new arguments by an "?" rather than an "&"; the bug had appeared in 0.1.18. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built on AIX.
author Igor Sysoev <http://sysoev.ru>
date Tue, 10 Feb 2009 00:00:00 +0300
parents 670af56a1158
children 15a022ee809b
comparison
equal deleted inserted replaced
443:28335b730750 444:33394d1255b0
1
2 Changes with nginx 0.7.34 10 Feb 2009
3
4 *) Feature: the "off" parameter of the "if_modified_since" directive.
5
6 *) Feature: now nginx sends an HELO/EHLO command after a XCLIENT
7 command.
8 Thanks to Maxim Dounin.
9
10 *) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support
11 in mail proxy server.
12 Thanks to Maxim Dounin.
13
14 *) Bugfix: in a redirect rewrite directive original arguments were
15 concatenated with new arguments by an "?" rather than an "&";
16 the bug had appeared in 0.1.18.
17 Thanks to Maxim Dounin.
18
19 *) Bugfix: nginx could not be built on AIX.
20
1 21
2 Changes with nginx 0.7.33 02 Feb 2009 22 Changes with nginx 0.7.33 02 Feb 2009
3 23
4 *) Bugfix: a double response might be returned if the epoll or rtsig 24 *) Bugfix: a double response might be returned if the epoll or rtsig
5 methods are used and a redirect was returned to a request with 25 methods are used and a redirect was returned to a request with
60 *) Bugfix: the "fastcgi_pass" and "proxy_pass" directives did not 80 *) Bugfix: the "fastcgi_pass" and "proxy_pass" directives did not
61 support variables if unix domain sockets were used. 81 support variables if unix domain sockets were used.
62 82
63 *) Bugfixes in subrequest processing; the bugs had appeared in 0.7.25. 83 *) Bugfixes in subrequest processing; the bugs had appeared in 0.7.25.
64 84
65 *) Bugfix: a "100 Continue" response was issued for HTTP/1.0 requests; 85 *) Bugfix: a "100 Continue" response was issued for HTTP/1.0
86 requests;
66 Thanks to Maxim Dounin. 87 Thanks to Maxim Dounin.
67 88
68 *) Bugfix: in memory allocation in the ngx_http_gzip_filter_module on 89 *) Bugfix: in memory allocation in the ngx_http_gzip_filter_module on
69 Cygwin. 90 Cygwin.
70 91
3420 with Solaris 10. 3441 with Solaris 10.
3421 3442
3422 *) Bugfix: the proxy_set_x_var and fastcgi_set_var directives were not 3443 *) Bugfix: the proxy_set_x_var and fastcgi_set_var directives were not
3423 inherited. 3444 inherited.
3424 3445
3425 *) Bugfix: in the redirect rewrite directive the arguments were 3446 *) Bugfix: in a redirect rewrite directive arguments were concatenated
3426 concatenated with URI by the "&" rather than the "?". 3447 with URI by an "&" rather than an "?".
3427 3448
3428 *) Bugfix: the lines without trailing ";" in the file being included by 3449 *) Bugfix: the lines without trailing ";" in the file being included by
3429 the ngx_http_geo_module were silently ignored. 3450 the ngx_http_geo_module were silently ignored.
3430 3451
3431 *) Feature: the ngx_http_stub_status_module. 3452 *) Feature: the ngx_http_stub_status_module.