comparison text/en/CHANGES @ 2005:6391902d1334

nginx-1.13.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 Jun 2017 18:00:03 +0300
parents e92780d00a6d
children 18ff9016b82f
comparison
equal deleted inserted replaced
2004:d1a1253a570e 2005:6391902d1334
1
2 Changes with nginx 1.13.2 27 Jun 2017
3
4 *) Change: nginx now returns 200 instead of 416 when a range starting
5 with 0 is requested from an empty file.
6
7 *) Feature: the "add_trailer" directive.
8 Thanks to Piotr Sikora.
9
10 *) Bugfix: nginx could not be built on Cygwin and NetBSD; the bug had
11 appeared in 1.13.0.
12
13 *) Bugfix: nginx could not be built under MSYS2 / MinGW 64-bit.
14 Thanks to Orgad Shaneh.
15
16 *) Bugfix: a segmentation fault might occur in a worker process when
17 using SSI with many includes and proxy_pass with variables.
18
19 *) Bugfix: in the ngx_http_v2_module.
20 Thanks to Piotr Sikora.
21
1 22
2 Changes with nginx 1.13.1 30 May 2017 23 Changes with nginx 1.13.1 30 May 2017
3 24
4 *) Feature: now a hostname can be used as the "set_real_ip_from" 25 *) Feature: now a hostname can be used as the "set_real_ip_from"
5 directive parameter. 26 directive parameter.