From 931ada5c58411ec0d56bfe9bb4b9e91700cde18f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 11 Mar 2020 21:58:55 +0000 Subject: doc,sync git-svn-id: svn://tug.org/texlive/trunk@54242 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/NEWS | 3 +++ Master/tlpkg/bin/tl-update-tlpdb | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS index 377308f73e2..e67a8b47198 100644 --- a/Master/texmf-dist/scripts/texlive/NEWS +++ b/Master/texmf-dist/scripts/texlive/NEWS @@ -3,6 +3,9 @@ Karl Berry, 2010.)
  • more specific verification error messages +

    tlmgr 54118 (released 7mar20): +

  • re-initialize LWP connection after 5 errors. +

    tlmgr 53428 (released 17jan20):

  • automatic retry of packages that fail to download.
  • rearrange packaging so little-used scripts are not part of diff --git a/Master/tlpkg/bin/tl-update-tlpdb b/Master/tlpkg/bin/tl-update-tlpdb index 0dd845d416b..fd6d110ca7d 100755 --- a/Master/tlpkg/bin/tl-update-tlpdb +++ b/Master/tlpkg/bin/tl-update-tlpdb @@ -291,8 +291,8 @@ sub compare_and_fix_tlpdbs { # if requested, also may need to fix up packages with catalogue changs. if ($opt_catalogue_compare) { my %cat_fixup = tlpdb_catalogue_compare($newtlpdb, $opt_catalogue_compare); - info("$prg: packages with Catalogue changes: ", - join(" ", keys %cat_fixup), "\n") if (keys %cat_fixup); + info("$prg: ", 0 + keys %cat_fixup, " packages with Catalogue changes: ", + join(" ", sort keys %cat_fixup), "\n") if (keys %cat_fixup); # hash slice to merge %cat_fixup into %packages_needing_fixup; # all the values are 1, so that doesn't matter. @packages_needing_fixup{ keys %cat_fixup } = values %cat_fixup; -- cgit v1.2.3