]> git.kaiwu.me - nginx.git/commitdiff
nginx-1.2.6-RELEASE release-1.2.6
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 11 Dec 2012 14:24:23 +0000 (14:24 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 11 Dec 2012 14:24:23 +0000 (14:24 +0000)
docs/xml/nginx/changes.xml

index f840a493ce3673384511c229002c04c4521ceb40..10ddb1dffb2115bc3df60929d396758db591503a 100644 (file)
@@ -5,6 +5,42 @@
 <change_log title="nginx">
 
 
+<changes ver="1.2.6" date="11.12.2012">
+
+<change type="feature">
+<para lang="ru">
+переменные $request_time и $msec
+теперь можно использовать не только в директиве log_format.
+</para>
+<para lang="en">
+the $request_time and $msec variables
+can now be used not only in the "log_format" directive.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+cache manager и cache loader могли не запускаться,
+если использовалось более 512 listen-сокетов.
+</para>
+<para lang="en">
+cache manager and cache loader processes might not be able to start
+if more than 512 listen sockets were used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в модуле ngx_http_dav_module.
+</para>
+<para lang="en">
+in the ngx_http_dav_module.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="1.2.5" date="13.11.2012">
 
 <change type="feature">