comparison CHANGES @ 320:95183808f549 NGINX_0_6_4

nginx 0.6.4 *) Security: the "msie_refresh" directive allowed XSS. Thanks to Maxim Boguk. *) Change: the "proxy_store" and "fastcgi_store" directives were changed. *) Feature: the "proxy_store_access" and "fastcgi_store_access" directives. *) Bugfix: nginx did not work on Solaris/sparc64 if it was built by Sun Studio. Thanks to Andrei Nigmatulin. *) Workaround: for Sun Studio 12. Thanks to Jiang Hong.
author Igor Sysoev <http://sysoev.ru>
date Tue, 17 Jul 2007 00:00:00 +0400
parents fc223117327f
children d16d691432c9
comparison
equal deleted inserted replaced
319:6ccd0af7f704 320:95183808f549
1
2 Changes with nginx 0.6.4 17 Jul 2007
3
4 *) Security: the "msie_refresh" directive allowed XSS.
5
6 *) Change: the "proxy_store" and "fastcgi_store" directives were
7 changed.
8
9 *) Feature: the "proxy_store_access" and "fastcgi_store_access"
10 directives.
11
12 *) Bugfix: nginx did not work on Solaris/sparc64 if it was built by Sun
13 Studio.
14 Thanks to Andrei Nigmatulin.
15
16 *) Workaround: for Sun Studio 12.
17 Thanks to Jiang Hong.
18
1 19
2 Changes with nginx 0.6.3 12 Jul 2007 20 Changes with nginx 0.6.3 12 Jul 2007
3 21
4 *) Feature: the "proxy_store" and "fastcgi_store" directives. 22 *) Feature: the "proxy_store" and "fastcgi_store" directives.
5 23
6 *) Bugfix: a segmentation fault might occur in worker process if the 24 *) Bugfix: a segmentation fault might occur in worker process if the
7 "auth_http_header" directive was used. 25 "auth_http_header" directive was used.
26 Thanks to Maxim Dounin.
8 27
9 *) Bugfix: a segmentation fault occurred in worker process if the 28 *) Bugfix: a segmentation fault occurred in worker process if the
10 CRAM-MD5 authentication method was used, but it was not enabled. 29 CRAM-MD5 authentication method was used, but it was not enabled.
11 30
12 *) Bugfix: a segmentation fault might occur in worker process when the 31 *) Bugfix: a segmentation fault might occur in worker process when the