Hi, folks!<br><div class="gmail_quote"><br>I've just kicked the ngx_openresty 1.0.6.12 release out of the door, which is the first stable release of ngx_openresty based on the nginx 1.0.6 core:<br><br>    <a href="http://openresty.org/#Download" target="_blank">http://openresty.org/#Download</a><br>

<br>Here goes the complete change log, as compared to the last stable release <a href="http://1.0.5.1">1.0.5.1</a>:<br><ul><li> upgraded <a title="RdsJsonNginxModule - ZhangYichun, Tue 21 Jun 2011 04:40:00 PM CST">RdsJsonNginxModule</a> to v0.12rc4.<ul>

<li> made <code>rds_json_ret</code> honor <code>rds_json_success_property</code> and <code>rds_json_user_property</code>. thanks Liseen Wan (万珣新)</li><li> only register our output filters when the <code>rds_json</code> directive is actually used in <code>nginx.conf</code>.</li>

</ul></li><li> upgraded <a title="RdsCsvNginxModule - ZhangYichun, Wed 31 Aug 2011 03:42:00 PM CST">RdsCsvNginxModule</a> to v0.03.<ul><li> only register our output filters when the <code>rds_csv</code> directive is actually used in <code>nginx.conf</code>.</li>

</ul></li></ul><ul><li> added new options <code>--with-luajit=PATH</code> and <code>--with-lua51=PATH</code> to the <code>./configure</code> script. thanks NginxUser.</li><li> upgraded <a title="DrizzleNginxModule - ZhangYichun, Fri 26 Aug 2011 09:12:00 AM CST">DrizzleNginxModule</a> to v0.1.1.</li>

</ul><ul><li> upgraded <a title="RdsJsonNginxModule - ZhangYichun, Tue 21 Jun 2011 04:40:00 PM CST">RdsJsonNginxModule</a> to 0.12rc3.<ul><li> implemented new directive <code>rds_json_root</code>.</li>
<li> implemented new directive <code>rds_json_success_property</code>.</li><li> implemented new directive <code>rds_json_user_property</code>.</li></ul></li></ul><ul><li> upgraded <a title="LuaNginxModule - ZhangYichun, Fri 26 Aug 2011 09:10:00 AM CST">LuaNginxModule</a> to 0.3.1rc3.<ul>

<li> implemented and documented the API for reading response headers from within Lua: <code>value = ngx.header.HEADER</code>.</li><li> fixed a bug when setting a multi-value response header to a single value (via writing to <code>ngx.header.HEADER</code>): the single value will be repeated on each old value.</li>

</ul></li><li> upgraded <a title="EchoNginxModule - ZhangYichun, Fri 26 Aug 2011 09:12:00 AM CST">EchoNginxModule</a> to 0.37rc4.<ul><li> fixed a bug in <code>echo_after_body</code>: when network is not perfect, data truncation might occur. we should have taken into account <code>NGX_AGAIN</code> returned by the downstream output filters. thanks Sparsh Gupta.</li>

</ul></li><li> upgraded <a title="HeadersMoreNginxModule - ZhangYichun, Fri 26 Aug 2011 09:10:00 AM CST">HeadersMoreNginxModule</a> to v0.16rc2.<ul><li> fixed a bug when setting a multi-value response header to a single value: the single value will be repeated on each old value.</li>

</ul></li><li> applied the patch from Maxim Dounin to fix a bug in the standard ngx_gzip module when dealing with empty flush buffers: <a title="External link to http://mailman.nginx.org/pipermail/nginx-devel/2011-February/000730.html" href="http://mailman.nginx.org/pipermail/nginx-devel/2011-February/000730.html" target="_blank">http://mailman.nginx.org/pipermail/nginx-devel/2011-February/000730.html</a></li>

<li> updated the no-pool-patch to eliminate the <code>-Wset-but-not-used</code> warnings issued by gcc 4.6.0.</li></ul><ul><li> upgraded <a title="LuaNginxModule - ZhangYichun, Fri 26 Aug 2011 09:10:00 AM CST">LuaNginxModule</a> to 0.3.1rc1.<ul>

<li>
 fixed a bug when the both the main request and the subrequest are POST 
requests with a body: we should not forward the main request's <code>Content-Length</code> headers to the user subrequests. thanks 朱峰.</li></ul></li></ul><ul><li> upgraded <a title="HeadersMoreNginxModule - ZhangYichun, Fri 26 Aug 2011 09:10:00 AM CST">HeadersMoreNginxModule</a> to 0.16rc1.<ul>

<li> fixed on-demand hander/filter registration trick for <code>HUP</code> signal restarts.</li><li> added some debugging outputs that can be enabled by the <code>--with-debug</code> option when building Nginx or <a title="OpenResty - ZhangYichun, Tue 21 Jun 2011 01:09:00 PM CST">OpenResty</a>.</li>

</ul></li><li>Upgraded the nginx core to 1.0.6.</li></ul>Enjoy!<br>-agentzh<br><br>
</div>