summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-08-22 22:29:24 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-08-22 22:29:24 +0000
commit79e92daaaeb519ff47b2add2f57fe0bb40ce22d5 (patch)
tree8e4e93a54e9fa74af050df0bf767d3dd90d8324c /Build
parent747ef3baec6f00217a3f5f5c265746fce13215f5 (diff)
rewrite ChangeLog
git-svn-id: svn://tug.org/texlive/trunk@51937 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/gsftopk/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/Build/source/texk/gsftopk/ChangeLog b/Build/source/texk/gsftopk/ChangeLog
index 26235545a79..44dd00c22e3 100644
--- a/Build/source/texk/gsftopk/ChangeLog
+++ b/Build/source/texk/gsftopk/ChangeLog
@@ -2,9 +2,16 @@
* gsftopk.c: Add an option -dNOSAFER for Ghostscript.
Otherwise gs-9.28 fails with:
- "gs: Last OS error: Permission denied".
- gs-9.28 is not released yet, and the above is noticed by
+ "Error: /invalidfileaccess in --run--".
+ gs-9.28 is not released yet, and the above is found by
testing with gs-9.28rc1.
+ The gsftopk requires to execute a PostScript code
+ "(absolute path) run" such as
+ "(/texlive/2019/texmf-dist/fonts/enc/dvips/base/8r.enc) run"
+ which is not allowed in SAFER mode of Ghostscript.
+ In the upcoming gs-9.28, SAFER mode becomes default even
+ if -dSAFER is not set in a command line. Thus an explicit
+ -dNOSAFER is necessary for the gsftopk.
2019-04-05 Paul Vojta <vojta@math.berkeley.edu>