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