comparison text/en/CHANGES @ 1657:b4428c8d1c21

nginx-1.9.12
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 24 Feb 2016 18:06:22 +0300
parents f2d83fc969b1
children 755c3c0324b1
comparison
equal deleted inserted replaced
1656:3526de7d75a6 1657:b4428c8d1c21
1
2 Changes with nginx 1.9.12 24 Feb 2016
3
4 *) Feature: Huffman encoding of response headers in HTTP/2.
5 Thanks to Vlad Krasnov.
6
7 *) Feature: the "worker_cpu_affinity" directive now supports more than
8 64 CPUs.
9
10 *) Bugfix: compatibility with 3rd party C++ modules; the bug had
11 appeared in 1.9.11.
12 Thanks to Piotr Sikora.
13
14 *) Bugfix: nginx could not be built statically with OpenSSL on Linux;
15 the bug had appeared in 1.9.11.
16
17 *) Bugfix: the "add_header ... always" directive with an empty value did
18 not delete "Last-Modified" and "ETag" header lines from error
19 responses.
20
21 *) Workaround: "called a function you should not call" and "shutdown
22 while in init" messages might appear in logs when using OpenSSL
23 1.0.2f.
24
25 *) Bugfix: invalid headers might be logged incorrectly.
26
27 *) Bugfix: socket leak when using HTTP/2.
28
29 *) Bugfix: in the ngx_http_v2_module.
30
1 31
2 Changes with nginx 1.9.11 09 Feb 2016 32 Changes with nginx 1.9.11 09 Feb 2016
3 33
4 *) Feature: TCP support in resolver. 34 *) Feature: TCP support in resolver.
5 35