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