comparison text/en/CHANGES @ 1992:e92780d00a6d

nginx-1.13.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 30 May 2017 18:03:28 +0300
parents 57a1ef2902bf
children 6391902d1334
comparison
equal deleted inserted replaced
1991:4f3dd2f548cf 1992:e92780d00a6d
1
2 Changes with nginx 1.13.1 30 May 2017
3
4 *) Feature: now a hostname can be used as the "set_real_ip_from"
5 directive parameter.
6
7 *) Feature: vim syntax highlighting scripts improvements.
8
9 *) Feature: the "worker_cpu_affinity" directive now works on DragonFly
10 BSD.
11 Thanks to Sepherosa Ziehau.
12
13 *) Bugfix: SSL renegotiation on backend connections did not work when
14 using OpenSSL before 1.1.0.
15
16 *) Workaround: nginx could not be built with Oracle Developer Studio
17 12.5.
18
19 *) Workaround: now cache manager ignores long locked cache entries when
20 cleaning cache based on the "max_size" parameter.
21
22 *) Bugfix: client SSL connections were immediately closed if deferred
23 accept and the "proxy_protocol" parameter of the "listen" directive
24 were used.
25
26 *) Bugfix: in the "proxy_cache_background_update" directive.
27
28 *) Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY
29 option before an SSL handshake.
30
1 31
2 Changes with nginx 1.13.0 25 Apr 2017 32 Changes with nginx 1.13.0 25 Apr 2017
3 33
4 *) Change: SSL renegotiation is now allowed on backend connections. 34 *) Change: SSL renegotiation is now allowed on backend connections.
5 35