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