head 1.2; access; symbols pkgsrc-2023Q4:1.1.0.6 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.4 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2024.03.21.08.27.03; author markd; state dead; branches; next 1.1; commitid fdbbOglF7zJcg03F; 1.1 date 2023.05.24.12.03.35; author markd; state Exp; branches; next ; commitid RHMAB8K5V7r9adqE; desc @@ 1.2 log @luatex: update to 1.18.0 Part of TeXlive 2024 * Lua-level checks for writing to files now similar to the TeX-level checks. * If the Lua value texconfig.trace_extra_newline is set, blank lines are output in the log between macro parameters. In 2020–2023, this was the case by default; before that, such blank lines were never output, which is the behavior of the other engines. @ text @$NetBSD: patch-texk_web2c_luatexdir_ChangeLog,v 1.1 2023/05/24 12:03:35 markd Exp $ 1.16.0 -> 1.17.0 --- texk/web2c/luatexdir/ChangeLog 2023/05/01 23:50:21 66983 +++ texk/web2c/luatexdir/ChangeLog 2023/05/02 15:26:43 66984 @@@@ -1,5 +1,39 @@@@ +2023-04-29 Luigi Scarso + * LuaTeX 1.17.0 + +2023-04-28 Luigi Scarso + * new option --no-socket, same as --nosocket + +2023-04-27 Luigi Scarso + * new option --socket to split socket and shell escape; + * the mime library is always available (Max Chernoff); + * Fixed ChangeLog + +2023-04-25 Luigi Scarso + * socket library by default not enabled; + it is enabled with --shell-escape but not with --shell-restricted. + The option ---nosocket remains unchanged. + The two new functions os.socketgettime and os.socketsleep are + like socket.gettime and socket.sleep, but they are always available. + * Luatex 1.17.0 + +2023-04-24 Luigi Scarso + * static kpse.check_permissions in os.kpsepopen + * Fixed date in ChangeLog + +2023-04-23 Luigi Scarso + * new os.kpsepopen -- replace io.popen if kpse is active. + * Luatex 1.16.2 + +2023-04-18 Luigi Scarso + * lua.setluaname(n, s) and lua.getluaname(n): + fixed mismatch between documentation and implementation (J. Friedrich). + +2023-03-30 Luigi Scarso + * bugfix for setpdforigin() (A. Matthias) + 2023-02-22 Luigi Scarso - * fix latelua data reference (side effect of deferred late additions) (H.Hagen) + * fix latelua data reference (side effect of deferred late additions) (H.Hagen) 2023-02-18 Luigi Scarso * Fixed the "Invalid unicode ranges in CMap beginbfrange operator bug" as in pdfTeX (Hàn Thế Thành) @ 1.1 log @luatex: update to 1.17.0 (via patches) fixes CVE-2023-32700 @ text @d1 1 a1 1 $NetBSD$ @