zoom: make retry on failure configurable MP-565
[metaproxy-moved-to-github.git] / NEWS
diff --git a/NEWS b/NEWS
index 2d17630..6fab707 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+--- 1.5.8 2014/07/15
+
+Fix race condition in SIGTERM handling. Could terminate whole metaproxy
+instead of just a child process. Extremely rare in real life, hit me with
+CF stress testing. MP-559.
+
+--- 1.5.7 2014/07/15
+
+http_file: passthru option MP-557
+New facility for http_file to passthru - even if an area is matched. The
+default behavior (passthru=false) is to return 404: Not found. With
+passthru=false, next filter is consulted.
+
 --- 1.5.6 2014/07/14
 
 Fix ref to freed memory in log filter 1line - MP-556