diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2021-11-08 12:56:47 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2021-11-09 08:04:27 -0300 |
commit | a19608c08a7d7c5020a7159bc8c6d496d09ad5b9 (patch) | |
tree | 351a388409038f12ce54d3c9d7c8e51b7fde0a5d | |
parent | ab3b907b0f2324c1842cb8fb0464bc60356cf500 (diff) | |
download | luarocks-a19608c08a7d7c5020a7159bc8c6d496d09ad5b9.tar.gz luarocks-a19608c08a7d7c5020a7159bc8c6d496d09ad5b9.tar.bz2 luarocks-a19608c08a7d7c5020a7159bc8c6d496d09ad5b9.zip |
Changelog for LuaRocks 3.8.0
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cf18a00d..f64116c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,3 +1,25 @@ | |||
1 | ## What's new in LuaRocks 3.8.0 | ||
2 | |||
3 | * Support GitHub's protocol security changes transparently. | ||
4 | * The raw git:// protocol will stop working on GitHub. LuaRocks already | ||
5 | supports git+https:// as an alternative, but to avoid having to update | ||
6 | every rockspec in the repository that uses git://github.com, which would | ||
7 | require a large coordinated effort, LuaRocks now auto-converts github.com | ||
8 | and www.github.com URLs that use git:// to git+https:// | ||
9 | * `luarocks test` has a new flag `--prepare` that checks, downloads and | ||
10 | installs the tool requirements and rockspec dependencies but does not | ||
11 | run the test suite for the rockspec being tested. | ||
12 | * Code tweaks so that LuaRocks can run on a Lua interpreter built without | ||
13 | the `debug` library. | ||
14 | * `luarocks upload` supports uploading pre-packaged `.src.rock` files. | ||
15 | * Configuration fixes for OpenBSD. | ||
16 | * Respect the existing value for the `variables.LUALIB` configuration | ||
17 | variable if given explicitly by the user in the config file, rather | ||
18 | than trying to override it with auto-detection. | ||
19 | * Windows fixes for setting file permissions: | ||
20 | * Revert the use of `Everyone` back to `*S-1-1-0` | ||
21 | * Quote the use of the `%USERNAME%` variable to support names with spaces | ||
22 | |||
1 | ## What's new in LuaRocks 3.7.0 | 23 | ## What's new in LuaRocks 3.7.0 |
2 | 24 | ||
3 | * Improved connectivity resiliency | 25 | * Improved connectivity resiliency |