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