diff options
Diffstat (limited to 'releases/releases.json')
-rw-r--r-- | releases/releases.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/releases/releases.json b/releases/releases.json index 1d4a9431..742b170d 100644 --- a/releases/releases.json +++ b/releases/releases.json | |||
@@ -1,5 +1,17 @@ | |||
1 | [ | 1 | [ |
2 | { | 2 | { |
3 | "2.4.4": { | ||
4 | "date": "2018-03-12", | ||
5 | "files": ["luarocks-2.4.4.tar.gz", "luarocks-2.4.4.tar.gz.asc", "luarocks-2.4.4-win32.zip", "luarocks-2.4.4-win32.zip.asc"], | ||
6 | "about": [ | ||
7 | "Do not halt a package deletion process when a file from the package is missing", | ||
8 | "Updated bundled binaries in Windows package: Lua 5.1.5, Wget 1.19.4, 7zip 18.01", | ||
9 | "Updated Windows installer to better handle gcc toolchains", | ||
10 | "Fix detection of directories on Windows", | ||
11 | "Fixes .def generation on Windows" | ||
12 | ] | ||
13 | }}, | ||
14 | { | ||
3 | "2.4.3": { | 15 | "2.4.3": { |
4 | "date": "2017-09-12", | 16 | "date": "2017-09-12", |
5 | "files": ["luarocks-2.4.3.tar.gz", "luarocks-2.4.3.tar.gz.asc", "luarocks-2.4.3-win32.zip", "luarocks-2.4.3-win32.zip.asc"], | 17 | "files": ["luarocks-2.4.3.tar.gz", "luarocks-2.4.3.tar.gz.asc", "luarocks-2.4.3-win32.zip", "luarocks-2.4.3-win32.zip.asc"], |