From b9040d7ef056a816006c3cf40d08745cd8c1d878 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 9 Jan 2007 17:08:42 +0000 Subject: [PATCH] nginx-0.5.6-RELEASE --- docs/xml/nginx/changes.xml | 62 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 092768945..ddcd699ea 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,68 @@ nginx changelog + + + + +ÔÅÐÅÒØ ÍÏÄÕÌØ ngx_http_index_module ÉÇÎÏÒÉÒÕÅÔ ×ÓÅ ÍÅÔÏÄÙ, +ËÒÏÍÅ GET, HEAD É POST. + + +now the ngx_http_index_module ignores all methods except the GET, HEAD, and +POST methods. + + + + + +ÍÏÄÕÌØ ngx_http_limit_zone_module. + + +the ngx_http_limit_zone_module. + + + + + +ÐÅÒÅÍÅÎÎÁÑ $binary_remote_addr. + + +the $binary_remote_addr variable. + + + + + +ÄÉÒÅËÔÉ×Ù ssl_session_cache ÍÏÄÕÌÅÊ ngx_http_ssl_module É ngx_imap_ssl_module. + + +the "ssl_session_cache" directives +of the ngx_http_ssl_module and ngx_imap_ssl_module. + + + + + +ÍÅÔÏÄ DELETE ÐÏÄÄÅÒÖÉ×ÁÅÔ ÒÅËÕÒÓÉ×ÎÏÅ ÕÄÁÌÅÎÉÅ. + + +the DELETE method supports recursive removal. + + + + + +ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ $r->sendfile() byte-ranges ÐÅÒÅÄÁ×ÁÌÉÓØ ÎÅ×ÅÒÎÏ. + + +the byte-ranges were transferred incorrectly if the $r->sendfile() was used. + + + + + + -- 2.47.3