summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2020-04-22 22:21:44 -0300
committerHisham Muhammad <hisham@gobolinux.org>2020-04-22 22:21:44 -0300
commite782860c5dbf7cbfce7c89bb6b3dd95f52738296 (patch)
tree54a82c109292da4f0cfe4601624cf99334b22a20
parent1639208e640b809bc93422554e4634debe671946 (diff)
downloadluafilesystem-gh-pages.tar.gz
luafilesystem-gh-pages.tar.bz2
luafilesystem-gh-pages.zip
Release 1.8.0gh-pages
-rw-r--r--index.html11
1 files changed, 10 insertions, 1 deletions
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.</p>
70 70
71<h2><a name="status"></a>Status</h2> 71<h2><a name="status"></a>Status</h2>
72 72
73<p>Current version is 1.7.0. It works with Lua 5.1, 5.2 and 5.3, and it runs on various 73<p>Current version is 1.8.0. It works with Lua 5.1, 5.2, 5.3 and 5.4, and it runs on various
74flavors of Unix (including Linux, BSDs, macOS) and Windows.</p> 74flavors of Unix (including Linux, BSDs, macOS) and Windows.</p>
75 75
76<h2><a name="download"></a>Download</h2> 76<h2><a name="download"></a>Download</h2>
@@ -86,6 +86,15 @@ $ luarocks install luafilesystem
86<h2><a name="history"></a>History</h2> 86<h2><a name="history"></a>History</h2>
87 87
88<dl class="history"> 88<dl class="history">
89 <dt><strong>Version 1.8.0</strong> [22/Apr/2020]</dt>
90 <dd><ul>
91 <li>Lua 5.4 support</li>
92 <li>lfs.link and lfs.symlinkattributes now work on Windows</li>
93 <li>MACOSX_DEPLOYMENT_TARGET is configurable in the Makefile</li>
94 <li>Fallback to _POSIX_PATH_MAX when MAXPATHLEN is not avaliable</li>
95 <li>Fixed memory leak in case of realloc failure</li>
96 </ul></dd>
97
89 <dt><strong>Version 1.7.0</strong> [15/Sep/2017]</dt> 98 <dt><strong>Version 1.7.0</strong> [15/Sep/2017]</dt>
90 <dd><ul> 99 <dd><ul>
91 <li>symlinkattributes function now provides 'target' field, containing name of the file that the symlink points to.</li> 100 <li>symlinkattributes function now provides 'target' field, containing name of the file that the symlink points to.</li>