comparison CHANGES @ 182:13710a1813ad NGINX_0_3_38

nginx 0.3.38 *) Feature: the ngx_http_dav_module. *) Change: the ngx_http_perl_module optimizations. Thanks to Sergey Skvortsov. *) Feature: the ngx_http_perl_module supports the $r->request_body_file method. *) Feature: the "client_body_in_file_only" directive. *) Workaround: now on disk overflow nginx tries to write access logs once a second only. Thanks to Anton Yuzhaninov and Maxim Dounin. *) Bugfix: now the "limit_rate" directive more precisely limits rate if rate is more than 100 Kbyte/s. Thanks to ForJest. *) Bugfix: now the IMAP/POP3 proxy escapes the "\r" and "\n" symbols in login and password to pass authorization server. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Fri, 14 Apr 2006 00:00:00 +0400
parents 4cd3e70c4d60
children 71ff1e2b484a
comparison
equal deleted inserted replaced
181:de8983d10e75 182:13710a1813ad
1
2 Changes with nginx 0.3.38 14 Apr 2006
3
4 *) Feature: the ngx_http_dav_module.
5
6 *) Change: the ngx_http_perl_module optimizations.
7 Thanks to Sergey Skvortsov.
8
9 *) Feature: the ngx_http_perl_module supports the $r->request_body_file
10 method.
11
12 *) Feature: the "client_body_in_file_only" directive.
13
14 *) Workaround: no on disk overflow nginx tries to write access logs
15 once a second only.
16 Thanks to Anton Yuzhaninov and Maxim Dounin.
17
18 *) Bugfix: now the "limit_rate" directive more precisely limits rate if
19 rate is more than 100 Kbyte/s.
20 Thanks to ForJest.
21
22 *) Bugfix: now the IMAP/POP3 proxy escapes the "\r" and "\n" symbols in
23 login and password to pass authorization server.
24 Thanks to Maxim Dounin.
25
1 26
2 Changes with nginx 0.3.37 07 Apr 2006 27 Changes with nginx 0.3.37 07 Apr 2006
3 28
4 *) Feature: the "limit_except" directive. 29 *) Feature: the "limit_except" directive.
5 30
79 *) Feature: the "listen" directives support the address in the "*:port" 104 *) Feature: the "listen" directives support the address in the "*:port"
80 form. 105 form.
81 106
82 *) Feature: the EVFILER_TIMER support in MacOSX 10.4. 107 *) Feature: the EVFILER_TIMER support in MacOSX 10.4.
83 108
84 *) Workaround: for MacOSX 64-bit kernel kqueue millisecond timeout bug. 109 *) Workaround: for MacOSX 64-bit kernel kqueue millisecond timeout
110 bug.
85 Thanks Andrei Nigmatulin. 111 Thanks Andrei Nigmatulin.
86 112
87 *) Bugfix: if there were several "listen" directives listening one 113 *) Bugfix: if there were several "listen" directives listening one
88 various addresses inside one server, then server names like 114 various addresses inside one server, then server names like
89 "*.domain.tld" worked for first address only; bug appeared in 0.3.18. 115 "*.domain.tld" worked for first address only; bug appeared in 0.3.18.
128 *) Feature: the "restrict_host_names" directive is canceled. 154 *) Feature: the "restrict_host_names" directive is canceled.
129 155
130 *) Feature: the --with-cpu-opt=ppc64 configuration parameter. 156 *) Feature: the --with-cpu-opt=ppc64 configuration parameter.
131 157
132 *) Bugfix: on some condition the proxied connection with a client was 158 *) Bugfix: on some condition the proxied connection with a client was
133 terminated prematurely. Thanks to Vladimir Shutoff. 159 terminated prematurely.
160 Thanks to Vladimir Shutoff.
134 161
135 *) Bugfix: the "X-Accel-Limit-Rate" header line was not taken into 162 *) Bugfix: the "X-Accel-Limit-Rate" header line was not taken into
136 account if the request was redirected using the "X-Accel-Redirect" 163 account if the request was redirected using the "X-Accel-Redirect"
137 header line. 164 header line.
138 165
311 Pentium 4. 338 Pentium 4.
312 339
313 *) Bugfix: the "config timefmt" SSI command set incorrect time format. 340 *) Bugfix: the "config timefmt" SSI command set incorrect time format.
314 341
315 *) Bugfix: nginx did not close connection to IMAP/POP3 backend for the 342 *) Bugfix: nginx did not close connection to IMAP/POP3 backend for the
316 SSL connections. Thanks to Rob Mueller. Bug appeared in 0.3.13. 343 SSL connections; bug appeared in 0.3.13.
344 Thanks to Rob Mueller.
317 345
318 *) Bugfix: segmentation fault may occurred in at SSL shutdown; bug 346 *) Bugfix: segmentation fault may occurred in at SSL shutdown; bug
319 appeared in 0.3.13. 347 appeared in 0.3.13.
320 348
321 349
663 691
664 *) Bugfix: the ngx_http_autoindex_module now do not show the files 692 *) Bugfix: the ngx_http_autoindex_module now do not show the files
665 starting by dot. 693 starting by dot.
666 694
667 *) Bugfix: if the SSL handshake failed then another connection may be 695 *) Bugfix: if the SSL handshake failed then another connection may be
668 closed too. Thanks to Rob Mueller. 696 closed too.
697 Thanks to Rob Mueller.
669 698
670 *) Bugfix: the export versions of MSIE 5.x could not connect via HTTPS. 699 *) Bugfix: the export versions of MSIE 5.x could not connect via HTTPS.
671 700
672 701
673 Changes with nginx 0.2.1 23 Sep 2005 702 Changes with nginx 0.2.1 23 Sep 2005
702 directives. 731 directives.
703 732
704 *) Bugfix: if all backend using in load-balancing failed after one 733 *) Bugfix: if all backend using in load-balancing failed after one
705 error, then nginx did not try do connect to them during 60 seconds. 734 error, then nginx did not try do connect to them during 60 seconds.
706 735
707 *) Bugfix: in IMAP/POP3 command argument parsing. Thanks to Rob Mueller. 736 *) Bugfix: in IMAP/POP3 command argument parsing.
737 Thanks to Rob Mueller.
708 738
709 *) Bugfix: errors while using SSL in IMAP/POP3 proxy. 739 *) Bugfix: errors while using SSL in IMAP/POP3 proxy.
710 740
711 *) Bugfix: errors while using SSI and gzipping. 741 *) Bugfix: errors while using SSI and gzipping.
712 742
713 *) Bugfix: the "Expires" and "Cache-Control" header lines were omitted 743 *) Bugfix: the "Expires" and "Cache-Control" header lines were omitted
714 from the 304 responses. Thanks to Alexandr Kukushkin. 744 from the 304 responses.
745 Thanks to Alexandr Kukushkin.
715 746
716 747
717 Changes with nginx 0.1.45 08 Sep 2005 748 Changes with nginx 0.1.45 08 Sep 2005
718 749
719 *) Change: the "ssl_engine" directive is canceled in the 750 *) Change: the "ssl_engine" directive is canceled in the