]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES.txt
Merge changes from CUPS 1.5b2-r9811.
[thirdparty/cups.git] / CHANGES.txt
CommitLineData
f228370c 1CHANGES.txt - 2011-05-26
ef416fc2 2------------------------
3
f228370c
MS
4CHANGES IN CUPS V1.5b2
5
6 - Documentation updates.
7 - Localization updates (STR #3845)
8 - Compiler warning cleanup.
9 - Fixed PIE support for Linux (STR #3846)
10 - Made httpSetTimeout API public and use it in the IPP backend to avoid
11 timeout errors.
12 - The scheduler incorrectly set the "authenticated" printer-type bit for
13 remote queues using authentication.
14
15
18ecb428 16CHANGES IN CUPS V1.5b1
7a0cbd5e 17
f228370c
MS
18 - The CUPS library now supports per-connection HTTP timeouts and
19 callbacks.
20 - The CUPS library now supports (limited) SSL/TLS X.509 certificate
21 validation and revocation (STR #1616)
88f9aafc
MS
22 - Updated the PostScript filter to support IncludeFeature in more
23 circumstances (STR #3417)
24 - The schedule did not correctly parse some IPv6 addresses and masks in
25 the cupsd.conf file (STR #3533)
26 - Fixed a case-insensitive string comparison issue for locales that do
27 not treat "I" and "i" as equivalent (STR #3800)
28 - The scheduler reported an incorrect job-printer-uri value when sharing
29 was not enabled (STR #3639)
30 - The scheduler now allows the ServerAlias directive to contain multiple
31 hostnames separated by spaces or commas (STR #3813)
32 - The scheduler now sets the process group for child processes and
33 manages the group (STR #2829)
321d8d57
MS
34 - Fixed some minor issues discovered by a Coverity scan (STR #3838)
35 - The scheduler now more carefully creates and removes configuration,
36 cache, and state files (STR #3715)
eac3a0a0
MS
37 - The lpadmin command now allows default option values to be deleted
38 (STR #2959)
39 - The lpadmin command now allows the cupsIPPSupplies and
40 cupsSNMPSupplies keywords to be set in a PPD file (STR #3825)
41 - Moving a held job no longer releases it (STR #3839)
42 - Restored support for GNU TLS and OpenSSL with threading enabled
43 (STR #3605)
44 - Fixed a confusing error message from cups-polld (STR #3806)
45 - Increased the default RIPCache value to 128MB (STR #3535)
46 - MIME errors are now routed to the error_log file (STR #2410)
47 - Updated PDF filter to support new Ghostscript ps2write device
48 (STR #3766)
49 - Updated PDF filter to support new Poppler option to preserve page
50 sizes in PDF files when the user has not selected a particular media
51 size (STR #3689)
07ed0e9a 52 - Added new PWG Raster filter for IPP Everywhere printer support.
88f9aafc 53 - Added job-uuid, printer-uuid, and subscription-uuid attributes.
82f97232 54 - Added support for the cupsSingleFile PPD keyword.
f14324a7 55 - Dropped support for the printer-state-history attribute (STR #3654)
c8fef167
MS
56 - Added support for a new cupsIPPSupplies keyword in PPD files to allow
57 drivers to disable IPP supply level reporting.
58 - Added support for a new cupsFilter2 keyword in PPD files to allow for
59 the propagation of the actual MIME media type produced by a filter.
60 - The scheduler did not always get the correct Kerberos username when
61 authenticating (STR #3670)
62 - Added new cupsRasterOpenIO function and CUPS_RASTER_WRITE_PWG to the
63 CUPS imaging library to support printing to IPP Everywhere raster
64 printers.
e60ec91f
MS
65 - The scheduler now provides default values for the pages-per-minute and
66 pages-per-minute-color attributes for PPD files that lack a
67 Throughput keyword.
68 - Email notifications did not work on Mac OS X.
0268488e
MS
69 - The cupstestppd program now shows an error for files missing a
70 CloseGroup keyword (STR #3668)
71 - Name resolution errors no longer cause queues to stop (STR #3719,
72 STR #3753)
73 - Added a new cups-exec helper program that applies security profiles
74 to filters, port monitors, backends, CGI programs, and mini-daemons.
229681c1
MS
75 - The web interface can now be disabled using the WebInterface directive
76 in cupsd.conf (STR #2625)
10d09e33
MS
77 - The scheduler now provides privacy controls for jobs and subscriptions
78 (STR #2969)
79 - Added new cupsArrayNew3 API which offers memory management of array
80 elements.
c7017ecc
MS
81 - Added several new color spaces to the CUPS raster format (STR #3419)
82 - The Validate-Job operation now uses the same policy as Print-Job by
c8fef167 83 default.
cc754834
MS
84 - CUPS now uses iconv to implement all of its character encoding
85 support (STR #3097)
aaf19ab0
MS
86 - The scheduler now implements the Cancel-Jobs, Cancel-My-Jobs, and
87 Close-Job operations along with the job-ids operation attribute from
88 PWG 5100.11.
89 - The main CUPS header (<cups/cups.h>) no longer includes the PPD header
90 (<cups/ppd.h>).
ba55dc12
MS
91 - The scheduler and CUPS API now support the print-quality job template
92 attribute.
93 - The scheduler no longer supports the old Mac OS X Server quota
94 plugin.
5a6b583a
MS
95 - The scheduler now allows writing to /Users/Shared from print filters
96 on Mac OS X.
97 - CUPS no longer supports the old ~/.cupsrc or ~/.lpoptions files from
98 CUPS 1.1.x. The ~/.cups/client.conf and ~/.cups/lpoptions files that
99 were introduced in CUPS 1.2 must now be used.
f8b3a85b
MS
100 - The ipptest tool is now a first-class user program and has several
101 improvements along with new documentation (STR #3484)
ef55b745
MS
102 - The cupstestppd tool now warns about non-unique filenames and
103 provides a way to ignore all filename warnings.
4d301e69
MS
104 - Dropped support for the recoverable: and recovered: message prefixes.
105 - The scheduler now requires that filters and backends have group write
106 permissions disabled.
18ecb428
MS
107 - The PPD compiler now checks for overlapping filenames when writing
108 PPD files.
f8b3a85b
MS
109 - The HP-GL/2 filter is no longer included with CUPS (STR #3322)
110 - The SCSI backend is no longer included with CUPS (STR #3500)