comparison CHANGES @ 640:97a1e05203c2 NGINX_1_0_10

nginx 1.0.10 *) Bugfix: a segmentation fault might occur in a worker process if resolver got a big DNS response. Thanks to Ben Hawkes. *) Bugfix: in cache key calculation if internal MD5 implementation was used; the bug had appeared in 1.0.4. *) Bugfix: the module ngx_http_mp4_module sent incorrect "Content-Length" response header line if the "start" argument was used. Thanks to Piotr Sikora.
author Igor Sysoev <http://sysoev.ru>
date Tue, 15 Nov 2011 00:00:00 +0400
parents 692f4d4d7f10
children 1b80544421e8
comparison
equal deleted inserted replaced
639:6a2ff3b3f4c4 640:97a1e05203c2
1
2 Changes with nginx 1.0.10 15 Nov 2011
3
4 *) Bugfix: a segmentation fault might occur in a worker process if
5 resolver got a big DNS response.
6 Thanks to Ben Hawkes.
7
8 *) Bugfix: in cache key calculation if internal MD5 implementation was
9 used; the bug had appeared in 1.0.4.
10
11 *) Bugfix: the module ngx_http_mp4_module sent incorrect
12 "Content-Length" response header line if the "start" argument was
13 used.
14 Thanks to Piotr Sikora.
15
1 16
2 Changes with nginx 1.0.9 01 Nov 2011 17 Changes with nginx 1.0.9 01 Nov 2011
3 18
4 *) Change: now the 0x7F-0x1F characters are escaped as \xXX in an 19 *) Change: now the 0x7F-0x1F characters are escaped as \xXX in an
5 access_log. 20 access_log.