comparison text/en/CHANGES @ 887:6a4ef822a85c

nginx-1.3.16
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 16 Apr 2013 18:15:07 +0400
parents 95c318e2dd4f
children 22f93c9f4b55
comparison
equal deleted inserted replaced
886:ca9a259cb5c8 887:6a4ef822a85c
1
2 Changes with nginx 1.3.16 16 Apr 2013
3
4 *) Bugfix: a segmentation fault might occur in a worker process if
5 subrequests were used; the bug had appeared in 1.3.9.
6
7 *) Bugfix: the "tcp_nodelay" directive caused an error if a WebSocket
8 connection was proxied into a unix domain socket.
9
10 *) Bugfix: the $upstream_response_length variable has an incorrect value
11 "0" if buffering was not used.
12 Thanks to Piotr Sikora.
13
14 *) Bugfix: in the eventport and /dev/poll methods.
15
1 16
2 Changes with nginx 1.3.15 26 Mar 2013 17 Changes with nginx 1.3.15 26 Mar 2013
3 18
4 *) Change: opening and closing a connection without sending any data in 19 *) Change: opening and closing a connection without sending any data in
5 it is no longer logged to access_log with 400 error code. 20 it is no longer logged to access_log with error code 400.
6 21
7 *) Feature: the ngx_http_spdy_module. 22 *) Feature: the ngx_http_spdy_module.
8 Thanks to Automattic for sponsoring this work. 23 Thanks to Automattic for sponsoring this work.
9 24
10 *) Feature: the "limit_req_status" and "limit_conn_status" directives. 25 *) Feature: the "limit_req_status" and "limit_conn_status" directives.
17 ngx_http_stub_status_module. 32 ngx_http_stub_status_module.
18 33
19 *) Feature: the mail proxy module now supports IPv6 backends. 34 *) Feature: the mail proxy module now supports IPv6 backends.
20 35
21 *) Bugfix: request body might be transmitted incorrectly when retrying a 36 *) 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. 37 request to the next upstream server; the bug had appeared in 1.3.9.
23 Thanks to Piotr Sikora. 38 Thanks to Piotr Sikora.
24 39
25 *) Bugfix: in the "client_body_in_file_only" directive; the bug had 40 *) Bugfix: in the "client_body_in_file_only" directive; the bug had
26 appeared in 1.3.9. 41 appeared in 1.3.9.
27 42