From 1ec07fca597b1dcc4d565f35566708b612786783 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 2 May 2023 15:28:44 +0000 Subject: reformat NEWS git-svn-id: svn://tug.org/texlive/trunk@66985 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/luatexdir/NEWS | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'Build/source/texk') diff --git a/Build/source/texk/web2c/luatexdir/NEWS b/Build/source/texk/web2c/luatexdir/NEWS index 41d6d4d14d1..3f15df0a74a 100644 --- a/Build/source/texk/web2c/luatexdir/NEWS +++ b/Build/source/texk/web2c/luatexdir/NEWS @@ -3,23 +3,26 @@ 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. - 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 . + + 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 . + as io.popen. + + The mime library is always available. + Thanks to Max Chernoff for debugging. - ============================================================== -- cgit v1.2.3