comparison CHANGES @ 660:d0f7a625f27c NGINX_1_1_14

nginx 1.1.14 *) Feature: multiple "limit_req" limits may be used simultaneously. *) Bugfix: in error handling while connecting to a backend. Thanks to Piotr Sikora. *) Bugfix: in AIO error handling on FreeBSD. *) Bugfix: in the OpenSSL library initialization. *) Bugfix: the "proxy_redirect" directives might not be correctly inherited. *) Bugfix: memory leak during reconfiguration if the "pcre_jit" directive was used.
author Igor Sysoev <http://sysoev.ru>
date Mon, 30 Jan 2012 00:00:00 +0400
parents 5a4401b9551b
children e5fa0a4a7d27
comparison
equal deleted inserted replaced
659:d48f991d7bd0 660:d0f7a625f27c
1
2 Changes with nginx 1.1.14 30 Jan 2012
3
4 *) Feature: multiple "limit_req" limits may be used simultaneously.
5
6 *) Bugfix: in error handling while connecting to a backend.
7 Thanks to Piotr Sikora.
8
9 *) Bugfix: in AIO error handling on FreeBSD.
10
11 *) Bugfix: in the OpenSSL library initialization.
12
13 *) Bugfix: the "proxy_redirect" directives might not be correctly
14 inherited.
15
16 *) Bugfix: memory leak during reconfiguration if the "pcre_jit"
17 directive was used.
18
1 19
2 Changes with nginx 1.1.13 16 Jan 2012 20 Changes with nginx 1.1.13 16 Jan 2012
3 21
4 *) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the 22 *) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the
5 "ssl_protocols" directive. 23 "ssl_protocols" directive.