aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLog: formatting tweaksHisham Muhammad2018-07-021-13/+13
|
* Docs: updated Changelog for LuaRocks 3.0Hisham Muhammad2018-07-021-52/+151
|
* build: make "builtin" the default build.typeHisham Muhammad2018-06-061-0/+1
|
* update changelogHisham Muhammad2018-05-241-8/+44
|
* upload: new flag --temp-keyHisham Muhammad2018-03-201-0/+3
| | | | | | New flag `--temp-key` for `luarocks upload`, allowing you to easily upload rocks into an alternate account without disrupting the stored configuration of your main account.
* path: use versioned LUA_xPATH_5_x variablesHisham Muhammad2018-01-051-0/+3
| | | | | | | | `luarocks path` now exports versioned variables `LUA_PATH_5_x` and `LUA_CPATH_5_x` instead of `LUA_PATH` and `LUA_CPATH` when those are in use in your system. Fixes #760.
* When using --tree, prepend its package paths in wrappers.Hisham Muhammad2018-01-021-0/+2
| | | | Fixes #740.
* Adds --dev flag for development-branch sub-repositories. (#736)Hisham Muhammad2017-10-081-0/+4
| | | | | | | | | | | This adds support for easily requesting `dev` modules from LuaRocks.org, as in: ``` luarocks install --dev luafilesystem ``` The list of URLs configured in `rocks_servers` is prepended with a list containing "/dev" in their paths.
* ChangeLog: Mark module relocations as internal changesHisham Muhammad2017-10-051-5/+8
|
* 3.0: Patches can create and delete files.Hisham Muhammad2017-10-041-0/+2
|
* Add a changelog with ongoing LuaRocks 3 changes.Hisham Muhammad2017-09-291-0/+33