diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/generic/pdfcrop/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/pdfcrop/README b/Master/texmf-dist/doc/generic/pdfcrop/README index b088c7e5d6a..a91ee46f861 100644 --- a/Master/texmf-dist/doc/generic/pdfcrop/README +++ b/Master/texmf-dist/doc/generic/pdfcrop/README @@ -1,4 +1,4 @@ -README for pdfcrop 2008/07/16 v1.10 +README for pdfcrop 2008/07/22 v1.11 TABLE OF CONTENTS ================= @@ -109,6 +109,7 @@ Scott Pakin <pakin at uiuc.edu> Ionut Georgescu Yves J\"ager R (Chandra) Chandrasekhar +Christian Stapfer I. QUESTIONS, SUGGESTED IMPROVEMENTS ==================================== @@ -124,8 +125,9 @@ My environment for developing and testing: J. KNOWN PROBLEMS ================= -* Perl must support open("-|"). Not every perl port supports this - for older windows (win95, win98). +* Some Perl versions (newer Perl on Windows) miss open("-|"). + This should be fixed in version 1.11 by a workaround found in + http://perldoc.perl.org/perlfork.html. K. HISTORY ========== @@ -144,6 +146,7 @@ K. HISTORY 2008/04/05 v1.9: Options --resolution and --bbox added. 2008/07/16 v1.10: Support for XeTeX added with new options --pdftex, --xetex, --xetexcmds. +2008/07/22 v1.11: Workaround for open("-|"). L. TODO ======= @@ -151,4 +154,3 @@ L. TODO * Documentation in other formats, eg. man or info pages. * Improved error checking. * Units support for option --margins. -* Perhaps other drivers than pdfTeX, especially VTeX. |