diff 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
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Jun 27 16:38:01 2017 +0300
+++ b/text/en/CHANGES	Tue Jun 27 18:00:03 2017 +0300
@@ -1,4 +1,25 @@
 
+Changes with nginx 1.13.2                                        27 Jun 2017
+
+    *) Change: nginx now returns 200 instead of 416 when a range starting
+       with 0 is requested from an empty file.
+
+    *) Feature: the "add_trailer" directive.
+       Thanks to Piotr Sikora.
+
+    *) Bugfix: nginx could not be built on Cygwin and NetBSD; the bug had
+       appeared in 1.13.0.
+
+    *) Bugfix: nginx could not be built under MSYS2 / MinGW 64-bit.
+       Thanks to Orgad Shaneh.
+
+    *) Bugfix: a segmentation fault might occur in a worker process when
+       using SSI with many includes and proxy_pass with variables.
+
+    *) Bugfix: in the ngx_http_v2_module.
+       Thanks to Piotr Sikora.
+
+
 Changes with nginx 1.13.1                                        30 May 2017
 
     *) Feature: now a hostname can be used as the "set_real_ip_from"