# HG changeset patch # User Igor Sysoev # Date 1252933794 0 # Node ID 64659bcb92d40747cef2fb8d9156b3e6e639f7da # Parent 4b5cf483c6a8017070c313d6c1c7e70088329e81 nginx-0.7.62-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,124 @@ nginx changelog + + + + +при обработке специально созданного запроса +в рабочем процессе мог произойти segmentation fault.
+Спасибо Chris Ries. +
+ +a segmentation fault might occur in worker process +while specially crafted request handling.
+Thanks to Chris Ries. +
+
+ + + +переменная $upstream_cache_status. + + +the $upstream_cache_status variable. + + + + + +устаревший закэшированный запрос мог залипнуть в состоянии "UPDATING". + + +an expired cached response might stick in the "UPDATING" state. + + + + + +при использовании error_log на уровне info или debug +в рабочем процессе мог произойти segmentation fault.
+Спасибо Сергею Боченкову. +
+ +a segmentation fault might occur in worker process, +if error_log was set to info or debug level.
+Thanks to Sergey Bochenkov. +
+
+ + + +в обработке заголовков ответа, разделённых в FastCGI-записях. + + +in handling FastCGI headers split in records. + + + + + +XSLT-фильтр мог выдавать ошибку "not well formed XML document" для +правильного документа.
+Спасибо Kuramoto Eiji. +
+ +XSLT filter may fail with message "not well formed XML document" +for valid XML document.
+Thanks to Kuramoto Eiji. +
+
+ + + +в MacOSX, Cygwin и nginx/Windows при проверке location'ов, заданных +регулярным выражением, теперь всегда делается сравнение без учёта +регистра символов. + + +now in MacOSX, Cygwin, and nginx/Windows locations given by a regular +expression are always tested in case insensitive mode. + + + + + +теперь nginx/Windows игнорирует точки в конце URI.
+Спасибо Hugo Leisink. +
+ +now nginx/Windows ignores trailing dots in URI.
+Thanks to Hugo Leisink. +
+
+ + + +имя файла указанного в --conf-path игнорировалось при установке; +ошибка появилась в 0.6.6.
+Спасибо Максиму Дунину. +
+ +name of file specified in --conf-path was not honored during installation; +the bug had appeared in 0.6.6.
+Thanks to Maxim Dounin. +
+
+ + + +при использовании HTTP Basic-аутентификации на Windows +для неверных имени/пароля возвращалась 500-ая ошибка. + + +a 500 error code was returned for invalid login/password while HTTP +Basic authentication on Windows. + + + +
+ + @@ -17,7 +135,6 @@ nginx не собирался на MacOSX 10.6. nginx could not be built on MacOSX 10.6. -the bug had appeared in 0.8.2. @@ -34,7 +151,7 @@ the bug had appeared in 0.7.60. -если было использовался перехват 401 ошибки от бэкенда и бэкенд +если использовался перехват 401 ошибки от бэкенда и бэкенд не возвращал строку "WWW-Authenticate" в заголовке ответа, то в рабочем процессе происходил segmentation fault.
Спасибо Евгению Мычло. @@ -82,10 +199,12 @@ in open_file_cache and proxy/fastcgi cac -open_file_cache мог кэшировать открытые файлы очень долго. - - -open_file_cache might cache open file descriptors too long. +open_file_cache мог кэшировать открытые файлы очень долго; +ошибка появилась в 0.7.4. + + +open_file_cache might cache open file descriptors too long; +the bug had appeared in 0.7.4. @@ -5968,7 +6087,7 @@ the bug had appeared in 0.5.8.
a segmentation fault might occur in worker process -if the temporarily files were used while working with FastCGI server; +if the temporary files were used while working with FastCGI server; the bug had appeared in 0.5.8.
@@ -8857,7 +8976,7 @@ the bug had appeared in 0.3.18. if the HTTPS protocol was used in the "proxy_pass" directive and -the request body was in temporarily file then the request was not transferred. +the request body was in temporary file then the request was not transferred.