comparison text/en/CHANGES @ 1048:b08143db5fea

nginx-1.5.9
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 22 Jan 2014 17:59:45 +0400
parents 532f9f7bc17f
children 76debe31d417
comparison
equal deleted inserted replaced
1047:2dc22d8bde3c 1048:b08143db5fea
1
2 Changes with nginx 1.5.9 22 Jan 2014
3
4 *) Change: now nginx expects escaped URIs in "X-Accel-Redirect" headers.
5
6 *) Feature: the "ssl_buffer_size" directive.
7
8 *) Feature: the "limit_rate" directive can now be used to rate limit
9 responses sent in SPDY connections.
10
11 *) Feature: the "spdy_chunk_size" directive.
12
13 *) Feature: the "ssl_session_tickets" directive.
14 Thanks to Dirkjan Bussink.
15
16 *) Bugfix: the $ssl_session_id variable contained full session
17 serialized instead of just a session id.
18 Thanks to Ivan Ristić.
19
20 *) Bugfix: nginx incorrectly handled escaped "?" character in the
21 "include" SSI command.
22
23 *) Bugfix: the ngx_http_dav_module did not unescape destination URI of
24 the COPY and MOVE methods.
25
26 *) Bugfix: resolver did not understand domain names with a trailing dot.
27 Thanks to Yichun Zhang.
28
29 *) Bugfix: alerts "zero size buf in output" might appear in logs while
30 proxying; the bug had appeared in 1.3.9.
31
32 *) Bugfix: a segmentation fault might occur in a worker process if the
33 ngx_http_spdy_module was used.
34
35 *) Bugfix: proxied WebSocket connections might hang right after
36 handshake if the select, poll, or /dev/poll methods were used.
37
38 *) Bugfix: the "xclient" directive of the mail proxy module incorrectly
39 handled IPv6 client addresses.
40
1 41
2 Changes with nginx 1.5.8 17 Dec 2013 42 Changes with nginx 1.5.8 17 Dec 2013
3 43
4 *) Feature: IPv6 support in resolver. 44 *) Feature: IPv6 support in resolver.
5 45
6216 segmentation faults. 6256 segmentation faults.
6217 6257
6218 *) Bugfix: the compressed response encrypted by SSL may not transferred 6258 *) Bugfix: the compressed response encrypted by SSL may not transferred
6219 complete. 6259 complete.
6220 6260
6221 *) Bugfix: the TCP-specific TCP_NODELAY, TCP_NOPSUH, and TCP_CORK 6261 *) Bugfix: the TCP-specific TCP_NODELAY, TCP_NOPUSH, and TCP_CORK
6222 options, are not used for the unix domain sockets. 6262 options, are not used for the unix domain sockets.
6223 6263
6224 *) Feature: the rewrite directive supports the arguments rewriting. 6264 *) Feature: the rewrite directive supports the arguments rewriting.
6225 6265
6226 *) Bugfix: the response code 400 was returned for the POST request with 6266 *) Bugfix: the response code 400 was returned for the POST request with