diff options
author | Karl Berry <karl@freefriends.org> | 2023-12-06 22:03:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-12-06 22:03:40 +0000 |
commit | 25688d1ac4c2cab95e9614516b2dcb9ce0dc2f83 (patch) | |
tree | e260f6c28f3b0d730d82c4366f51b8eeb0974954 | |
parent | 696a97d508f1979914d36d4e1ccbd4b9e30cdfb7 (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@69053 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl | 14 | ||||
-rw-r--r-- | Master/texmf-dist/scripts/texlive/NEWS | 5 |
2 files changed, 14 insertions, 5 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl b/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl index 5634d65757c..d22b3350c28 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: fmtutil.pl 68715 2023-11-01 17:28:01Z karl $ +# $Id: fmtutil.pl 68962 2023-11-24 23:01:43Z karl $ # fmtutil - utility to maintain format files. # (Maintained in TeX Live:Master/texmf-dist/scripts/texlive.) # @@ -24,11 +24,11 @@ BEGIN { TeX::Update->import(); } -my $svnid = '$Id: fmtutil.pl 68715 2023-11-01 17:28:01Z karl $'; -my $lastchdate = '$Date: 2023-11-01 18:28:01 +0100 (Wed, 01 Nov 2023) $'; +my $svnid = '$Id: fmtutil.pl 68962 2023-11-24 23:01:43Z karl $'; +my $lastchdate = '$Date: 2023-11-25 00:01:43 +0100 (Sat, 25 Nov 2023) $'; $lastchdate =~ s/^\$Date:\s*//; $lastchdate =~ s/ \(.*$//; -my $svnrev = '$Revision: 68715 $'; +my $svnrev = '$Revision: 68962 $'; $svnrev =~ s/^\$Revision:\s*//; $svnrev =~ s/\s*\$$//; my $version = "r$svnrev ($lastchdate)"; @@ -1611,6 +1611,12 @@ Supporting development binaries: easily running development binaries in parallel with the released binaries. +Environment: + + This script runs TeX and Metafont to generate the fmt/base file, and + thus all normal environment variables and search path rules for TeX/MF + apply. + Report bugs to: tex-live\@tug.org TeX Live home page: <https://tug.org/texlive/> EOF diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS index 57cad8c03bf..137030b375b 100644 --- a/Master/texmf-dist/scripts/texlive/NEWS +++ b/Master/texmf-dist/scripts/texlive/NEWS @@ -1,6 +1,9 @@ (This file public domain. Originally written by Norbert Preining and Karl Berry, 2010.) +<p><b>tlmgr 66903 (released 20nov23):</b> +<li>message wording. + <p><b>tlmgr 66818 (released 15nov23):</b> <li>detect a remote repository older than the local installation (i.e., a stale mirror), and don't update, to avoid incorrect package removals. @@ -11,7 +14,7 @@ Karl Berry, 2010.) <li>base context cache regeneration on ls-R mtimes. <li>support context paper size setting. -<p>TeX Live 2022 released. +<p>TeX Live 2023 released. <p><b>tlmgr 66457 (released 8mar23):</b> <li>tweaking context cache generation commands. |