comparison text/en/CHANGES @ 1059:76debe31d417

nginx-1.5.10
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 04 Feb 2014 17:39:03 +0400
parents b08143db5fea
children fbb81cb6b012
comparison
equal deleted inserted replaced
1058:2ef5a63ce6e2 1059:76debe31d417
1
2 Changes with nginx 1.5.10 04 Feb 2014
3
4 *) Feature: the ngx_http_spdy_module now uses SPDY 3.1 protocol.
5 Thanks to Automattic and MaxCDN for sponsoring this work.
6
7 *) Feature: the ngx_http_mp4_module now skips tracks too short for a
8 seek requested.
9
10 *) Bugfix: a segmentation fault might occur in a worker process if the
11 $ssl_session_id variable was used in logs; the bug had appeared in
12 1.5.9.
13
14 *) Bugfix: the $date_local and $date_gmt variables used wrong format
15 outside of the ngx_http_ssi_filter_module.
16
17 *) Bugfix: client connections might be immediately closed if deferred
18 accept was used; the bug had appeared in 1.3.15.
19
20 *) Bugfix: alerts "getsockopt(TCP_FASTOPEN) ... failed" appeared in logs
21 during binary upgrade on Linux; the bug had appeared in 1.5.8.
22 Thanks to Piotr Sikora.
23
1 24
2 Changes with nginx 1.5.9 22 Jan 2014 25 Changes with nginx 1.5.9 22 Jan 2014
3 26
4 *) Change: now nginx expects escaped URIs in "X-Accel-Redirect" headers. 27 *) Change: now nginx expects escaped URIs in "X-Accel-Redirect" headers.
5 28