aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-12-08 18:11:30 -0300
committerHisham Muhammad <hisham@gobolinux.org>2022-12-08 18:11:30 -0300
commitfae768f295faed4796f20e40c0988ddf8993c37a (patch)
tree3ae4928aef61d1e4b9363ed840c1d2406b197769
parent4e01c096e883637337cd8c7e0174d293b8e73242 (diff)
downloadluarocks-fae768f295faed4796f20e40c0988ddf8993c37a.tar.gz
luarocks-fae768f295faed4796f20e40c0988ddf8993c37a.tar.bz2
luarocks-fae768f295faed4796f20e40c0988ddf8993c37a.zip
CHANGELOG: update for 3.9.2
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2748fe66..b8ec739d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
1## What's new in LuaRocks 3.9.2
2
3* Configuration now honors typical compiler environment variables
4 for all build backends:
5 * `MAKE`, `CC`, `AR`, `RANLIB` on Unix
6 * `MAKE`, `CC`, `AR`, `WINDRES`, `LINK`, `MT` on Windows
7* `builtin` build mode now supports Clang on Windows
8* `luarocks test` now checks/installs all dependency kinds
9 (build, runtime, test), so you don't need to run
10 `luarocks make --only-deps` in CI environments to get all
11 dependencies needed to run a test
12* MinGW: default to x86_64 compiler on 64-bit platforms
13* Fixed crash if `variables.LUA*` are unset in configuration
14* Fix `luarocks test --prepare` behavior for non-Busted tests
15* Internal API fixes
16 * `path.path_to_module`: accept custom file extensions in
17 package path variables
18 * `persist.save_from_table`: ensure directory exists when
19 saving a file
20
1## What's new in LuaRocks 3.9.1 21## What's new in LuaRocks 3.9.1
2 22
3* Fixed error message when Lua library is not found 23* Fixed error message when Lua library is not found