diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-07 22:46:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-07 22:46:13 +0000 |
commit | 06c5c638859d4cb20fe3201df1fa9ab6f216d4f0 (patch) | |
tree | 269cc6d6c475dc30b51ddf45465197d6620b7e1c /Build/source/texk/dvipsk/ChangeLog | |
parent | 954a067e3613a39197a4b981f5652c8fc3c25502 (diff) |
accumulated fixes from akira
git-svn-id: svn://tug.org/texlive/trunk@2613 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/ChangeLog')
-rw-r--r-- | Build/source/texk/dvipsk/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog index 0bf4ab1705e..e6f525720d6 100644 --- a/Build/source/texk/dvipsk/ChangeLog +++ b/Build/source/texk/dvipsk/ChangeLog @@ -1,3 +1,25 @@ +2006-12-07 Karl Berry <karl@tug.org> + + * Changes made and accumulated by Akira: + +(1) security problem + -R0 : shell escape and absolute path are allowed + -R1 : shell escape is forbidden and absolute path is allowed + (default) + -R2 : shell escape and absolute path are forbidden + +(2) line breaking problem in ps: special (Scott Pakin). + +(3) Heiko's change of hps.lpro. + +(4) paper size problem: + * Is the dimension close enough for a match? We use a quarter inch + * as a match; this is 65536*72.27/4 or 1,184,072 scaled points. +---> + * Is the dimension close enough for a match? We use 5bp + * as a match; this is 65536*72.27*5/72 or 328909 scaled points. +and dvips now finds the best match rather than the first match. + 2006-12-06 Karl Berry <karl@tug.org> * output.c (copyfile_general): add removingBytes=0, to avoid |