comparison text/en/CHANGES @ 776:52dd79a43437

nginx-1.3.9
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 Nov 2012 14:24:48 +0000
parents a02360a5c265
children e77512b1ce11
comparison
equal deleted inserted replaced
775:813b8349cdbe 776:52dd79a43437
1
2 Changes with nginx 1.3.9 27 Nov 2012
3
4 *) Feature: support for chunked transfer encoding while reading client
5 request body.
6
7 *) Feature: the $request_time and $msec variables can now be used not
8 only in the "log_format" directive.
9
10 *) Bugfix: cache manager and cache loader processes might not be able to
11 start if more than 512 listen sockets were used.
12
13 *) Bugfix: in the ngx_http_dav_module.
14
1 15
2 Changes with nginx 1.3.8 30 Oct 2012 16 Changes with nginx 1.3.8 30 Oct 2012
3 17
4 *) Feature: the "optional_no_ca" parameter of the "ssl_verify_client" 18 *) Feature: the "optional_no_ca" parameter of the "ssl_verify_client"
5 directive. 19 directive.