From c1d130c74639a443eed74458c817369a29e7286f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 4 Nov 2019 17:43:40 +0000 Subject: doc,sync git-svn-id: svn://tug.org/texlive/trunk@52634 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/NEWS | 4 ++++ Master/tlpkg/bin/tl-update-asy | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS index 7f71173ee2d..f4221025098 100644 --- a/Master/texmf-dist/scripts/texlive/NEWS +++ b/Master/texmf-dist/scripts/texlive/NEWS @@ -1,6 +1,10 @@ (This file public domain. Originally written by Norbert Preining and Karl Berry, 2010.) +

tlmgr 52585 (released 31oct19): +

  • TLUtils.pm: try again with symlink change for backups. +
  • small doc and implementation improvements. +

    tlmgr 52467 (released 21oct19):

  • revert TLUtils.pm change, as it could cause symlinks to absolute paths to be in the bin/ directories, not just used for backups. diff --git a/Master/tlpkg/bin/tl-update-asy b/Master/tlpkg/bin/tl-update-asy index 7994b6343e0..b86006b2c22 100755 --- a/Master/tlpkg/bin/tl-update-asy +++ b/Master/tlpkg/bin/tl-update-asy @@ -17,13 +17,13 @@ renice +19 -p $$ >/dev/null 2>&1 if false && $update_sources_from_ctan; then # this part is about copying the sources from CTAN to TL. cd $B/source/utils/ - edit README for asymptote$ver (cd asymptote && make distclean; sup && sat) # be sure no dregs \cp -arf /home/ftp/tex-archive/graphics/asymptote/ . cd asymptote ver=`awk -F\" '{print $2}' revision.cc | sed 1q` # the newly-released version echo $ver + edit ../README for $ver # show list of new files to add: svn status | sed -n 's/^\?//p' | fgrep -v binaries -- cgit v1.2.3