diff options
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 |