From 22b7c89e7f47b42107667a3eec20c422c0d64be2 Mon Sep 17 00:00:00 2001 From: Agustin Martin Domingo Date: Thu, 17 Feb 2011 14:47:34 +0100 Subject: [PATCH] Add a Changes file. Tag for release 1.5. --- Changes | 16 ++++++++++++++++ fragmaster.pl | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 Changes diff --git a/Changes b/Changes new file mode 100644 index 0000000..5326198 --- /dev/null +++ b/Changes @@ -0,0 +1,16 @@ +* 1.5 (2011-02-17) Agustin Martin (dot at dot) + + - Really calculate Bounding Box using ghostscript bbox device. + - Preliminary support for per-directory control files. + - --debug and --force options. + - Add a pod section. + - Be kind to miktex by looking also for mgs.exe. + - Use a single root tempdir for all graphics files. + +* 1.4 (2011-01-13) Agustin Martin (dot at dot) + + - Get rid of some UNIXisms for win32 portability. + +* 1.3 (2009-03-19) Tilman Vogel (dot at dot) + + - First upload to CTAN diff --git a/fragmaster.pl b/fragmaster.pl index 6ac8bcb..87cfafe 100755 --- a/fragmaster.pl +++ b/fragmaster.pl @@ -7,7 +7,7 @@ # creates EPS and PDF graphics from source EPS and control files # with \psfrag commands # -# Version: 1.4 +# Version: 1.5 # # Copyright (C) 2004 Tilman Vogel (dot at dot) # Copyright (C) 2011 Agustin Martin (dot at dot) -- GitLab