From e782860c5dbf7cbfce7c89bb6b3dd95f52738296 Mon Sep 17 00:00:00 2001
From: Hisham Muhammad
Date: Wed, 22 Apr 2020 22:21:44 -0300
Subject: Release 1.8.0
---
index.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index dfc58cf..945d93a 100644
--- a/index.html
+++ b/index.html
@@ -70,7 +70,7 @@ the underlying directory structure and file attributes.
Status
-Current version is 1.7.0. It works with Lua 5.1, 5.2 and 5.3, and it runs on various
+
Current version is 1.8.0. It works with Lua 5.1, 5.2, 5.3 and 5.4, and it runs on various
flavors of Unix (including Linux, BSDs, macOS) and Windows.
Download
@@ -86,6 +86,15 @@ $ luarocks install luafilesystem
History
+ - Version 1.8.0 [22/Apr/2020]
+
+ - Lua 5.4 support
+ - lfs.link and lfs.symlinkattributes now work on Windows
+ - MACOSX_DEPLOYMENT_TARGET is configurable in the Makefile
+ - Fallback to _POSIX_PATH_MAX when MAXPATHLEN is not avaliable
+ - Fixed memory leak in case of realloc failure
+
+
- Version 1.7.0 [15/Sep/2017]
- symlinkattributes function now provides 'target' field, containing name of the file that the symlink points to.
--
cgit v1.2.3-55-g6feb