comparison text/en/CHANGES @ 1492:9b8df6c3cf3e

nginx-1.9.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 May 2015 17:14:04 +0300
parents 6b53e6b7caa4
children 7ece86947201
comparison
equal deleted inserted replaced
1491:d43407143fa6 1492:9b8df6c3cf3e
1
2 Changes with nginx 1.9.1 26 May 2015
3
4 *) Change: now SSLv3 protocol is disabled by default.
5
6 *) Change: some long deprecated directives are not supported anymore.
7
8 *) Feature: the "reuseport" parameter of the "listen" directive.
9 Thanks to Sepherosa Ziehau and Yingqi Lu.
10
11 *) Feature: the $upstream_connect_time variable.
12
13 *) Bugfix: in the "hash" directive on big-endian platforms.
14
15 *) Bugfix: nginx might fail to start on some old Linux variants; the bug
16 had appeared in 1.7.11.
17
18 *) Bugfix: in IP address parsing.
19 Thanks to Sergey Polovko.
20
1 21
2 Changes with nginx 1.9.0 28 Apr 2015 22 Changes with nginx 1.9.0 28 Apr 2015
3 23
4 *) Change: obsolete aio and rtsig event methods have been removed. 24 *) Change: obsolete aio and rtsig event methods have been removed.
5 25