comparison text/en/CHANGES-1.0 @ 181:f26606d1203b

nginx-1.0.10
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Nov 2011 08:27:11 +0000
parents c14df688e927
children a627ecdece14
comparison
equal deleted inserted replaced
180:9e7d0c9c7eaa 181:f26606d1203b
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.