]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES.txt
Import changes from CUPS 1.5svn-r9085.
[thirdparty/cups.git] / CHANGES.txt
1 CHANGES.txt - 2010-04-04
2 ------------------------
3
4 CHANGES IN CUPS V1.5b1
5
6 - The scheduler now implements the Cancel-Jobs, Cancel-My-Jobs, and
7 Close-Job operations along with the job-ids operation attribute from
8 PWG 5100.11.
9 - The main CUPS header (<cups/cups.h>) no longer includes the PPD header
10 (<cups/ppd.h>).
11 - The scheduler and CUPS API now support the print-quality job template
12 attribute.
13 - The scheduler no longer supports the old Mac OS X Server quota
14 plugin.
15 - The scheduler now allows writing to /Users/Shared from print filters
16 on Mac OS X.
17 - CUPS no longer supports the old ~/.cupsrc or ~/.lpoptions files from
18 CUPS 1.1.x. The ~/.cups/client.conf and ~/.cups/lpoptions files that
19 were introduced in CUPS 1.2 must now be used.
20 - The ipptest tool is now a first-class user program and has several
21 improvements along with new documentation (STR #3484)
22 - The cupstestppd tool now warns about non-unique filenames and
23 provides a way to ignore all filename warnings.
24 - Dropped support for the recoverable: and recovered: message prefixes.
25 - The scheduler now requires that filters and backends have group write
26 permissions disabled.
27 - The PPD compiler now checks for overlapping filenames when writing
28 PPD files.
29 - The HP-GL/2 filter is no longer included with CUPS (STR #3322)
30 - The SCSI backend is no longer included with CUPS (STR #3500)