changeset 834:fd57967d850d release-0.4.12

nginx-0.4.12-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Tue, 31 Oct 2006 15:28:43 +0000
parents dbc6819acfcc
children 628af498ddc1
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 34 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,40 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.4.12" date="31.10.2006">
+
+<change type="feature">
+<para lang="ru">
+модуль ngx_http_perl_module поддерживает метод $r->variable.
+</para>
+<para lang="en">
+the ngx_http_perl_module supports the $r->variable method.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при включении в ответ большого статического файла с помощью SSI
+ответ мог передаваться не полностью.
+</para>
+<para lang="en">
+if a big static file was included using SSI in a response,
+then the response may be transferred incomplete.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не убирал "#fragment" в URI.
+</para>
+<para lang="en">
+nginx did not omit the "#fragment" part in URI.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.4.11" date="25.10.2006">
 
 <change type="feature">