diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-17 19:01:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-17 19:01:36 +0000 |
commit | 5912f3b337457e57568916f07db6ee8956e0490c (patch) | |
tree | a2517a60b0dd4de30939214cf04ba4bf81a3b876 /Master/texmf-dist | |
parent | 5474646e62cd6cb02117e0969a20d5f229278d19 (diff) |
2021 copyright, doc
git-svn-id: svn://tug.org/texlive/trunk@57772 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/scripts/texlive/NEWS | 3 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS index 053fd17599a..62af094123b 100644 --- a/Master/texmf-dist/scripts/texlive/NEWS +++ b/Master/texmf-dist/scripts/texlive/NEWS @@ -9,7 +9,8 @@ Karl Berry, 2010.) <li>remove dependency on File::Copy. <p><b>tlmgr 57119 (released 13dec20):</b> -<li>keep only one backup of the main repo, many mirrors notwithstanding. +<li>keep only one backup of the main repo's <tt>texlive.tlpdb</tt>, +regardless of which mirror is used. <p><b>tlmgr 56566 (released 8oct20):</b> <li>avoid tlmgr info --data printing incorrect relocatable data. diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 44974014d29..3dd72b2c71f 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -1,7 +1,7 @@ #!/usr/bin/env perl # $Id$ # -# Copyright 2008-2020 Norbert Preining +# Copyright 2008-2021 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. |