diff options
-rw-r--r-- | Master/texmf-dist/scripts/texlive/NEWS | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS index d9d8dadda6b..808ce0986af 100644 --- a/Master/texmf-dist/scripts/texlive/NEWS +++ b/Master/texmf-dist/scripts/texlive/NEWS @@ -1,9 +1,20 @@ (This file public domain. Originally written by Norbert Preining and Karl Berry, 2010.) +<p><b>tlmgr 61401 (released 8feb22):</b> +<li>on darwin, use our own curl cert bundle (now updated), + to try to avoid cert expiration problems, since Apple will not fix + old versions + (<a href="https://savannah.nongnu.org/forum/forum.php?forum_id=10054" + >background</a>, + <a href="https://tug.org/pipermail/tex-live/2021-November/047540.html" + >symptom</a>). +<li>implementation: use strict; use warnings; for Perl modules. + <p><b>tlmgr 60693 (released 12oct21):</b> <li>use TEXMFROOT instead of SELFAUTOPARENT to allow easier relocating - (<a href="https://tug.org/pipermail/tex-live/2021-September/047394.html">thread</a>). + (<a href="https://tug.org/pipermail/tex-live/2021-September/047394.html" + >thread</a>). <p><b>tlmgr 60557 (released 20sep21):</b> <li>omit “done running” line for fmtutil. |