lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello, list!

This is a minor bugfix release of LuaRocks 2.4.1. LuaRocks is a
package management system for Lua modules. (For more information,
please visit http://luarocks.org )

http://luarocks.org/releases/luarocks-2.4.1.tar.gz
http://luarocks.org/releases/luarocks-2.4.1-win32.zip

Those of you on Unix who are running LuaRocks as a rock (i.e. those
who previously installed using `make bootstrap`) can install it using:

   luarocks install luarocks

What's new since 2.4.0:

* Avoid coroutine use inside luarocks.loader, that apparently affected
OpenResty's require()
* Fix upgrade issues for old versions (e.g. when upgrading from LuaRocks 2.1.0)

Special thanks for Michal Cichra and Tomás Guisasola for reporting
these bugs. This release contains commits by Peter Melnichenko and
myself.

As always, all kinds of feedback is greatly appreciated.

Thank you, enjoy!

-- Hisham