comparison text/en/CHANGES @ 1148:2b9dc2c5e129

nginx-1.5.13
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 08 Apr 2014 18:26:14 +0400
parents bc2a379c4cb6
children 525190b17193
comparison
equal deleted inserted replaced
1147:ff7defe134d8 1148:2b9dc2c5e129
1
2 Changes with nginx 1.5.13 08 Apr 2014
3
4 *) Change: improved hash table handling; the default values of the
5 "variables_hash_max_size" and "types_hash_bucket_size" were changed
6 to 1024 and 64 respectively.
7
8 *) Feature: the ngx_http_mp4_module now supports the "end" argument.
9
10 *) Feature: byte ranges support in the ngx_http_mp4_module and while
11 saving responses to cache.
12
13 *) Bugfix: alerts "ngx_slab_alloc() failed: no memory" no longer logged
14 when using shared memory in the "ssl_session_cache" directive and in
15 the ngx_http_limit_req_module.
16
17 *) Bugfix: the "underscores_in_headers" directive did not allow
18 underscore as a first character of a header.
19 Thanks to Piotr Sikora.
20
21 *) Bugfix: cache manager might hog CPU on exit in nginx/Windows.
22
23 *) Bugfix: nginx/Windows terminated abnormally if the
24 "ssl_session_cache" directive was used with the "shared" parameter.
25
26 *) Bugfix: in the ngx_http_spdy_module.
27
1 28
2 Changes with nginx 1.5.12 18 Mar 2014 29 Changes with nginx 1.5.12 18 Mar 2014
3 30
4 *) Security: a heap memory buffer overflow might occur in a worker 31 *) Security: a heap memory buffer overflow might occur in a worker
5 process while handling a specially crafted request by 32 process while handling a specially crafted request by