Blacklist Ghostscript 9.24 due to regressions

As per issue #291. Forced push to remove a copyrighted test file that was
accidentally included.
This commit is contained in:
James R. Barlow
2018-09-14 20:41:13 -07:00
parent c54d0c7eaa
commit 7392115507
4 changed files with 18 additions and 3 deletions
+2 -1
View File
@@ -42,7 +42,8 @@ def jpeg_passthrough_available():
https://bugs.ghostscript.com/show_bug.cgi?id=699216
The issue was fixed for 9.24, hence that is the first version we consider
the feature available.
the feature available. (However, we don't use 9.24 at all, so the first
version that allows JPEG passthrough is 9.25.
"""
return version() >= '9.24'