]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.5.11-RELEASE release-0.5.11
authorIgor Sysoev <igor@sysoev.ru>
Mon, 5 Feb 2007 14:02:51 +0000 (14:02 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 5 Feb 2007 14:02:51 +0000 (14:02 +0000)
docs/xml/nginx/changes.xml

index 44252462395e30671a3c047138c05ca62a766896..6b27d7e20b41f08f1780aff9dba443c80a81f7cc 100644 (file)
@@ -9,6 +9,67 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.5.11" date="05.02.2007">
+
+<change type="feature">
+<para lang="ru">
+ÔÅÐÅÒØ configure ÏÐÒÅÄÅÌÑÅÔ ÂÉÂÌÉÏÔÅËÕ PCRE × MacPorts.<br/>
+óÐÁÓÉÂÏ Chris McGrath.
+</para>
+<para lang="en">
+now configure detects system PCRE library in MacPorts.<br/>
+Thanks to Chris McGrath.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÏÔ×ÅÔ ÂÙÌ ÎÅ×ÅÒÎÙÍ, ÅÓÌÉ ÚÁÐÒÁÛÉ×ÁÌÏÓØ ÎÅÓËÏÌØËÏ ÄÉÁÐÁÚÏÎÏ×;
+ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.5.6.
+</para>
+<para lang="en">
+the response was incorrect if several ranges were requested;
+bug appeared in 0.5.6.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÄÉÒÅËÔÉ×Á create_full_put_path ÎÅ ÍÏÇÌÁ ÓÏÚÄÁ×ÁÔØ ÐÒÏÍÅÖÕÔÏÞÎÙÅ ËÁÔÁÌÏÇÉ,
+ÅÓÌÉ ÎÅ ÂÙÌÁ ÕÓÔÁÎÏ×ÌÅÎÁ ÄÉÒÅËÔÉ×Á dav_access.<br/>
+óÐÁÓÉÂÏ Evan Miller.
+</para>
+<para lang="en">
+the "create_full_put_path" directive could not create the intermediate
+directories if no "dav_access" directive was set.<br/>
+Thanks to Evan Miller.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+×ÍÅÓÔÏ ËÏÄÏ× ÏÛÉÂÏË "400" É "408" × access_log ÍÏÇ ÚÁÐÉÓÙ×ÁÔØÓÑ ËÏÄ "0".
+</para>
+<para lang="en">
+the "0" response code might be logged in the access_log instead of
+the "400" and "408" error codes.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÐÒÉ ÓÂÏÒËÅ Ó ÏÐÔÉÍÉÚÁÃÉÅÊ -O2 × ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÍÏÇ ÐÒÏÉÚÏÊÔÉ
+segmentation fault.
+</para>
+<para lang="en">
+a segmentation fault might occur in worker process
+if nginx was built with -O2 optimization.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.5.10" date="26.01.2007">
 
 <change type="bugfix">