Hi folks,
I've just kicked out OpenResty 1.11.2.2 RC2 for testing:
https://openresty.org/download/openresty-1.11.2.2rc2.tar.gz
PGP for this source tarball:
https://openresty.org/download/openresty-1.11.2.2rc2.tar.gz.asc
Win32 version:
https://openresty.org/download/openresty-1.11.2.2rc2-win32.zip
PGP for the Win32 zip file:
https://openresty.org/download/openresty-1.11.2.2rc2-win32.zip.asc
Complete change logs since the last (RC) release, 1.11.2.2 RC1:
* change: now we enable "-DLUAJIT_ENABLE_LUA52COMPAT" in our
bundled LuaJIT build by default, which can be disabled by
"./configure --without-luajit-lua52". note that this change may
introduce some minor backeward incompatibilities on the Lua
land, see http://luajit.org/extensions.html#lua52 for more
details.
* bugfix: missing restydoc data and indexes for the documentation
of most of our OpenResty components due to a recent regression
in resty-cli 0.14.
* upgraded resty-cli to 0.16.
* bugfix: restydoc-index: we should only ignore "pod"
directories in the output directory, not the whole output
directory.
* bugfix: restydoc-index: we swallowed the section name right
after the "Table of Contents" section (if any).
* upgraded opm to 0.0.2.
* bugfix: opm-pkg-indexer: fixed the pid file cleanup logic.
* bugfix: opm-pkg-indexer: ensure that we handle the QUIT and
TERM signals properly.
* doc: a typo fix from Paolo Iannelli.
Feedback welcome!
Thanks!
Best regards,
-agentzh