summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2023-05-23 18:34:15 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2023-05-23 18:34:15 +0000
commit7466966264270bd73e8dd59a2a6dc04410683fb5 (patch)
tree9025856268bb7494d132919c3147fd90bcfb5b4f /Build
parent528c3b5af1e5c594dd962277fc8d54e6a2303d07 (diff)
Updated NEWS
git-svn-id: svn://tug.org/texlive/trunk@67197 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/luatexdir/NEWS23
1 files changed, 10 insertions, 13 deletions
diff --git a/Build/source/texk/web2c/luatexdir/NEWS b/Build/source/texk/web2c/luatexdir/NEWS
index 3f15df0a74a..41d6d4d14d1 100644
--- a/Build/source/texk/web2c/luatexdir/NEWS
+++ b/Build/source/texk/web2c/luatexdir/NEWS
@@ -3,26 +3,23 @@ LuaTeX 1.17.0 2023-04-29
==============================================================
- A breaking backward compatibility change: by default the socket
- library is not enabled.
+ library is not enabled .
The new option --socket enable the socket library as
before, as also --shell-escape (without --shell-restricted);
--nosocket, --no-socket , --safer disabled the library, and
they have the priority in case of conflicting options.
-
- socket.sleep and socket.gettime are duplicated as os.socketsleep and
- os.socketgettime, both always available.
-
- The new function os.kpsepopen replaces io.popen in kpse mode
- (i.e. when kpse_init is not zero) as it was before,
- but the permission can no longer be changed with
- kpse.check_permission.
+ The mime library is always available; socket.sleep
+ and socket.gettime are duplicated as os.socketsleep
+ and os.socketgettime, both always available.
+ The new os.kpsepopen replace io.popopen in kpse mode
+ (i.e. when kpse_init is not zero) as it was before
+ but the permission now cannot be changed anymore with
+ kpse.check_permission .
The function os.kpsepopen follows the same restrictions
- as io.popen.
-
- The mime library is always available.
-
+ as io.popen .
Thanks to Max Chernoff for debugging.
+
==============================================================