summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2011-08-02 17:55:17 +0200
committerDidier Raboud <odyx@debian.org>2011-08-02 17:55:17 +0200
commit8010f81b0350b5c4beafc260171c18f3852d4f7f (patch)
tree5a868e73685ab409d4fca1ad1e7ca23c85db56de /ChangeLog
parent2661b89e144cf6a036276ceef0317269aff22e4a (diff)
Imported Upstream version 4.0.8upstream/4.0.8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog43
1 files changed, 43 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e3daac..a771044 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,48 @@
2011-02-18 Till Kamppeter <till.kamppeter@gmail.com>
+ * Tagged branch for release 4.0.8.
+
+ * VERSION, README, USAGE, configure.ac: Updated for release 4.0.8.
+
+2011-07-24 Till Kamppeter <till.kamppeter@gmail.com>
+
+ * foomaticrip.c: Removed stray characters from "pstoraster"
+ Ghostscript command line.
+
+ * foomaticrip.c, pdf.c, renderer.c: Added "-dNOINTERPOLATE" to the
+ Ghostscript command lines as this makes Ghostscript rendering
+ the pages significantly faster. Use "ps2write" instead of "pswrite"
+ as PostScript output device as Ghostscript produced huge output
+ files with "pswrite" (and "pswrite" is also deprecated now).
+
+ * foomaticrip.c: SECURITY FIX: It was possible to make CUPS executing
+ arbitrary commands as the system user "lp" when foomatic-rip was
+ used as CUPS filter. Fixed by not parsing named options (like
+ "--ppd lj.ppd") when foomatic-rip is running as CUPS filter, as
+ CUPS does not supply named options to their filters.
+
+2011-03-04 Till Kamppeter <till.kamppeter@gmail.com>
+
+ * configure.ac: Support for libdir in the ./configure script.
+
+ * pdf.c: Use mkstemp() instead of mktemp(). Thanks to Richard
+ Hughes (hughsient at gmail dot com) for supplying me this patch
+ from Red Hat.
+
+ * colord.c, colord.h, Makefile.am, configure.ac, foomaticrip.c,
+ options.c, options.h: Added support for ICC-based color managment.
+ Both colord and CUPS' ICC-related PPD extensions are supported.
+ For colord D-Bus is required. Thanks to Richard Hughes (hughsient
+ at gmail dot com) for the patch.
+
+2011-02-21 Till Kamppeter <till.kamppeter@gmail.com>
+
+ * foomatic-rip.1.in: Corrected typos in the man page for
+ foomatic-rip. Thanks to Tim Waugh from Red Hat for the patch (bug
+ #659).
+
+2011-02-18 Till Kamppeter <till.kamppeter@gmail.com>
+
* Tagged branch for release 4.0.7.
* VERSION, README, USAGE, configure.ac: Updated for release 4.0.7.