summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/NEWS
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-05-02 15:26:43 +0000
committerKarl Berry <karl@freefriends.org>2023-05-02 15:26:43 +0000
commit500a82737f72dad9588d133a7b51be4c5670495a (patch)
tree8e768af5909cf565b434e8112b02e3d9f93cc740 /Build/source/texk/web2c/luatexdir/NEWS
parent1d0ba17975f51d0c48c952df59fb43fb3c0f1f70 (diff)
propagate luatex 1.17.0 to branchbranch2023
git-svn-id: svn://tug.org/texlive/branches/branch2023@66984 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/NEWS')
-rw-r--r--Build/source/texk/web2c/luatexdir/NEWS27
1 files changed, 27 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/NEWS b/Build/source/texk/web2c/luatexdir/NEWS
index 8557c139df1..3f15df0a74a 100644
--- a/Build/source/texk/web2c/luatexdir/NEWS
+++ b/Build/source/texk/web2c/luatexdir/NEWS
@@ -1,4 +1,31 @@
==============================================================
+LuaTeX 1.17.0 2023-04-29
+==============================================================
+
+- A breaking backward compatibility change: by default the socket
+ 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 function os.kpsepopen follows the same restrictions
+ as io.popen.
+
+ The mime library is always available.
+
+ Thanks to Max Chernoff for debugging.
+
+
+
+==============================================================
LuaTeX 1.16.0 2023-02-19
==============================================================