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