# HG changeset patch # User Igor Sysoev # Date 1170684171 0 # Node ID bb491c8197e38ca10ae63b1f1ecb36bf6fdaf950 # Parent d0fb2cc2a09889910d102276ac6130d329c8d6d6 nginx-0.5.11-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,67 @@ nginx changelog + + + + +теперь configure определяет библиотеку PCRE в MacPorts.
+Спасибо Chris McGrath. +
+ +now configure detects system PCRE library in MacPorts.
+Thanks to Chris McGrath. +
+
+ + + +ответ был неверным, если запрашивалось несколько диапазонов; +ошибка появилась в 0.5.6. + + +the response was incorrect if several ranges were requested; +bug appeared in 0.5.6. + + + + + +директива create_full_put_path не могла создавать промежуточные каталоги, +если не была установлена директива dav_access.
+Спасибо Evan Miller. +
+ +the "create_full_put_path" directive could not create the intermediate +directories if no "dav_access" directive was set.
+Thanks to Evan Miller. +
+
+ + + +вместо кодов ошибок "400" и "408" в access_log мог записываться код "0". + + +the "0" response code might be logged in the access_log instead of +the "400" and "408" error codes. + + + + + +при сборке с оптимизацией -O2 в рабочем процессе мог произойти +segmentation fault. + + +a segmentation fault might occur in worker process +if nginx was built with -O2 optimization. + + + +
+ +