Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

Tags: github/lua-nginx-module

Tags

v0.9.19

Toggle v0.9.19's commit message
bumped version to 0.9.19.

v0.9.18

Toggle v0.9.18's commit message
doc: bumped version to 0.9.18.

v0.9.18rc1

Toggle v0.9.18rc1's commit message
bumped the API version to 0.9.18.

v0.9.17

Toggle v0.9.17's commit message
doc: bumped version to 0.9.17.

v0.9.17rc1

Toggle v0.9.17rc1's commit message
bugfix: the user specified ./configure's --with-cc-opt and --with-ld-…

…opt might override the LUAJIT_INC/LUAJIT_LIB and LUA_INC/LUA_LIB environment settings. thanks Julian Gonggrijp for the report in openresty/openresty#117.

v0.9.16

Toggle v0.9.16's commit message
bugfix: we might miss the linker option -ldl when we shouldn't.

v0.9.16rc3

Toggle v0.9.16rc3's commit message
bugfix: we might miss the linker option -ldl when we shouldn't.

v0.9.16rc2

Toggle v0.9.16rc2's commit message
bugfix: access nonexistent fields in the "ngx" table in init_by_lua* …

…could lead to the exception "no request object found" because of the overreacting __index metamethod of the "ngx" table.

v0.9.16rc1

Toggle v0.9.16rc1's commit message
more coding style fixes.

v0.9.15

Toggle v0.9.15's commit message
doc: bumped version to 0.9.15; also stated that we work with nginx 1.…

…7.10.