Changelog for
lua54-luarocks-3.7.0-2.1.noarch.rpm :
* Tue Jun 15 2021 Callum Farmer
- Update to version 3.7.0
* Improved connectivity resiliency
* On Unix, it now respects environment variables $XDG_CACHE_HOME and $XDG_CONFIG_HOME
* Fixes check for the default Lua version set in the user\'s home configuration- Remove deprecated option --versioned-rocks-dir
* Thu Feb 18 2021 Callum Farmer - Use %lua_provides macro for default lua versioning
* Sun Jul 12 2020 Callum Farmer - Update to version 3.3.1
* Fix downgrades of rocks containing directories: stop it from creating spurious 0-byte files where directories have been
* Fix error message when attempting to copy a file that is missing
* For the changes made in 3.3.0 see https://github.com/luarocks/luarocks/blob/master/CHANGELOG.md#whats-new-in-luarocks-330
* Mon Jul 06 2020 Matej Cepl - Add lua54 as new build target
* Wed Aug 28 2019 Matej Cepl - Update to 3.2.0:
* Bugfix: luarocks path does not change the order of pre-existing path items when prepending or appending to path variables
* Bugfix: fix directory detection on the Mac
* When building with --force-config, LuaRocks now never uses the \"project\" directory, but only the forced configuration
* Lua libdir is now only checked for commands/platforms that really need to link Lua explicitly
* LuaJIT is now detected dynamically
* RaptorJIT is now detected as a LuaJIT variant
* Improvements in Lua autodetection at runtime
* luarocks new_version: new option --dir
* luarocks which: report modules found via package.path and package.cpath as well
* install.bat: Improved detection for Visual Studio 2017 and higher
* Sun May 26 2019 John Vandenberg - Re-enable building for Lua 5.3- Add notable enhancements in changelog entry for v3.x update- Update to v3.1.2
* cmd: fix handling of unconfigured paths in get_lua_version- from v3.1.1
* fix: don\'t try to look in home_tree if not available
* refactor: reorganise code in get_lua_version
* fix: handle errors in lua wrapper check- from v3.1.0
* Includes many fixes and enhancements; full changelog is at https://github.com/luarocks/luarocks/compare/v3.0.4...v3.1.0
* Wed Oct 31 2018 mceplAATTsuse.com- Upgrade to 3.0.4
* Version 3.x is a large rewrite; full changelog is at https://github.com/luarocks/luarocks/blob/master/CHANGELOG.md
* New rockspec format
* New commands, including luarocks init for per-project workflows
* New flags, including --lua-dir and --lua-version for using multiple Lua installs with a single LuaRocks
* New build system
* General improvements, including namespaces
* User-visible changes, including some breaking changes
* Internal changes
* Mon Oct 30 2017 jmatejekAATTsuse.com- do not build for Lua 5.2
* Fri Jul 14 2017 tchvatalAATTsuse.com- Switch to multibuild to produce luarocks for all lua variants
* Fri Jul 14 2017 tchvatalAATTsuse.com- Version update to 2.4.2:
* New test suite based on Busted; runs on Linux, OSX and Windows
* git+ssh:// fetch protocol
* Improved behavior preserving permissions
* Improved listing of dependencies on installation
* Improved behavior of argument handling in `pack`
* MSYS and Haiku platform detection
* Feature-based detection of internal bit32 and utf8 modules
* Internal reorganization of luarocks.fs code
* `remove` option --force=fast renamed to --force-fast
* Plus assorted bugfixes and cleanups
* Avoid coroutine use in luarocks.loader
* Fix upgrade issues for very old versions
* Fixed conflict resolution on deploy/delete
* Improved dependency check messages
* Performance improvements when removing packages
* Support user-defined `platforms` array in config file
* Improvements in Lua interpreter version detection in Unix configure script
* Relaxed Lua version detection to improve support for alternative implementations (e.g. Ravi)
* Plus assorted bugfixes and improvements