comparison CHANGES @ 524:80f7156c2965 NGINX_0_8_14

nginx 0.8.14 *) Bugfix: an expired cached response might stick in the "UPDATING" state. *) Bugfix: a segmentation fault might occur in worker process, if error_log was set to info or debug level. Thanks to Sergey Bochenkov. *) Bugfix: in embedded perl module; the bug had appeared in 0.8.11. *) Bugfix: an "error_page" directive did not redirect a 413 error; the bug had appeared in 0.6.10.
author Igor Sysoev <http://sysoev.ru>
date Mon, 07 Sep 2009 00:00:00 +0400
parents 1bc8c12d80ec
children 0161f3197817
comparison
equal deleted inserted replaced
523:441fbf722b8c 524:80f7156c2965
1
2 Changes with nginx 0.8.14 07 Sep 2009
3
4 *) Bugfix: an expired cached response might stick in the "UPDATING"
5 state.
6
7 *) Bugfix: a segmentation fault might occur in worker process, if
8 error_log was set to info or debug level.
9 Thanks to Sergey Bochenkov.
10
11 *) Bugfix: in embedded perl module; the bug had appeared in 0.8.11.
12
13 *) Bugfix: an "error_page" directive did not redirect a 413 error; the
14 bug had appeared in 0.6.10.
15
1 16
2 Changes with nginx 0.8.13 31 Aug 2009 17 Changes with nginx 0.8.13 31 Aug 2009
3 18
4 *) Bugfix: in the "aio sendfile" directive. the bug had appeared in 19 *) Bugfix: in the "aio sendfile" directive; the bug had appeared in
5 0.8.12. 20 0.8.12.
6 21
7 *) Bugfix: nginx could not be built without the --with-file-aio option 22 *) Bugfix: nginx could not be built without the --with-file-aio option
8 on FreeBSD; the bug had appeared in 0.8.12. 23 on FreeBSD; the bug had appeared in 0.8.12.
9 24