Hello!
I've just prepared a tarball for the first release candidate, RC1, for
the upcoming OpenResty 1.5.12.1 version:
http://openresty.org/download/ngx_openresty-1.5.12.1rc1.tar.gz
Below are the basic changes:
* upgraded the nginx core to 1.5.12. mostly bug fixes.
* upgraded LuaJIT to v2.1-20140403. included all the latest bug fixes
in the JIT compiler, some of which are important.
* upgraded ngx_lua to 0.9.7. mostly bugfixes and code refactoring.
* upgraded lua-resty-core to 0.0.6. mostly optimizations.
* upgraded lua-resty-lock to 0.03. mostly bugfixes.
* upgraded lua-resty-string to 0.09. removed module() calls.
* upgraded ngx_form_input to 0.08. important bug fixes for security
vulnerability.
This release candidate has been tested on my Amazon EC2 test cluster
(http://qa.openresty.org ) and on our company's production
environment.
You're very welcome to try out this release candidate on your side and
report back any regressions that you find. Thank you for your time!
Best regards,
-agentzh