File lua-luarocks.changes of Package luarocks
-------------------------------------------------------------------
Sat Jul 18 09:56:29 UTC 2015 - i@marguerite.su
- update version 2.2.2
* `luarocks build --only-deps` and `luarocks install --only-deps`
for installing dependencies only
* Mercurial support
* Improved command-line argument parser, now validates arguments
(it previously ignored unrecognized arguments) and accepts both
`--flag=option` and `--flag option` in flags that take arguments.
* For consistency with `luarocks show`, `luarocks doc --homepage`
is now `luarocks doc --home`
* Improvements to CMake build backend
* Improved Makefiles for handling simultaneous bootstrapped
installations
* Various bugfixes
- changes in 2.2.1
* Improved compatibility with Lua 5.3
* `luarocks list --outdated` for listing modules with available
upgrades
* Assorted bugfixes
-------------------------------------------------------------------
Mon Oct 20 16:34:46 UTC 2014 - i@marguerite.su
- update version 2.2.0
* MoonRocks is the new default repository: http://rocks.moonscript.org
Rocks don't need to be sent to the LuaRocks mailing list anymore,
you can upload them directly at the website or using
`luarocks upload` command for uploading rocks to MoonRocks via
the command-line
* Preliminary support for Lua 5.3
* No longer uses the module() function, for Lua 5.2 installations
built without Lua 5.1 compatibility
* --branch flag for `luarocks build` and `luarocks make`
* various improvements in `luarocks doc` command
* "git+http" transport for source.url
-------------------------------------------------------------------
Tue Jan 21 15:26:00 UTC 2013 - kianseong@gmail.com
- Updated version and made some changes
-------------------------------------------------------------------
Fri Sep 21 17:14:16 UTC 2012 - toganm@opensuse.org
- Initial packaging