# HG changeset patch # User Igor Sysoev # Date 1215432542 0 # Node ID 5cbd114a2b1d9d484aaac99bbe93aae613cf0a84 # Parent e94149d5de3713b5cf514cb70084bbffecc67c5c nginx-0.5.37-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,74 @@ nginx changelog + + + + +при совместном использовании sub_filter и SSI +ответы могли передаваться неверно. + + +if sub_filter and SSI were used together, then responses might +were transferred incorrectly. + + + + + +большие включения в SSI могли передавались не полностью. + + +large SSI inclusions might be truncated. + + + + + +рабочие процессы могли не реагировать на сигналы переконфигурации +и ротации логов. + + +worker processes might not catch reconfiguration and log rotation signals. + + + + + +nginx не собирался на последних Fedora 9 Linux.
+Спасибо Roxis. +
+ +nginx could not be built on latest Fedora 9 Linux.
+Thanks to Roxis. +
+
+ + + +при использовании keepalive на Linux +в рабочем процессе мог произойти segmentation fault. + + +a segmentation fault might occur in worker process on Linux, +if keepalive was enabled. + + + + + +во время переконфигурации на некоторых 64-битном платформах в лог +записывался alert "sendmsg() failed (9: Bad file descriptor)". + + +an alert "sendmsg() failed (9: Bad file descriptor)" on some 64-bit platforms +while reconfiguration. + + + +
+ + @@ -48,7 +116,7 @@ nginx выдавал ошибочное сообщение "SSL_shutdown() failed (SSL: )"; nginx issued the bogus error message "SSL_shutdown() failed (SSL: )"; -bug appeared in 0.5.35. +the bug had appeared in 0.5.35. @@ -59,7 +127,7 @@ bug appeared in 0.5.35. in HTTPS mode requests might fail with the "bad write retry" error; -bug appeared in 0.5.35. +the bug had appeared in 0.5.35. @@ -86,7 +154,7 @@ the "fastcgi_next_upstream invalid_heade a segmentation fault occurred in master process if the "fastcgi_catch_stderr" directive was used; -bug appeared in 0.5.32.
+the bug had appeared in 0.5.32.
Thanks to Manlio Perillo.
@@ -136,7 +204,7 @@ Thanks to Alexander V. Inyukhin. in HTTPS mode requests might fail with the "bad write retry" error; -bug appeared in 0.5.13. +the bug had appeared in 0.5.13. @@ -194,7 +262,7 @@ in HTTP/0.9 version. if the "?" character was in a "error_page" directive, then it was escaped in a proxied request; -bug appeared in 0.5.32. +the bug had appeared in 0.5.32. @@ -293,7 +361,7 @@ then nginx returned usual response. URL double escaping in a redirect of the "msie_refresh" directive; -bug appeared in 0.5.28. +the bug had appeared in 0.5.28. @@ -511,7 +579,7 @@ nginx распознавал параметры "close" и "keep-alive" в строке "Connection" nginx supported low case only "close" and "keep-alive" values in the "Connection" request header line; -bug appeared in 0.5.32. +the bug had appeared in 0.5.32. @@ -748,7 +816,7 @@ then nginx used only one port—80 o the "proxy_ignore_client_abort" and "fastcgi_ignore_client_abort" directives did not work; -bug appeared in 0.5.13. +the bug had appeared in 0.5.13. @@ -856,7 +924,7 @@ nginx не собирался на Solaris/amd64 Sun Studio 11 и более ранними версиями; fix building on Solaris/amd64 by Sun Studio 11 and early versions; -bug appeared in 0.5.29. +the bug had appeared in 0.5.29. @@ -1003,6 +1071,7 @@ in SSI parsing.
+ @@ -1012,7 +1081,7 @@ nginx не собирался с параметром --without-http_rewrite_module; nginx could not be built with the --without-http_rewrite_module parameter; -bug appeared in 0.5.24. +the bug had appeared in 0.5.24. @@ -1039,7 +1108,7 @@ using HTTP/0.9. a part of response body might be passed uncompressed if gzip was used; -bug appeared in 0.5.23. +the bug had appeared in 0.5.23. @@ -1113,7 +1182,7 @@ in the HTTPS protocol in the "proxy_pass a big request body might not be passed to backend; -bug appeared in 0.5.21. +the bug had appeared in 0.5.21. @@ -1350,7 +1419,7 @@ a segmentation fault occurred in master after first reconfiguration and receiving any signal if nginx was built with ngx_http_perl_module and perl did not support multiplicity; -bug appeared in 0.5.9. +the bug had appeared in 0.5.9. @@ -1363,7 +1432,7 @@ bug appeared in 0.5.9. if perl did not support multiplicity, then after reconfiguration perl code did not work; -bug appeared in 0.3.38. +the bug had appeared in 0.3.38. @@ -1449,7 +1518,7 @@ Thanks to Pavel Yarkovoy. a segmentation fault might occur in worker process if a charset was set in the "Content-Type" header line and the line has trailing ";"; -bug appeared in 0.3.50. +the bug had appeared in 0.3.50. @@ -1471,7 +1540,7 @@ nginx не собирался на Solaris без параметра --with-debug; nginx could not be built on Solaris without the --with-debug option; -bug appeared in 0.5.15. +the bug had appeared in 0.5.15. @@ -1648,8 +1717,9 @@ nginx не собирался на платформах, отличных от i386, amd64, sparc и ppc; ошибка появилась в 0.5.8. -nginx could not be built on platforms different from i386, amd64, sparc and ppc; -bug appeared in 0.5.8. +nginx could not be built on platforms different from i386, amd64, sparc, +and ppc; +the bug had appeared in 0.5.8. @@ -1664,8 +1734,9 @@ nginx не собирался на платформах, отличных от i386, amd64, sparc и ppc; ошибка появилась в 0.5.8. -nginx could not be built on platforms different from i386, amd64, sparc и ppc; -bug appeared in 0.5.8. +nginx could not be built on platforms different from i386, amd64, sparc, +and ppc; +the bug had appeared in 0.5.8. @@ -1678,7 +1749,7 @@ bug appeared in 0.5.8. a segmentation fault might occur in worker process if the temporarily files were used while working with FastCGI server; -bug appeared in 0.5.8. +the bug had appeared in 0.5.8. @@ -1725,7 +1796,7 @@ Thanks to Chris McGrath. the response was incorrect if several ranges were requested; -bug appeared in 0.5.6. +the bug had appeared in 0.5.6. @@ -1777,7 +1848,7 @@ if nginx was built with -O2 optimization while online executable file upgrade the new master process did not inherit the listening sockets; -bug appeared in 0.5.9. +the bug had appeared in 0.5.9. @@ -1790,7 +1861,7 @@ segmentation fault; a segmentation fault might occur in worker process if nginx was built with -O2 optimization; -bug appeared in 0.5.1. +the bug had appeared in 0.5.1. @@ -1909,7 +1980,7 @@ send_timeout; if the "proxy_buffering off" directive was used and a client connection was non-active, then the connection was closed after send timeout; -bug appeared in 0.4.7. +the bug had appeared in 0.4.7. @@ -2176,7 +2247,7 @@ nginx might report about configuration e a segmentation fault might occur if the $host variable was used; -bug appeared in 0.4.14. +the bug had appeared in 0.4.14. @@ -2229,7 +2300,7 @@ the $r->has_request_body method did not if the "proxy_pass" directive used the name of the "upstream" block, then nginx tried to resolve the name; -bug appeared in 0.5.1. +the bug had appeared in 0.5.1. @@ -2256,7 +2327,7 @@ of a request. for Eudora for Mac; -bug appeared in 0.4.11.
+the bug had appeared in 0.4.11.
Thanks to Bron Gondwana.
@@ -2270,7 +2341,7 @@ Thanks to Bron Gondwana. if the "upstream" name was used in the "fastcgi_pass", then the message "no port in upstream" was issued; -bug appeared in 0.5.0. +the bug had appeared in 0.5.0. @@ -2284,7 +2355,7 @@ bug appeared in 0.5.0. if the "proxy_pass" and "fastcgi_pass" directives used the same servers but different ports, then these directives uses the first described port; -bug appeared in 0.5.0. +the bug had appeared in 0.5.0. @@ -2297,7 +2368,7 @@ bug appeared in 0.5.0. if the "proxy_pass" and "fastcgi_pass" directives used the unix domain sockets, then these directives used first described socket; -bug appeared in 0.5.0. +the bug had appeared in 0.5.0. @@ -2393,7 +2464,7 @@ nginx не собирался на 64-битных платформах; nginx could not be built on 64-bit platforms; -bug appeared in 0.4.14. +the bug had appeared in 0.4.14. @@ -2427,7 +2498,7 @@ ngx_http_perl_module не работал с перлом, собранным с поддержкой потоков; ngx_http_perl_module did not work with perl built with the threads support; -bug appeared in 0.3.38. +the bug had appeared in 0.3.38. @@ -2545,7 +2616,7 @@ and the deferred accept() were used. a charset could not be set for ngx_http_autoindex_module responses; -bug appeared in 0.3.50. +the bug had appeared in 0.3.50. @@ -2576,7 +2647,7 @@ 50-й подзапрос в SSI ответе не работал; the 50th subrequest in SSI response did not work; -bug appeared in 0.3.50. +the bug had appeared in 0.3.50. @@ -2646,7 +2717,7 @@ the ngx_http_perl_module supports the $r if the APOP was enabled in the POP3 proxy, then the USER/PASS commands might not work; -bug appeared in 0.4.10. +the bug had appeared in 0.4.10. @@ -2693,7 +2764,7 @@ in the "map" directive. the ngx_http_flv_module did not support the byte ranges for full responses; -bug appeared in 0.4.7. +the bug had appeared in 0.4.7. @@ -2704,7 +2775,7 @@ nginx не собирался на Debian amd64; nginx could not be built on Debian amd64; -bug appeared in 0.4.9. +the bug had appeared in 0.4.9. @@ -2857,7 +2928,7 @@ the $r->headers_out("Content-Length", .. after redirecting error by an "error_page" directive any ngx_http_rewrite_module directive returned this error code; -bug appeared in 0.4.4. +the bug had appeared in 0.4.4. @@ -2873,7 +2944,7 @@ nginx не собирался на Linux и Solaris; nginx could not be built on Linux and Solaris; -bug appeared in 0.4.4. +the bug had appeared in 0.4.4. @@ -2995,7 +3066,7 @@ unix domain сокет; a segmentation fault occurred if an unix domain socket was used in a "proxy_pass" directive; -bug appeared in 0.3.47. +the bug had appeared in 0.3.47. @@ -3030,7 +3101,7 @@ of the Sun Studio PAUSE hardware capabil the O_NOATIME flag support on Linux was canceled; -bug appeared in 0.4.1. +the bug had appeared in 0.4.1. @@ -3135,7 +3206,7 @@ the "ssi" directive is available inside a segmentation fault occurred if there was an "index" directive with variables and the first index name was without variables; -bug appeared in 0.1.29. +the bug had appeared in 0.1.29. @@ -3195,7 +3266,7 @@ had the captured escaped symbols from or a worker process may got caught in an endless loop while an error redirection; -bug appeared in 0.3.59. +the bug had appeared in 0.3.59. @@ -3231,7 +3302,7 @@ the "dav_access" directive did not suppo the "error_page" directive did not changes the "Content-Type" header line after the "X-Accel-Redirect" was used; -bug appeared in 0.3.58. +the bug had appeared in 0.3.58. @@ -3465,7 +3536,7 @@ was used and nginx switched to a next up on some condition while reconfiguration character codes inside the "charset_map" may be treated invalid; -bug appeared in 0.3.50. +the bug had appeared in 0.3.50. @@ -3532,7 +3603,7 @@ nginx не собирался на платформе amd64; nginx could not be built on amd64 platform; -bug appeared in 0.3.53. +the bug had appeared in 0.3.53. @@ -3632,7 +3703,7 @@ to the 0.3.40 version state: the module the worker process may got caught in an endless loop if the limit rate was used; -bug appeared in 0.3.37. +the bug had appeared in 0.3.37. @@ -3645,7 +3716,7 @@ bug appeared in 0.3.37. ngx_http_charset_module logged "unknown charset" alert, even if the recoding was not needed; -bug appeared in 0.3.50. +the bug had appeared in 0.3.50. @@ -3672,7 +3743,7 @@ was not removed. the "<" symbols might disappeared some conditions in the SSI; -bug appeared in 0.3.50. +the bug had appeared in 0.3.50. @@ -3816,7 +3887,7 @@ X-Accel-Redirect, и у которых метод не равен HEAD; the internal redirect always transform client's HTTP method to GET, now the transformation is made for the "X-Accel-Redirect" redirects only and if the method is not HEAD; -bug appeared in 0.3.42. +the bug had appeared in 0.3.42. @@ -3828,7 +3899,7 @@ bug appeared in 0.3.42. the ngx_http_perl_module could not be built, if the perl was built with the threads support; -bug appeared in 0.3.46. +the bug had appeared in 0.3.46. @@ -3940,7 +4011,7 @@ the &deg; symbol codes were changed в таблицу перекодировки koi-win добавлены символы евро и номера. -the euro и N symbols were added to koi-win conversion table. +the euro and N symbols were added to koi-win conversion table. @@ -4175,7 +4246,7 @@ SSI-commands, then the "unknown variable the active connection counter increased on the exceeding of the connection limit specified by the "worker_connections" directive; -bug appeared in 0.2.0. +the bug had appeared in 0.2.0. @@ -4186,7 +4257,7 @@ bug appeared in 0.2.0. the limit rate might not work on some condition; -bug appeared in 0.3.38. +the bug had appeared in 0.3.38. @@ -4422,7 +4493,7 @@ accept-фильтр и TCP_DEFER_ACCEPT устанавливались только для первой the accept-filter and the TCP_DEFER_ACCEPT option were set for first "listen" directive only; -bug appeared in 0.3.31. +the bug had appeared in 0.3.31. @@ -4496,7 +4567,7 @@ in the "post_action" directive. the debug logging on startup and reconfiguration time was removed; -bug appeared in 0.3.31. +the bug had appeared in 0.3.31. @@ -4555,7 +4626,7 @@ Thanks to Andrei Nigmatulin. if there were several "listen" directives listening one various addresses inside one server, then server names like "*.domain.tld" worked for first address only; -bug appeared in 0.3.18. +the bug had appeared in 0.3.18. @@ -4610,7 +4681,7 @@ nginx не собирался на i386 платформе, если использовался PIC; nginx could not be built on i386 platform, if the PIC was used; -bug appeared in 0.3.27. +the bug had appeared in 0.3.27. @@ -4843,7 +4914,7 @@ segmentation fault; the segmentation fault was occurred on start or while reconfiguration if there was invalid configuration; -bug appeared in 0.3.24. +the bug had appeared in 0.3.24. @@ -4898,7 +4969,7 @@ the first "proxy_redirect" directive was on 64-bit platforms segmentation fault may occurred on start if the many names were used in the "server_name" directives; -bug appeared in 0.3.18. +the bug had appeared in 0.3.18. @@ -4966,7 +5037,7 @@ the method $r->query_string of ngx_http_ segmentation fault was occurred if the "none" or "blocked" values was specified in the "valid_referers" directive; -bug appeared in 0.3.18. +the bug had appeared in 0.3.18. @@ -5127,7 +5198,7 @@ some ".domain.tld" names incorrectly pro segmentation fault was occurred if configuration file did not exist; -bug appeared in 0.3.12. +the bug had appeared in 0.3.12. @@ -5138,7 +5209,7 @@ bug appeared in 0.3.12. on 64-bit platforms segmentation fault may occurred on start; -bug appeared in 0.3.16. +the bug had appeared in 0.3.16. @@ -5172,7 +5243,7 @@ the "map" directive supports domain name the timeouts were not used in SSL handshake; -bug appeared in 0.2.4. +the bug had appeared in 0.2.4. @@ -5267,7 +5338,7 @@ nginx не закрывал соединения с IMAP/POP3 бэкендом при использовании SSL nginx did not close connection to IMAP/POP3 backend for the SSL connections; -bug appeared in 0.3.13.
+the bug had appeared in 0.3.13.
Thanks to Rob Mueller.
@@ -5279,7 +5350,7 @@ segmentation fault мог произойти во время SSL shutdown; segmentation fault may occurred in at SSL shutdown; -bug appeared in 0.3.13. +the bug had appeared in 0.3.13. @@ -5329,7 +5400,7 @@ quit and active "debug_points" directive in the 304 response the body was transferred; -bug appeared in 0.3.13. +the bug had appeared in 0.3.13. @@ -5383,7 +5454,7 @@ to FastCGI-server via the unix domain so the "auth_basic" directive did not disable the authorization; -bug appeared in 0.3.11. +the bug had appeared in 0.3.11. @@ -5450,7 +5521,7 @@ the "proxy_buffering" directive. the changes in accept mutex handling when the "rtsig" method was used; -bug appeared in 0.3.0. +the bug had appeared in 0.3.0. @@ -5486,7 +5557,7 @@ the "Basic realm" text. if the "combined" format was explicitly specified in the "access_log" directive, then the empty lines was written to the log; -bug appeared in 0.3.8. +the bug had appeared in 0.3.8. @@ -5522,7 +5593,7 @@ nginx не передавал при проксировании тело запроса и строки заголовка клиента; nginx did not pass the client request headers and body while proxying; -bug appeared in 0.3.10. +the bug had appeared in 0.3.10. @@ -5658,7 +5729,7 @@ nginx считал небезопасными URI, в которых между двумя слэшами nginx considered URI as unsafe if two any symbols was between two slashes; -bug appeared in 0.3.8. +the bug had appeared in 0.3.8. @@ -5792,7 +5863,7 @@ the worker processes did not flush the b if the request URI was changes by the "rewrite" directive and the request was proxied in location given by regular expression, then the incorrect request was transferred to backend; -bug appeared in 0.2.6. +the bug had appeared in 0.2.6. @@ -5856,8 +5927,9 @@ nginx не собирался на платформах, отличных от i386, amd64, sparc и ppc; ошибка появилась в 0.3.2. -nginx could not be built on platforms different from i386, amd64, sparc и ppc; -bug appeared in 0.3.2. +nginx could not be built on platforms different from i386, amd64, sparc, +and ppc; +the bug had appeared in 0.3.2. @@ -5893,7 +5965,7 @@ nginx не слушал на 80 порту; if at least in one server was no the "listen" directive, then nginx did not listen on the 80 port; -bug appeared in 0.3.3. +the bug had appeared in 0.3.3. @@ -5921,7 +5993,7 @@ segmentation fault; the segmentation fault may occurred if the IMAP/POP3 login was changed by authorization server; -bug appeared in 0.2.2. +the bug had appeared in 0.2.2. @@ -5932,7 +6004,7 @@ accept mutex не работал, все соединения обрабатывались одним рабочим процессом; the accept mutex did not work and all connections were handled by one process; -bug appeared in 0.3.3. +the bug had appeared in 0.3.3. @@ -5959,7 +6031,7 @@ nginx не собирался на Linux 2.4+ и MacOS X; nginx could not be built on Linux 2.4+ and MacOS X; -bug appeared in 0.3.3. +the bug had appeared in 0.3.3. @@ -6028,7 +6100,7 @@ after the -HUP signal nginx left an open the mime type may be incorrectly set to default value for index file with variable in the name; -bug appeared in 0.3.0. +the bug had appeared in 0.3.0. @@ -6138,7 +6210,7 @@ directives. the segmentation fault occurred when the signal queue overflowed if the "rtsig" method was used; -bug appeared in 0.2.0. +the bug had appeared in 0.2.0. @@ -6238,7 +6310,7 @@ new configuration, then the ngx_http_rew if the "set" directive set the ngx_http_geo_module variable in some configuration part, the this variable was not available in other configuration parts and the "using uninitialized variable" error was occurred; -bug appeared in 0.2.2. +the bug had appeared in 0.2.2. @@ -6312,7 +6384,7 @@ in the "if" command. in proxying location without trailing slash; -bug appeared in 0.1.44. +the bug had appeared in 0.1.44. @@ -6323,7 +6395,7 @@ bug appeared in 0.1.44. the segmentation fault may occurred if the "rtsig" method was used; -bug appeared in 0.2.0. +the bug had appeared in 0.2.0. @@ -6339,7 +6411,7 @@ nginx не собирался без параметра --with-debug; nginx could not be built without the --with-debug option; -bug appeared in 0.2.2. +the bug had appeared in 0.2.2. @@ -6431,7 +6503,7 @@ the export versions of MSIE 5.x could no if all backend using in load-balancing failed after one error, then nginx may got caught in an endless loop; -bug appeared in 0.2.0. +the bug had appeared in 0.2.0. @@ -6691,7 +6763,7 @@ the FastCGI parameters with the empty va the segmentation fault may occurred if there were errors while working with proxied or FastCGI server; -in the proxied mode the bug appeared in 0.1.29. +in the proxied mode the the bug had appeared in 0.1.29. @@ -6708,7 +6780,7 @@ segmentation fault или рабочий процесс мог зациклится; the segmentation fault occurred or the worker process may got caught in an endless loop if the proxied or FastCGI server sent the "Cache-Control" header line and the "expires" directive was used; -in the proxied mode the bug appeared in 0.1.29. +in the proxied mode the the bug had appeared in 0.1.29. @@ -6737,7 +6809,7 @@ in the ngx_http_proxy_module. the "limit_rate" directive did not work inside the "if" block; -bug appeared in 0.1.38. +the bug had appeared in 0.1.38. @@ -6781,7 +6853,7 @@ did not logged in the error log. the "Set-Cookie" header line was not transferred when the "X-Accel-Redirect" was used; -bug appeared in 0.1.39. +the bug had appeared in 0.1.39. @@ -6856,7 +6928,7 @@ the 401 response code redirecting. the ngx_http_proxy_module and ngx_http_fastcgi_module may close a connection before anything was transferred to a client; -bug appeared in 0.1.38. +the bug had appeared in 0.1.38. @@ -6889,7 +6961,7 @@ the "include virtual" command. if the backend response had the "Location" header line and nginx should not rewrite this line, then the 500 code response body was transferred; -bug appeared in 0.1.29. +the bug had appeared in 0.1.29. @@ -6902,7 +6974,7 @@ bug appeared in 0.1.29. some directives of the ngx_http_proxy_module and ngx_http_fastcgi_module were not inherited from the server to the location level; -bug appeared in 0.1.29. +the bug had appeared in 0.1.29. @@ -6922,7 +6994,7 @@ the ngx_http_ssl_module did not support the ngx_http_autoindex_module did not show correctly the long file names; -bug appeared in 0.1.38. +the bug had appeared in 0.1.38. @@ -7018,7 +7090,7 @@ nginx считал ответ неверным; nginx treated the backend response as invalid if the status line in the header was transferred in two packets; -bug appeared in 0.1.29. +the bug had appeared in 0.1.29. @@ -7201,7 +7273,7 @@ the "port_in_redirect" directive. the segmentation fault was occurred if the backend response header was in several packets; -bug appeared in 0.1.29. +the bug had appeared in 0.1.29. @@ -7237,7 +7309,7 @@ nginx возвращал ошибку 400 на запросы вида nginx returned the 400 response on requests like "GET http://www.domain.com/uri HTTP/1.0"; -bug appeared in 0.1.28. +the bug had appeared in 0.1.28. @@ -7296,7 +7368,7 @@ nginx не собирался с параметром --without-pcre; nginx could not be built with the --without-pcre parameter; -bug appeared in 0.1.29. +the bug had appeared in 0.1.29. @@ -7343,7 +7415,7 @@ the 500 error code was returned. the arguments were omitted in the redirects, issued by the "rewrite" directive; -bug appeared in 0.1.29. +the bug had appeared in 0.1.29. @@ -7416,7 +7488,7 @@ errors while using SSI and gzipping. the redirect with the 301 code was transferred without response body; -bug appeared in 0.1.30. +the bug had appeared in 0.1.30. @@ -7452,7 +7524,7 @@ FastCGI сервера была равна 500 байт, то nginx возвращал код ответа 500; if the length of the response part received at once from proxied or FastCGI server was equal to 500, then nginx returns the 500 response code; -in proxy mode the bug appeared in 0.1.29 only. +in proxy mode the the bug had appeared in 0.1.29 only. @@ -7735,7 +7807,7 @@ segmentation fault; the segmentation fault was occurred if the backend sent an invalid line in response header; -bug appeared in 0.1.26. +the bug had appeared in 0.1.26. @@ -8125,8 +8197,9 @@ nginx не собирался на платформах, отличных от i386, amd64, sparc и ppc; ошибка появилась в 0.1.22. -nginx could not be built on platforms different from i386, amd64, sparc и ppc; -bug appeared in 0.1.22. +nginx could not be built on platforms different from i386, amd64, sparc, +and ppc; +the bug had appeared in 0.1.22. @@ -8176,7 +8249,7 @@ statistics if the proxying or FastCGI se the installation paths were incorrectly quoted on Linux and Solaris; -bug appeared in 0.1.21. +the bug had appeared in 0.1.21. @@ -8455,7 +8528,7 @@ then the segmentation fault occurred. if in a proxied "Location" header was a relative URL, then a host name and a slash were added to them; -bug appeared in 0.1.14. +the bug had appeared in 0.1.14. @@ -8541,7 +8614,7 @@ the rewrite directive supports the argum the response code 400 was returned for the POST request with the "Content-Length: 0" header; -bug appeared in 0.1.14. +the bug had appeared in 0.1.14. @@ -8614,7 +8687,7 @@ the regular expressions in locations. the directive "proxy_preserve_host on" adds port 80 to the "Host" headers, if upstream listen on port 80; -bug appeared in 0.1.14. +the bug had appeared in 0.1.14. @@ -8715,7 +8788,7 @@ and fastcgi_x_powered_by. the "[alert] zero size buf" error; -bug appeared in 0.1.3. +the bug had appeared in 0.1.3. @@ -8984,7 +9057,7 @@ the double slashes in "://" in the URI w if the request without arguments contains "//", "/./", "/../" or "%XX" then the lost character in the request line was lost; -bug appeared in 0.1.9. +the bug had appeared in 0.1.9. @@ -9041,7 +9114,7 @@ sendfile64(). while the build configuration on Linux the --with-poll_module parameter was required; -bug appeared in 0.1.8. +the bug had appeared in 0.1.8. @@ -9091,7 +9164,7 @@ the proxy_max_temp_file_size directive. on FreeBSD the segmentation fault may occur if the size of the transferred file was changed; -bug appeared in 0.1.5. +the bug had appeared in 0.1.5. @@ -9285,7 +9358,7 @@ the portability improvements. if configuration file was set in command line, the reconfiguration was impossible; -bug appeared in 0.1.1. +the bug had appeared in 0.1.1. @@ -9308,7 +9381,7 @@ proxy module may get caught in an endles with sendfile the response was not recoded according to the charset module directives; -bug appeared in 0.1.1. +the bug had appeared in 0.1.1.