summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/ChangeLog')
-rw-r--r--Build/source/texk/web2c/luatexdir/ChangeLog36
1 files changed, 35 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog
index 868f64cc33f..f182f16e4c5 100644
--- a/Build/source/texk/web2c/luatexdir/ChangeLog
+++ b/Build/source/texk/web2c/luatexdir/ChangeLog
@@ -1,5 +1,39 @@
+2023-04-29 Luigi Scarso <luigi.scarso@gmail.com>
+ * LuaTeX 1.17.0
+
+2023-04-28 Luigi Scarso <luigi.scarso@gmail.com>
+ * new option --no-socket, same as --nosocket
+
+2023-04-27 Luigi Scarso <luigi.scarso@gmail.com>
+ * new option --socket to split socket and shell escape;
+ * the mime library is always available (Max Chernoff);
+ * Fixed ChangeLog
+
+2023-04-25 Luigi Scarso <luigi.scarso@gmail.com>
+ * 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 <luigi.scarso@gmail.com>
+ * static kpse.check_permissions in os.kpsepopen
+ * Fixed date in ChangeLog
+
+2023-04-23 Luigi Scarso <luigi.scarso@gmail.com>
+ * new os.kpsepopen -- replace io.popen if kpse is active.
+ * Luatex 1.16.2
+
+2023-04-18 Luigi Scarso <luigi.scarso@gmail.com>
+ * lua.setluaname(n, s) and lua.getluaname(n):
+ fixed mismatch between documentation and implementation (J. Friedrich).
+
+2023-03-30 Luigi Scarso <luigi.scarso@gmail.com>
+ * bugfix for setpdforigin() (A. Matthias)
+
2023-02-22 Luigi Scarso <luigi.scarso@gmail.com>
- * 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 <luigi.scarso@gmail.com>
* Fixed the "Invalid unicode ranges in CMap beginbfrange operator bug" as in pdfTeX (Hàn Thế Thành)