comparison text/en/CHANGES @ 1534:e318a80033f5

nginx-1.9.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 14 Jul 2015 20:02:14 +0300
parents 7ece86947201
children 6011ed83b5af
comparison
equal deleted inserted replaced
1533:983734aed2b4 1534:e318a80033f5
1
2 Changes with nginx 1.9.3 14 Jul 2015
3
4 *) Change: duplicate "http", "mail", and "stream" blocks are now
5 disallowed.
6
7 *) Feature: connection limiting in the stream module.
8
9 *) Feature: data rate limiting in the stream module.
10
11 *) Bugfix: the "zone" directive inside the "upstream" block did not work
12 on Windows.
13
14 *) Bugfix: compatibility with LibreSSL in the stream module.
15 Thanks to Piotr Sikora.
16
17 *) Bugfix: in the "--builddir" configure parameter.
18 Thanks to Piotr Sikora.
19
20 *) Bugfix: the "ssl_stapling_file" directive did not work; the bug had
21 appeared in 1.9.2.
22 Thanks to Faidon Liambotis and Brandon Black.
23
24 *) Bugfix: a segmentation fault might occur in a worker process if the
25 "ssl_stapling" directive was used; the bug had appeared in 1.9.2.
26 Thanks to Matthew Baldwin.
27
1 28
2 Changes with nginx 1.9.2 16 Jun 2015 29 Changes with nginx 1.9.2 16 Jun 2015
3 30
4 *) Feature: the "backlog" parameter of the "listen" directives of the 31 *) Feature: the "backlog" parameter of the "listen" directives of the
5 mail proxy and stream modules. 32 mail proxy and stream modules.