From 822cd094bd7f819f066ab59d78c29fbcfe58eebe Mon Sep 17 00:00:00 2001 From: Hakase Date: Wed, 26 Jun 2019 00:44:54 +0900 Subject: [PATCH] Release 1.17.1 --- .hgtags | 1 + docs/xml/nginx/changes.xml | 56 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/.hgtags b/.hgtags index 5dd625b..10adccb 100644 --- a/.hgtags +++ b/.hgtags @@ -439,3 +439,4 @@ d2fd76709909767fc727a5b4affcf1dc9ca488a7 release-1.15.9 5155d0296a5ef9841f035920527ffdb771076b44 release-1.15.11 0130ca3d58437b3c7c707cdddd813d530c68da9a release-1.15.12 054c1c46395caff79bb4caf16f40b331f71bb6dd release-1.17.0 +7816bd7dabf6ee86c53c073b90a7143161546e06 release-1.17.1 diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index ae034bb..5963cd7 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,62 @@ + + + + +директива limit_req_dry_run. + + +the "limit_req_dry_run" directive. + + + + + +при использовании директивы hash в блоке upstream +пустой ключ хэширования теперь приводит к переключению +на round-robin балансировку.
+Спасибо Niklas Keller. +
+ +when using the "hash" directive inside the "upstream" block +an empty hash key now triggers round-robin balancing.
+Thanks to Niklas Keller. +
+
+ + + +в рабочем процессе мог произойти segmentation fault, +если использовалось кэширование и директива image_filter, +а ошибки с кодом 415 перенаправлялись с помощь директивы error_page; +ошибка появилась в 1.11.10. + + +a segmentation fault might occur in a worker process +if caching was used along with the "image_filter" directive, +and errors with code 415 were redirected with the "error_page" directive; +the bug had appeared in 1.11.10. + + + + + +в рабочем процессе мог произойти segmentation fault, +если использовался встроенный перл; +ошибка появилась в 1.7.3. + + +a segmentation fault might occur in a worker process +if embedded perl was used; +the bug had appeared in 1.7.3. + + + +
+ +