From 9a222b1bcecbab734dbed9e4e26f2f1ca6c834b7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 26 May 2018 23:43:00 +0000 Subject: doc+symc git-svn-id: svn://tug.org/texlive/trunk@47849 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/NEWS | 48 +++++++++++++++++++++++++--------- 1 file changed, 35 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS index 79000749219..bcf764ae183 100644 --- a/Master/texmf-dist/scripts/texlive/NEWS +++ b/Master/texmf-dist/scripts/texlive/NEWS @@ -2,19 +2,41 @@ Karl Berry, 2010.)

tlmgr XXXXX (released DDmmm18): -

  • alternative fallback downloader support: if persistent connections - cannot be used (LWP not available), the fallback download program - can now be set to either wget or curl using the environment variable - TEXLIVE_DOWNLOADER. Esp. for MacOS and https curl is recommended.
  • -
  • alternative compressor format support: backups and intermediate - rollback containers were always created with xz. By setting - TEXLIVE_COMPRESSOR to one of xz, lz4, gzip one can select a different - format. In particular lz4 and gzip are much faster in producing - the backup containers.
  • -
  • ssh support: installing from a repository of the form
    - user@machine:/path/to/tlnet - should now work. ssh-agent is strongly recommended!
  • - +
  • support for curl as a download program, and new default behavior for +choosing. In this order: +
      +
    1. If the environment variable TEXLIVE_DOWNLOADER is + defined, use it; abort on failure if it doesn't work. +
    2. If the environment variable TL_DOWNLOAD_PROGRAM is + defined, use it; abort on failure if it doesn't work. +
    3. If LWP is available and working, use that (by far the most + efficient method, as it supports persistent downloads). +
    4. If curl is available (from the system) and working, use that. +
    5. If wget is available (either from the system or TL) and + working, use that. +
    +

    TL still provides wget binaries for some platforms, so + some download method should always be available. + +

  • support for alternative compressor programs; until now, backups and + intermediate rollback containers were always created with xz. Now: +
      +
    1. If the environment variable TEXLIVE_COMPRESSOR is + defined, use it; abort on failure if it doesn't work. +
    2. If lz4 is available (either from the system or TL) and working, use that. +
    3. If gzip is available (from the system) and working, use that. +
    4. If xz is available (either from the system or TL) and working, use that. +
    +

    lz4 and gzip are much faster in creating tlmgr's local backups. + The unconditional use of xz for the tlnet containers is unaffected, + to minimize download sizes. + +

  • ssh support: installing from a + repository of the form user@machine:/path/to/tlnet is now + supported; the url-like forms + scp://user@machine/path/to/tlnet and + scp://user@machine/path/to/tlnet are equivalent. ssh-agent + is strongly recommended!

    tlmgr 47303 (released 14apr18):

  • uninstall now a synonym for remove, so requiring --all to remove the -- cgit v1.2.3