]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES.txt
Merge changes from CUPS 1.5svn-r9567
[thirdparty/cups.git] / CHANGES.txt
CommitLineData
c8fef167 1CHANGES.txt - 2011-02-21
ef416fc2 2------------------------
3
18ecb428 4CHANGES IN CUPS V1.5b1
7a0cbd5e 5
c8fef167
MS
6 - Added support for a new cupsIPPSupplies keyword in PPD files to allow
7 drivers to disable IPP supply level reporting.
8 - Added support for a new cupsFilter2 keyword in PPD files to allow for
9 the propagation of the actual MIME media type produced by a filter.
10 - The scheduler did not always get the correct Kerberos username when
11 authenticating (STR #3670)
12 - Added new cupsRasterOpenIO function and CUPS_RASTER_WRITE_PWG to the
13 CUPS imaging library to support printing to IPP Everywhere raster
14 printers.
e60ec91f
MS
15 - The scheduler now provides default values for the pages-per-minute and
16 pages-per-minute-color attributes for PPD files that lack a
17 Throughput keyword.
18 - Email notifications did not work on Mac OS X.
0268488e
MS
19 - The cupstestppd program now shows an error for files missing a
20 CloseGroup keyword (STR #3668)
21 - Name resolution errors no longer cause queues to stop (STR #3719,
22 STR #3753)
23 - Added a new cups-exec helper program that applies security profiles
24 to filters, port monitors, backends, CGI programs, and mini-daemons.
229681c1
MS
25 - The web interface can now be disabled using the WebInterface directive
26 in cupsd.conf (STR #2625)
10d09e33
MS
27 - The scheduler now provides privacy controls for jobs and subscriptions
28 (STR #2969)
29 - Added new cupsArrayNew3 API which offers memory management of array
30 elements.
c7017ecc
MS
31 - Added several new color spaces to the CUPS raster format (STR #3419)
32 - The Validate-Job operation now uses the same policy as Print-Job by
c8fef167 33 default.
cc754834
MS
34 - CUPS now uses iconv to implement all of its character encoding
35 support (STR #3097)
aaf19ab0
MS
36 - The scheduler now implements the Cancel-Jobs, Cancel-My-Jobs, and
37 Close-Job operations along with the job-ids operation attribute from
38 PWG 5100.11.
39 - The main CUPS header (<cups/cups.h>) no longer includes the PPD header
40 (<cups/ppd.h>).
ba55dc12
MS
41 - The scheduler and CUPS API now support the print-quality job template
42 attribute.
43 - The scheduler no longer supports the old Mac OS X Server quota
44 plugin.
5a6b583a
MS
45 - The scheduler now allows writing to /Users/Shared from print filters
46 on Mac OS X.
47 - CUPS no longer supports the old ~/.cupsrc or ~/.lpoptions files from
48 CUPS 1.1.x. The ~/.cups/client.conf and ~/.cups/lpoptions files that
49 were introduced in CUPS 1.2 must now be used.
f8b3a85b
MS
50 - The ipptest tool is now a first-class user program and has several
51 improvements along with new documentation (STR #3484)
ef55b745
MS
52 - The cupstestppd tool now warns about non-unique filenames and
53 provides a way to ignore all filename warnings.
4d301e69
MS
54 - Dropped support for the recoverable: and recovered: message prefixes.
55 - The scheduler now requires that filters and backends have group write
56 permissions disabled.
18ecb428
MS
57 - The PPD compiler now checks for overlapping filenames when writing
58 PPD files.
f8b3a85b
MS
59 - The HP-GL/2 filter is no longer included with CUPS (STR #3322)
60 - The SCSI backend is no longer included with CUPS (STR #3500)