diff options
author | Karl Berry <karl@freefriends.org> | 2022-04-19 22:51:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-04-19 22:51:47 +0000 |
commit | ce913e725283a70adbcc6d9e28daece8dddf7b05 (patch) | |
tree | 8d357d26247f643d323198f7653accb539b7a029 | |
parent | 5a436a31d55402e6f3a487016c4525cc06448d9f (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@63083 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/NEWS | 5 | ||||
-rw-r--r-- | Master/index.html | 2 | ||||
-rw-r--r-- | Master/texmf-dist/scripts/texlive/NEWS | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/c2l | 2 | ||||
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 17 |
5 files changed, 23 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/NEWS b/Build/source/texk/web2c/pdftexdir/NEWS index 51c5a388bbb..c1c5e21c9c9 100644 --- a/Build/source/texk/web2c/pdftexdir/NEWS +++ b/Build/source/texk/web2c/pdftexdir/NEWS @@ -1,5 +1,8 @@ -pdfTeX 3.141592653-2.6-1.40.24 (TeX Live 2022) +pdfTeX 3.141592653-2.6-1.40.25 +- changes: + - new primitive \pdfomitinfodict to omit /Info dictionary completely. +pdfTeX 3.141592653-2.6-1.40.24 (TeX Live 2022) - changes: - new primitive \showstream to redirect \show output. - new primitives \partokenname, \partokencontext to control \par insertion. diff --git a/Master/index.html b/Master/index.html index 457eafb61b3..375ebb1c28c 100644 --- a/Master/index.html +++ b/Master/index.html @@ -10,7 +10,7 @@ <li><a href="https://tug.org/texlive/">TeX Live web pages</a> <li><a href="https://tug.org/texlive/doc.html">TeX Live documentation page</a> <li><a href="https://tug.org/texlive/tlmgr.html">tlmgr web page</a> -<li><a href="https://tug.org/texlive/doc/install-tl">install-tl documentation</a> +<li><a href="https://tug.org/texlive/doc/install-tl.html">install-tl documentation</a> </ul> <p>Links to the top-level README documentation: diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS index 8f1049b9167..1707ed34b9e 100644 --- a/Master/texmf-dist/scripts/texlive/NEWS +++ b/Master/texmf-dist/scripts/texlive/NEWS @@ -1,9 +1,9 @@ (This file public domain. Originally written by Norbert Preining and Karl Berry, 2010.) -<p><b>tlmgr 63018 (released 12apr22):</b> +<p><b>tlmgr 63033 (released 17apr22):</b> <li>tlmgr check files also ignores the tlmgr*.log files. -<li>document that in user mode, tlmgr*.log are written in the user tree. +<li>document that in user mode, tlmgr*.log are written to TEXMFVAR. <p><b>install-tl 63001 (released 11apr22):</b> <li>default to the text interface on Darwin. diff --git a/Master/tlpkg/bin/c2l b/Master/tlpkg/bin/c2l index fecdebe8ce8..c0e0ec3b40b 100755 --- a/Master/tlpkg/bin/c2l +++ b/Master/tlpkg/bin/c2l @@ -21,7 +21,7 @@ sub main { chdir ($scriptdir) || die "chdir($scriptdir) failed"; # avoid . in PATH confusion # platform abbrev - my $arg = $ARGV[0]; + (my $arg = $ARGV[0]) =~ s,/$,,; # ignore trailing / if ($arg eq "asy") { exec ("tl-update-asy --build"); } elsif ($arg eq "aarch") { diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index c474ec136bd..744f1c2be9b 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -349,7 +349,7 @@ tar -C /home/httpd/html -czf ~karl/tmp/catalogue-freeze.tgz catalogue If such post-freeze updates are required (let's hope not), see tlpkg/archive/tlnet-by-hand.txt. -Z1. When sure it's going to fly, ask for torrents to be created. In 2021, +Z1. When sure it's going to fly, ask for torrents to be created. In 2022, Tim Stewart <timoteostewart1977@gmail.com> made the one that worked. @@ -431,6 +431,17 @@ tgz=/tmp/texlive-${this}0321-tlpdb-full.tar.gz # release date, not today's mv $tgz $hx/$this/ rm -rf $preprune +- update local CTAN area, just to avoid mirroring everything back again. + Need to do this after the night's mirror-ctan is done, since CTAN + won't have updated yet, most likely. +cd /home/ftp/texlive/tlnet # still +cy=/home/ftp/tex-archive/systems +rm -rf $cy/texlive/tlnet/*; cp -ar * $cy/texlive/tlnet/ +rm $cy/texlive/Images/*; cp -a ../Images/*.* $cy/texlive/Images/ +rm $cy/texlive/Source/*; cp -a $tm/source/{install-tl,texlive-,w32tex-}*z $cy/texlive/Source/ +rm $cy/mac/mactex/*; cp -a $fx/mactex/* $cy/mac/mactex/ + + 2. tug.org stuff: - change fstab mount /mnt/tl @@ -530,7 +541,9 @@ net_frozen=false all_frozen=false catalogue_compare=true intermittently # -Also disable cron.synctl /home/texlive/branch and enable plain cron.synctl. +Also disable cron.synctl /home/texlive/branch and enable plain cron.synctl. +# +Also re-enable Catalogue updates in mirror-ctan. - announcements: CTAN @ ISO update: remove old version, MacTeX. |