diff options
author | Karl Berry <karl@freefriends.org> | 2022-02-08 02:42:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-02-08 02:42:21 +0000 |
commit | 3e5fc89d548b850dc2700c130ff31cfb4752a27a (patch) | |
tree | ab1706fc437e19841fdd68854af6e1773c9d4418 /Master/texmf-dist | |
parent | 09673c2ef18bc1b026f121b36dd5613aa9a38347 (diff) |
tlmgr 61401 for curl cert fixes from Norbert/Bruno V
git-svn-id: svn://tug.org/texlive/trunk@61940 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-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. |