comparison text/en/CHANGES @ 1468:6b53e6b7caa4

nginx-1.9.0
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 Apr 2015 18:37:08 +0300
parents 493fb0be4f58
children 9b8df6c3cf3e
comparison
equal deleted inserted replaced
1467:7ca4a0568a2d 1468:6b53e6b7caa4
1
2 Changes with nginx 1.9.0 28 Apr 2015
3
4 *) Change: obsolete aio and rtsig event methods have been removed.
5
6 *) Feature: the "zone" directive inside the "upstream" block.
7
8 *) Feature: the stream module.
9
10 *) Feature: byte ranges support in the ngx_http_memcached_module.
11 Thanks to Martin Mlynář.
12
13 *) Feature: shared memory can now be used on Windows versions with
14 address space layout randomization.
15 Thanks to Sergey Brester.
16
17 *) Feature: the "error_log" directive can now be used on mail and server
18 levels in mail proxy.
19
20 *) Bugfix: the "proxy_protocol" parameter of the "listen" directive did
21 not work if not specified in the first "listen" directive for a
22 listen socket.
23
1 24
2 Changes with nginx 1.7.12 07 Apr 2015 25 Changes with nginx 1.7.12 07 Apr 2015
3 26
4 *) Feature: now the "tcp_nodelay" directive works with backend SSL 27 *) Feature: now the "tcp_nodelay" directive works with backend SSL
5 connections. 28 connections.