diff text/en/CHANGES @ 1229:7dd620e507c3

nginx-1.7.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 17 Jun 2014 17:22:10 +0400
parents c61cccf4fad6
children 6958c35e16aa
line wrap: on
line diff
--- a/text/en/CHANGES	Tue May 13 11:30:59 2014 +0400
+++ b/text/en/CHANGES	Tue Jun 17 17:22:10 2014 +0400
@@ -1,4 +1,24 @@
 
+Changes with nginx 1.7.2                                         17 Jun 2014
+
+    *) Feature: the "hash" directive inside the "upstream" block.
+
+    *) Feature: defragmentation of free shared memory blocks.
+       Thanks to Wandenberg Peixoto and Yichun Zhang.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if the
+       default value of the "access_log" directive was used; the bug had
+       appeared in 1.7.0.
+       Thanks to Piotr Sikora.
+
+    *) Bugfix: trailing slash was mistakenly removed from the last parameter
+       of the "try_files" directive.
+
+    *) Bugfix: nginx could not be built on OS X in some cases.
+
+    *) Bugfix: in the ngx_http_spdy_module.
+
+
 Changes with nginx 1.7.1                                         27 May 2014
 
     *) Feature: the "$upstream_cookie_..." variables.