summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-01-05 15:38:37 -0200
committerHisham Muhammad <hisham@gobolinux.org>2018-01-05 15:38:37 -0200
commit98a0bd9a97190be8ba10f14a3d67e42de827b04a (patch)
tree079b71a6416b62a5d9ab61a5a4f47e340d353831 /CHANGELOG.md
parent291c34696daa496d4ceb1e58b282fa935d90a3f5 (diff)
downloadluarocks-98a0bd9a97190be8ba10f14a3d67e42de827b04a.tar.gz
luarocks-98a0bd9a97190be8ba10f14a3d67e42de827b04a.tar.bz2
luarocks-98a0bd9a97190be8ba10f14a3d67e42de827b04a.zip
path: use versioned LUA_xPATH_5_x variables
`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.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d028713..0bd8c0c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
2What's new in LuaRocks 3.0 2What's new in LuaRocks 3.0
3========================== 3==========================
4 4
5* `luarocks path` now exports versioned variables `LUA_PATH_5_x` and
6 `LUA_CPATH_5_x` instead of `LUA_PATH` and `LUA_CPATH`
7 when those are in use in your system.
5* Package paths are sanitized to only reference the current Lua version. 8* Package paths are sanitized to only reference the current Lua version.
6 For example, if you have `/some/dir/lua/5.1/` in your `$LUA_PATH` and 9 For example, if you have `/some/dir/lua/5.1/` in your `$LUA_PATH` and
7 you are running Lua 5.2, `luarocks.loader` and the `luarocks` command-line 10 you are running Lua 5.2, `luarocks.loader` and the `luarocks` command-line