comparison CHANGES @ 422:88d3e895bdf9 NGINX_0_7_23

nginx 0.7.23 *) Feature: the "delete" and "ranges" parameters in the "geo" directive. *) Feature: speeding up loading of geo base with large number of values. *) Feature: decrease of memory required for geo base load.
author Igor Sysoev <http://sysoev.ru>
date Thu, 27 Nov 2008 00:00:00 +0300
parents ad0a34a8efa6
children 9da1d9d94d18
comparison
equal deleted inserted replaced
421:10e4013f5f54 422:88d3e895bdf9
1
2 Changes with nginx 0.7.23 27 Nov 2008
3
4 *) Feature: the "delete" and "ranges" parameters in the "geo" directive.
5
6 *) Feature: speeding up loading of geo base with large number of values.
7
8 *) Feature: decrease of memory required for geo base load.
9
1 10
2 Changes with nginx 0.7.22 20 Nov 2008 11 Changes with nginx 0.7.22 20 Nov 2008
3 12
4 *) Feature: the "none" parameter in the "smtp_auth" directive. 13 *) Feature: the "none" parameter in the "smtp_auth" directive.
5 Thanks to Maxim Dounin. 14 Thanks to Maxim Dounin.
1763 was relative to a server prefix. 1772 was relative to a server prefix.
1764 1773
1765 *) Bugfix: if the request contained "//" or "/./" and escaped symbols 1774 *) Bugfix: if the request contained "//" or "/./" and escaped symbols
1766 after them, then the proxied request was sent unescaped. 1775 after them, then the proxied request was sent unescaped.
1767 1776
1768 *) Bugfix: the $r->headers_in("Cookie") of the ngx_http_perl_module now 1777 *) Bugfix: the $r->header_in("Cookie") of the ngx_http_perl_module now
1769 returns all "Cookie" header lines. 1778 returns all "Cookie" header lines.
1770 1779
1771 *) Bugfix: a segmentation fault occurred if 1780 *) Bugfix: a segmentation fault occurred if
1772 "client_body_in_file_only on" was used and nginx switched to a next 1781 "client_body_in_file_only on" was used and nginx switched to a next
1773 upstream. 1782 upstream.