diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-04 17:43:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-04 17:43:40 +0000 |
commit | c1d130c74639a443eed74458c817369a29e7286f (patch) | |
tree | 7ad4c2839246f7f133a3bd95113d60f61271fb4f /Master | |
parent | fd4e70af2e8ba4e5a3365402161151daef57bb95 (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@52634 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/scripts/texlive/NEWS | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-asy | 2 |
2 files changed, 5 insertions, 1 deletions
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.) +<p><b>tlmgr 52585 (released 31oct19):</b> +<li>TLUtils.pm: try again with symlink change for backups. +<li>small doc and implementation improvements. + <p><b>tlmgr 52467 (released 21oct19):</b> <li>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 |