]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES.txt
Merge changes from CUPS 1.5svn-r9400
[thirdparty/cups.git] / CHANGES.txt
CommitLineData
229681c1 1CHANGES.txt - 2010-12-01
ef416fc2 2------------------------
3
18ecb428 4CHANGES IN CUPS V1.5b1
7a0cbd5e 5
229681c1
MS
6 - The web interface can now be disabled using the WebInterface directive
7 in cupsd.conf (STR #2625)
10d09e33
MS
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.
c7017ecc
MS
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.
cc754834
MS
15 - CUPS now uses iconv to implement all of its character encoding
16 support (STR #3097)
aaf19ab0
MS
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>).
ba55dc12
MS
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.
5a6b583a
MS
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.
f8b3a85b
MS
31 - The ipptest tool is now a first-class user program and has several
32 improvements along with new documentation (STR #3484)
ef55b745
MS
33 - The cupstestppd tool now warns about non-unique filenames and
34 provides a way to ignore all filename warnings.
4d301e69
MS
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.
18ecb428
MS
38 - The PPD compiler now checks for overlapping filenames when writing
39 PPD files.
f8b3a85b
MS
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)