From 42ee8d6f2f301053f66914615903388268df350b Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Mon, 25 Jul 2011 12:12:37 +0200 Subject: foomatic-filters 4.0.8-0ubuntu1 --- debian/changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d7127b9..dd8b51f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +foomatic-filters (4.0.8-0ubuntu1) oneiric; urgency=low + + * New upstream release + - Added support for the color management daemon colord and the CUPS PPD + extensions for ICC profiles. + - Added "-dNOINTERPOLATE" to all Ghostscript command lines defined in + foomatic-rip to make page rendering significantly faster. + - Use "ps2write" output device instead of the deprecated "pswrite" + when generating PostScript with Ghostscript. + - 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. + - SECURITY FIX: Use mkstemp() instead of mktemp() for creating temporary + files. + - Corrected typos in the man page. + + -- Till Kamppeter Mon, 25 Jul 2010 12:01:03 +0200 + foomatic-filters (4.0.7-1) unstable; urgency=low * New 4.0.7 upstream release -- cgit v1.2.3 From fc8b0dd7094a3e219cdfb6530f756b9ff1dd81e7 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Mon, 25 Jul 2011 12:38:00 +0200 Subject: foomatic-filters 4.0.8-0ubuntu2 --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index dd8b51f..40df430 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +foomatic-filters (4.0.8-0ubuntu2) oneiric; urgency=low + + * debian/control: Added build dependencies on pkg-config and libdbus-1-dev, + as the new upstream code uses D-Bus. + + -- Till Kamppeter Mon, 25 Jul 2010 12:35:03 +0200 + foomatic-filters (4.0.8-0ubuntu1) oneiric; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 3e2315d..deaaf2e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: text Priority: optional Maintainer: Debian Printing Group Uploaders: Chris Lawrence , Didier Raboud -Build-Depends: debhelper (>> 7.0.50~), po-debconf, perl, libcups2-dev +Build-Depends: debhelper (>> 7.0.50~), po-debconf, perl, libcups2-dev, pkg-config, libdbus-1-dev Homepage: http://www.openprinting.org/ Vcs-Git: git://git.debian.org/collab-maint/foomatic-filters.git Vcs-Browser: http://git.debian.org/?p=collab-maint/foomatic-filters.git -- cgit v1.2.3