comparison text/en/CHANGES @ 875:95c318e2dd4f

nginx-1.3.15
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 Mar 2013 17:21:27 +0400
parents 197e15f72b6d
children 6a4ef822a85c
comparison
equal deleted inserted replaced
874:38a2a5f065df 875:95c318e2dd4f
1
2 Changes with nginx 1.3.15 26 Mar 2013
3
4 *) Change: opening and closing a connection without sending any data in
5 it is no longer logged to access_log with 400 error code.
6
7 *) Feature: the ngx_http_spdy_module.
8 Thanks to Automattic for sponsoring this work.
9
10 *) Feature: the "limit_req_status" and "limit_conn_status" directives.
11 Thanks to Nick Marden.
12
13 *) Feature: the "image_filter_interlace" directive.
14 Thanks to Ian Babrou.
15
16 *) Feature: $connections_waiting variable in the
17 ngx_http_stub_status_module.
18
19 *) Feature: the mail proxy module now supports IPv6 backends.
20
21 *) Bugfix: request body might be transmitted incorrectly when retrying a
22 request to a next upstream server; the bug had appeared in 1.3.9.
23 Thanks to Piotr Sikora.
24
25 *) Bugfix: in the "client_body_in_file_only" directive; the bug had
26 appeared in 1.3.9.
27
28 *) Bugfix: responses might hang if subrequests were used and a DNS error
29 happened during subrequest processing.
30 Thanks to Lanshun Zhou.
31
32 *) Bugfix: in backend usage accounting.
33
1 34
2 Changes with nginx 1.3.14 05 Mar 2013 35 Changes with nginx 1.3.14 05 Mar 2013
3 36
4 *) Feature: $connections_active, $connections_reading, and 37 *) Feature: $connections_active, $connections_reading, and
5 $connections_writing variables in the ngx_http_stub_status_module. 38 $connections_writing variables in the ngx_http_stub_status_module.