texlive[69053] trunk: doc,sync
commits+karl at tug.org
commits+karl at tug.org
Wed Dec 6 23:03:40 CET 2023
Revision: 69053
https://tug.org/svn/texlive?view=revision&revision=69053
Author: karl
Date: 2023-12-06 23:03:40 +0100 (Wed, 06 Dec 2023)
Log Message:
-----------
doc,sync
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl
trunk/Master/texmf-dist/scripts/texlive/NEWS
Modified: trunk/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl 2023-12-06 21:15:42 UTC (rev 69052)
+++ trunk/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl 2023-12-06 22:03:40 UTC (rev 69053)
@@ -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 @@
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 @@
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
Modified: trunk/Master/texmf-dist/scripts/texlive/NEWS
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/NEWS 2023-12-06 21:15:42 UTC (rev 69052)
+++ trunk/Master/texmf-dist/scripts/texlive/NEWS 2023-12-06 22:03:40 UTC (rev 69053)
@@ -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 @@
<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.
More information about the tex-live-commits
mailing list.