comparison CHANGES @ 582:c456a023113c NGINX_0_8_43

nginx 0.8.43 *) Feature: large geo ranges base loading speed-up. *) Bugfix: an error_page redirection to "location /zero { return 204; }" without changing status code kept the error body; the bug had appeared in 0.8.42. *) Bugfix: nginx might close IPv6 listen socket during reconfiguration. Thanks to Maxim Dounin. *) Bugfix: the $uid_set variable may be used at any request processing stage.
author Igor Sysoev <http://sysoev.ru>
date Wed, 30 Jun 2010 00:00:00 +0400
parents 4d3e880ce86c
children 016632f0fb18
comparison
equal deleted inserted replaced
581:22b2345b75d9 582:c456a023113c
1
2 Changes with nginx 0.8.43 30 Jun 2010
3
4 *) Feature: large geo ranges base loading speed-up.
5
6 *) Bugfix: an error_page redirection to "location /zero { return 204;
7 }" without changing status code kept the error body; the bug had
8 appeared in 0.8.42.
9
10 *) Bugfix: nginx might close IPv6 listen socket during
11 reconfiguration.
12 Thanks to Maxim Dounin.
13
14 *) Bugfix: the $uid_set variable may be used at any request processing
15 stage.
16
1 17
2 Changes with nginx 0.8.42 21 Jun 2010 18 Changes with nginx 0.8.42 21 Jun 2010
3 19
4 *) Change: now nginx tests locations given by regular expressions, if 20 *) Change: now nginx tests locations given by regular expressions, if
5 request was matched exactly by a location given by a prefix string. 21 request was matched exactly by a location given by a prefix string.