aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-09-27 13:08:32 -0700
committerHisham Muhammad <hisham@gobolinux.org>2022-09-27 13:08:32 -0700
commit1ca5337b3ab3afaaa928a06c25f27e04e6c8091e (patch)
tree4d0fa07911082672e01a1a1fe9cf25b0d5a2ac82
parentc9fbac4ea402636bef7900f7fb0d48ef93831d8b (diff)
downloadluarocks-1ca5337b3ab3afaaa928a06c25f27e04e6c8091e.tar.gz
luarocks-1ca5337b3ab3afaaa928a06c25f27e04e6c8091e.tar.bz2
luarocks-1ca5337b3ab3afaaa928a06c25f27e04e6c8091e.zip
update CHANGELOG
Closes #1437
-rw-r--r--CHANGELOG.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f64116c9..2748fe66 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,36 @@
1## What's new in LuaRocks 3.9.1
2
3* Fixed error message when Lua library is not found
4* Fixed build of Windows binary
5* A couple of minor feature additions:
6 * API: `loader.which` has a new mode for searching `package.path/cpath`
7 * Adds a new second argument, `where`, a string which indicates places
8 to search for the module. If `where` contains `"l"`, it will search
9 using the LuaRocks loader; if it contains `"p"`, it will look in the
10 filesystem using `package.path` and `package.cpath`. You can use both
11 at the same time.
12 * `--no-project` flag can be used to override `.luarocks` project directory
13 detection
14
15## What's new in LuaRocks 3.9.0
16
17* `builtin` build mode now always respects CC, CFLAGS and LDFLAGS
18* Check that lua.h version matches the desired Lua version
19* Check that the version of the Lua C library matches the desired Lua version
20* Fixed deployment of non-wrapped binaries
21* Fixed crash when `--lua-version` option is malformed
22* Fixed help message for `--pin` option
23* Unix: use native methods and don't always rely on $USER to determine user
24* Windows: use native CLI tooling more
25* macOS: support .tbd extension when checking for libraries
26* macOS: add XCode SDK path to search paths
27* macOS: add best-effort heuristic for library search using Homebrew paths
28* macOS: avoid quoting issues with LIBFLAG
29* macOS: deployment target is now 11.0 on macOS 11+
30* added DragonFly BSD support
31* LuaRocks test suite now runs on Lua 5.4 and LuaJIT
32* Internal dependencies of standalone LuaRocks executable were bumped
33
1## What's new in LuaRocks 3.8.0 34## What's new in LuaRocks 3.8.0
2 35
3* Support GitHub's protocol security changes transparently. 36* Support GitHub's protocol security changes transparently.