diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/epspdf/Changelog')
-rw-r--r-- | Master/texmf-dist/doc/support/epspdf/Changelog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/epspdf/Changelog b/Master/texmf-dist/doc/support/epspdf/Changelog index 144f82caff9..98de407e3e1 100644 --- a/Master/texmf-dist/doc/support/epspdf/Changelog +++ b/Master/texmf-dist/doc/support/epspdf/Changelog @@ -1,3 +1,29 @@ +2014-12-6 0.6.1 + + Epspdf now invokes luatex, ghostscript and pdftops by their + basenames, modifying the process searchpath, in order to sidestep + problems with spaces in path names, especially on Windows. + + Ghostscript >= 9.15: check for epswrite/eps2write ghostscript + output devices. + + Removed use of cmd /c, which was a bug workaround for some old + version of LuaTeX. + + Some code reorganization: fewer globals, all non-trivial + initialization in one block following the function definitions. + + Temporary files: the temporary directory has been placed under + %TEMP% under Windows, and under either $TEMPDIR or /tmp on other + systems. To give Windows >= Vista a better chance to remove + temporary files, epspdf first waits one second. + + epspdftk.tcl: updated list of Unix PostScript- and pdf viewers. + + Windows starpack ececutable: based on a newer tclkit, from the + KitCreator project (http://kitcreator.rkeene.org/fossil/index). + epspdf.help is now inside the starpack. + 2013-02-07 0.6.0 Command-line component rewritten in TeXLua @@ -16,6 +42,9 @@ ATM custom options for GhostScript and pdftops are no-ops. + AppData is once more read from the environment, because texlua + does not provide access to the registry. + AppleScript wrapper dropped since I no longer own a Mac. 2011-02-27 0.5.3 |