summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/NEWS')
-rw-r--r--Build/source/texk/web2c/luatexdir/NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/NEWS b/Build/source/texk/web2c/luatexdir/NEWS
index 41d6d4d14d1..8a542d6868e 100644
--- a/Build/source/texk/web2c/luatexdir/NEWS
+++ b/Build/source/texk/web2c/luatexdir/NEWS
@@ -1,4 +1,27 @@
==============================================================
+LuaTeX 1.18.0 2024-02-13
+==============================================================
+
+- New kpse.in_name_ok_silent_extended and kpse.in_name_ok_silent_extended
+- New kpse.in_name_ok, kpse.in_name_ok
+- New lfs.mkdirp that make parent directories as needed
+- In kpse mode os.rename,os.remove, lfs.attributes,
+ lfs.chdir, lfs.lock_dir, lfs.dir, lfs.link,
+ lfs.mkdir, lfs.mkdirp, lfs.rmdir, lfs.symlinkattributes, lfs.touch
+ are now validated with kpse.in_name_ok_silent_extended *and* kpse.out_name_ok_silent_extended;
+ lfs.attributes, lfs.dir and lfs.symlinkattributes are now validated only against kpse.in_name_ok_silent_extended
+- With --safer, all debug functions except traceback are nil
+- New commandline switch --[no-]check-dvi-total-pages exit when DVI exceeds 65535 pages (default: check).
+ This breaks backward compatibility.
+- Some fixes, among others:
+ * setgentounicode has a glyph_unicode_tree not NULL (thanks M. Chernoff)
+ * Character index within the limits in defining a Type 3 font (H.Hagen). Thanks M. Chernoff.
+ * Fix for dubious cff fonts (not following the 1000 unit recommendation) (Hans Hagen).
+ * TEXMF_OUTPUT_DIRECTORY and output_directory have the same value, having output_directory
+ the priority on TEXMF_OUTPUT_DIRECTORY.
+
+
+==============================================================
LuaTeX 1.17.0 2023-04-29
==============================================================