comparison CHANGES @ 502:f0cac61857ae NGINX_0_8_3

nginx 0.8.3 *) Feature: the $upstream_cache_status variable. *) Bugfix: nginx could not be built on MacOSX 10.6. the bug had appeared in 0.8.2. *) Bugfix: nginx could not be built --without-http-cache; the bug had appeared in 0.8.2. *) Bugfix: a segmentation fault occurred in worker process, if a backend 401 error was intercepted and the backend did not set the "WWW-Authenticate" response header line. Thanks to Eugene Mychlo.
author Igor Sysoev <http://sysoev.ru>
date Fri, 19 Jun 2009 00:00:00 +0400
parents 13b908d5338a
children c178dbab489a
comparison
equal deleted inserted replaced
501:531b6bbae529 502:f0cac61857ae
1
2 Changes with nginx 0.8.2 19 Jun 2009
3
4 *) Feature: the $upstream_cache_status variable.
5
6 *) Bugfix: nginx could not be built on MacOSX 10.6. the bug had
7 appeared in 0.8.2.
8
9 *) Bugfix: nginx could not be built --without-http-cache; the bug had
10 appeared in 0.8.2.
11
12 *) Bugfix: a segmentation fault occurred in worker process, if a
13 backend 401 error was intercepted and the backend did not set the
14 "WWW-Authenticate" response header line.
15 Thanks to Eugene Mychlo.
16
1 17
2 Changes with nginx 0.8.2 15 Jun 2009 18 Changes with nginx 0.8.2 15 Jun 2009
3 19
4 *) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on 20 *) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on
5 start up. 21 start up.