comparison CHANGES @ 458:2e2b57743e87 NGINX_0_7_41

nginx 0.7.41 *) Bugfix: a segmentation fault might occur in worker process, if a "server_name" or a "location" directives had captures in regular expressions; the issue had appeared in 0.7.40. Thanks to Vladimir Sopot.
author Igor Sysoev <http://sysoev.ru>
date Wed, 11 Mar 2009 00:00:00 +0300
parents ca8f7f6cab16
children bb941a2996a6
comparison
equal deleted inserted replaced
457:cc8fb8cd98bb 458:2e2b57743e87
1
2 Changes with nginx 0.7.41 11 Mar 2009
3
4 *) Bugfix: a segmentation fault might occur in worker process, if a
5 "server_name" or a "location" directives had captures in regular
6 expressions; the issue had appeared in 0.7.40.
7 Thanks to Vladimir Sopot.
8
1 9
2 Changes with nginx 0.7.40 09 Mar 2009 10 Changes with nginx 0.7.40 09 Mar 2009
3 11
4 *) Feature: the "location" directive supports captures in regular 12 *) Feature: the "location" directive supports captures in regular
5 expressions. 13 expressions.