comparison CHANGES @ 433:2b6aba7fe8b5

Merge with nginx 0.7.16.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 08 Sep 2008 14:18:16 +0400
parents a2a3905c04ab
children a8e3f1441eec
comparison
equal deleted inserted replaced
428:9205084bd1f3 433:2b6aba7fe8b5
1
2 Changes with nginx 0.7.16 08 Sep 2008
3
4 *) Bugfix: nginx could not be built on 64-bit platforms; the bug had
5 appeared in 0.7.15.
6
7
8 Changes with nginx 0.7.15 08 Sep 2008
9
10 *) Feature: the ngx_http_random_index_module.
11
12 *) Feature: the "directio" directive has been optimized for file
13 requests starting from arbitrary position.
14
15 *) Feature: the "directio" directive turns off sendfile if it is
16 necessary.
17
18 *) Feature: now nginx allows underscores in a client request header
19 line names.
20
1 21
2 Changes with nginx 0.7.14 01 Sep 2008 22 Changes with nginx 0.7.14 01 Sep 2008
3 23
4 *) Change: now the ssl_certificate and ssl_certificate_key directives 24 *) Change: now the ssl_certificate and ssl_certificate_key directives
5 have not default values. 25 have not default values.