diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-04 21:41:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-04 21:41:23 +0000 |
commit | 29b15bd74a5ccff3be057d5fd93a2ddc579ecfbb (patch) | |
tree | 8fb78855af1abdb4e9aededd3404aa51fb3b94cf /Master/texmf-dist/doc/support/mf2pt1/ChangeLog | |
parent | 06467b57e8216af43ec7aa54e312dfaa3b630af1 (diff) |
mf2pt1 (4dec21)
git-svn-id: svn://tug.org/texlive/trunk@61217 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/mf2pt1/ChangeLog')
-rw-r--r-- | Master/texmf-dist/doc/support/mf2pt1/ChangeLog | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/mf2pt1/ChangeLog b/Master/texmf-dist/doc/support/mf2pt1/ChangeLog index fb3386307e0..a8e6d2d9105 100644 --- a/Master/texmf-dist/doc/support/mf2pt1/ChangeLog +++ b/Master/texmf-dist/doc/support/mf2pt1/ChangeLog @@ -1,3 +1,44 @@ +2021-12-04 Scott Pakin <pakin@pakin.org> + + * README, mf2pt1.texi: Updated the copyright year to 2021. + + * mf2pt1.pl: + Documented that the directory specified by --output-dir must + already exist. Updated the copyright year to 2021. Updated the + version to 2.7. + +2021-11-28 Scott Pakin <pakin@pakin.org> + + * Makefile, mf2pt1.pl, mf2pt1.texi: + Documented that environment variables for programs can now include + parameters. + + * mf2pt1.pl: + Incorporated a patch from Werner Lemberg <wl@gnu.org> to allow shell + commands to be overridden by environment variables that can also + include program parameters. + +2021-11-27 Scott Pakin <pakin@pakin.org> + + * mf2pt1.pl: + Introduced a --save-temps option to suppress deletion of intermediate + files. + +2020-11-27 Scott Pakin <pakin@pakin.org> + + * ChangeLog, README, mf2pt1.mp, mf2pt1.pl, mf2pt1.texi: + mf2pt1 no longer generates a UniqueID automatically, only when + instructed to by the user. This change assists with reproducible + builds and is consistent with Adobe's declaration that unique font IDs + are no longer required or even recommended. + + The documentation has been modified to reflect updated URLs for a + number of external links and to reference the latest copyright year + (2020) and mf2pt1 version number (2.6). + + Thanks to Werner Lemberg for bringing Lilypond's issues with + reproducible builds to my attention. + 2020-11-27 Scott Pakin <scott+mf@pakin.org> * mf2pt1.pl |