comparison CHANGES @ 318:3021f899881a NGINX_0_5_29

nginx 0.5.29 *) Feature: $nginx_version variable. Thanks to Nick S. Grechukh. *) Bugfix: if the FastCGI header was split in records, then nginx passed garbage in the header to a client. *) Bugfix: Sun Studio compatibility on Solaris/amd64 and Solaris/sparc64. Thanks to Jiang Hong and Andrei Nigmatulin. *) Bugfix: of minor potential bugs. Thanks to Coverity's Scan.
author Igor Sysoev <http://sysoev.ru>
date Mon, 23 Jul 2007 00:00:00 +0400
parents 24def6198d7f
children 1e9e2c5e7c14
comparison
equal deleted inserted replaced
317:c012154f05d1 318:3021f899881a
1 1
2 Changes with nginx 0.5.28 17 Jun 2007 2 Changes with nginx 0.5.29 23 Jul 2007
3
4 *) Feature: $nginx_version variable.
5 Thanks to Nick S. Grechukh.
6
7 *) Bugfix: if the FastCGI header was split in records, then nginx
8 passed garbage in the header to a client.
9
10 *) Bugfix: Sun Studio compatibility on Solaris/amd64 and
11 Solaris/sparc64.
12 Thanks to Jiang Hong and Andrei Nigmatulin.
13
14 *) Bugfix: of minor potential bugs.
15 Thanks to Coverity's Scan.
16
17
18 Changes with nginx 0.5.28 17 Jul 2007
3 19
4 *) Security: the "msie_refresh" directive allowed XSS. 20 *) Security: the "msie_refresh" directive allowed XSS.
21 Thanks to Maxim Boguk.
5 22
6 *) Bugfix: a segmentation fault might occur in worker process if the 23 *) Bugfix: a segmentation fault might occur in worker process if the
7 "auth_http_header" directive was used. 24 "auth_http_header" directive was used.
8 Thanks to Maxim Dounin. 25 Thanks to Maxim Dounin.
9 26