comparison CHANGES @ 548:ab7d265273ed NGINX_0_8_26

nginx 0.8.26 *) Bugfix: in captures usage in "rewrite" directive; the bug had appeared in 0.8.25. *) Bugfix: nginx could not be built without the --with-debug option; the bug had appeared in 0.8.25.
author Igor Sysoev <http://sysoev.ru>
date Mon, 16 Nov 2009 00:00:00 +0300
parents e19e5f542878
children 697030d79811
comparison
equal deleted inserted replaced
547:43154840419e 548:ab7d265273ed
1
2 Changes with nginx 0.8.26 16 Nov 2009
3
4 *) Bugfix: in captures usage in "rewrite" directive; the bug had
5 appeared in 0.8.25.
6
7 *) Bugfix: nginx could not be built without the --with-debug option;
8 the bug had appeared in 0.8.25.
9
1 10
2 Changes with nginx 0.8.25 16 Nov 2009 11 Changes with nginx 0.8.25 16 Nov 2009
3 12
4 *) Change: now no message is written in an error log if a variable is 13 *) Change: now no message is written in an error log if a variable is
5 not found by $r->variable() method. 14 not found by $r->variable() method.