]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES-1.5.txt
The scheduler did not save or restore large Kerberos credentials for jobs.
[thirdparty/cups.git] / CHANGES-1.5.txt
CommitLineData
5d45a0e1 1CHANGES-1.5.txt
2---------------
3
4CHANGES IN CUPS V1.5.1
5
6 - Documentation updates (STR #3885)
73f562d1 7 - The scheduler did not save or restore large Kerberos credentials for
8 jobs.
4fee0aad 9 - The dnssd backend did not properly browse for secure IPP printers.
10 - httpAssembleURI* did not properly escape all special characters in the
11 username/password field.
078472c7 12 - The scheduler now logs config file errors to stderr (STR #3936)
6f32170d 13 - The configure script incorrectly used bundle-based localizations on
14 Linux (STR #3938)
85ee59fd 15 - The cups-driverd helper program did not cache .drv files properly,
16 sometimes leading to a crash (STR #3921)
eb6029b7 17 - CUPS did not build on stock Mac OS X installations.
4e1f1182 18 - Encryption was broken with OpenSSL.
5d45a0e1 19 - ipptool's XML output used date/time values with timezone offsets,
20 which are not supported by Mac OS X's NSDate class.
21 - Several programs did not support the cupsFilter2 keyword in PPD files.
22 - The IPP backend incorrectly reported spool-area-full states.
23 - cupsMarkOptions() did not protect against a bad PPD that was missing
24 one or more standard Duplex options.
25 - The PostScript filter did not mirror N-up output properly.
26 - The ipptool program did not validate UTF-8 strings in XML output.
27 - Fixed supply level reporting for some printers.
28 - The scheduler no longer automatically logs debug messages for jobs
29 that were held or canceled.
30 - The cupsSendRequest function did not flush remaining response data
31 from a previous request, leading to apparent chunking issues.
32 - The scheduler did not report the correct version in the Server: header
33 (STR #3903)
34 - The scheduler did not support 1284 device IDs reported by driver
35 interface programs longer than 127 characters (STR #3871)
36 - The image filters did not support loading images larger than the
37 RIPCache setting (STR #3901)
38 - "PAGE: total NNN" messages did not get logged properly (STR #3887)
39 - Updated the PWG Raster support to conform to the current draft of the
40 PWG Raster Format specification.
41 - The PWG Raster filter did not always write the correct number of
42 padding lines on the bottom of the page (STR #3904)
43 - When reporting a denial-of-service attack from the domain socket, the
44 address reported does not always contain the correct path (STR #3888)
45 - Badly formed GIF files could cause the image filters to crash
46 (STR #3914)
47 - Jobs canceled at the printer were retried by the IPP backend.
48 - "cupsfilter -u" deleted the input file instead of the PPD file.
49 - The scheduler did not compute the cost of PPD filters defined using
50 the cupsFilter2 keyword properly.
51 - The scheduler did not correctly support the maxsize() attribute for
52 PPD filters.
53
54
55CHANGES IN CUPS V1.5.0
56
57 - Documentation updates.
58 - Localization update (STR #3865)
59 - Needed to limit TLS to v1.0 on some versions of Mac OS X.
60 - The snmp backend did not work with some printers.
61
62
63CHANGES IN CUPS V1.5rc1
64
65 - Compile fixes (STR #3849, STR #3850)
66 - The scheduler didn't check for empty values for several configuration
67 directives (STR #3861)
68 - ipptool didn't generate valid XML when a test was skipped.
69 - Added additional error checking to the 1284 device ID code (STR #3858)
70 - Fixed some compatibility issues migrating from the old usblp backend
71 to the libusb backend (STR #3860)
72 - Fixed the wake-from-sleep printing behavior on Mac OS X.
73 - The scheduler incorrectly allowed jobs to be held from a terminating
74 state.
75 - The cups-driverd program could crash when a PPD was renamed.
76 - The dnssd backend took too long to discover printers on large or busy
77 networks with the new default timeout used by lpinfo and the web
78 interface. This resulted in "lost" printers.
79
80
81CHANGES IN CUPS V1.5b2
82
83 - Documentation updates.
84 - Localization updates (STR #3845)
85 - Compiler warning cleanup.
86 - Fixed PIE support for Linux (STR #3846)
87 - Made httpSetTimeout API public and use it in the IPP backend to avoid
88 timeout errors.
89 - The scheduler incorrectly set the "authenticated" printer-type bit for
90 remote queues using authentication.
91
92
93CHANGES IN CUPS V1.5b1
94
95 - The CUPS library now supports per-connection HTTP timeouts and
96 callbacks.
97 - The CUPS library now supports (limited) SSL/TLS X.509 certificate
98 validation and revocation (STR #1616)
99 - Updated the PostScript filter to support IncludeFeature in more
100 circumstances (STR #3417)
101 - The schedule did not correctly parse some IPv6 addresses and masks in
102 the cupsd.conf file (STR #3533)
103 - Fixed a case-insensitive string comparison issue for locales that do
104 not treat "I" and "i" as equivalent (STR #3800)
105 - The scheduler reported an incorrect job-printer-uri value when sharing
106 was not enabled (STR #3639)
107 - The scheduler now allows the ServerAlias directive to contain multiple
108 hostnames separated by spaces or commas (STR #3813)
109 - The scheduler now sets the process group for child processes and
110 manages the group (STR #2829)
111 - Fixed some minor issues discovered by a Coverity scan (STR #3838)
112 - The scheduler now more carefully creates and removes configuration,
113 cache, and state files (STR #3715)
114 - The lpadmin command now allows default option values to be deleted
115 (STR #2959)
116 - The lpadmin command now allows the cupsIPPSupplies and
117 cupsSNMPSupplies keywords to be set in a PPD file (STR #3825)
118 - Moving a held job no longer releases it (STR #3839)
119 - Restored support for GNU TLS and OpenSSL with threading enabled
120 (STR #3605)
121 - Fixed a confusing error message from cups-polld (STR #3806)
122 - Increased the default RIPCache value to 128MB (STR #3535)
123 - MIME errors are now routed to the error_log file (STR #2410)
124 - Updated PDF filter to support new Ghostscript ps2write device
125 (STR #3766)
126 - Updated PDF filter to support new Poppler option to preserve page
127 sizes in PDF files when the user has not selected a particular media
128 size (STR #3689)
129 - Added new PWG Raster filter for IPP Everywhere printer support.
130 - Added job-uuid, printer-uuid, and subscription-uuid attributes.
131 - Added support for the cupsSingleFile PPD keyword.
132 - Dropped support for the printer-state-history attribute (STR #3654)
133 - Added support for a new cupsIPPSupplies keyword in PPD files to allow
134 drivers to disable IPP supply level reporting.
135 - Added support for a new cupsFilter2 keyword in PPD files to allow for
136 the propagation of the actual MIME media type produced by a filter.
137 - The scheduler did not always get the correct Kerberos username when
138 authenticating (STR #3670)
139 - Added new cupsRasterOpenIO function and CUPS_RASTER_WRITE_PWG to the
140 CUPS imaging library to support printing to IPP Everywhere raster
141 printers.
142 - The scheduler now provides default values for the pages-per-minute and
143 pages-per-minute-color attributes for PPD files that lack a
144 Throughput keyword.
145 - Email notifications did not work on Mac OS X.
146 - The cupstestppd program now shows an error for files missing a
147 CloseGroup keyword (STR #3668)
148 - Name resolution errors no longer cause queues to stop (STR #3719,
149 STR #3753)
150 - Added a new cups-exec helper program that applies security profiles
151 to filters, port monitors, backends, CGI programs, and mini-daemons.
152 - The web interface can now be disabled using the WebInterface directive
153 in cupsd.conf (STR #2625)
154 - The scheduler now provides privacy controls for jobs and subscriptions
155 (STR #2969)
156 - Added new cupsArrayNew3 API which offers memory management of array
157 elements.
158 - Added several new color spaces to the CUPS raster format (STR #3419)
159 - The Validate-Job operation now uses the same policy as Print-Job by
160 default.
161 - CUPS now uses iconv to implement all of its character encoding
162 support (STR #3097)
163 - The scheduler now implements the Cancel-Jobs, Cancel-My-Jobs, and
164 Close-Job operations along with the job-ids operation attribute from
165 PWG 5100.11.
166 - The main CUPS header (<cups/cups.h>) no longer includes the PPD header
167 (<cups/ppd.h>).
168 - The scheduler and CUPS API now support the print-quality job template
169 attribute.
170 - The scheduler no longer supports the old Mac OS X Server quota
171 plugin.
172 - The scheduler now allows writing to /Users/Shared from print filters
173 on Mac OS X.
174 - CUPS no longer supports the old ~/.cupsrc or ~/.lpoptions files from
175 CUPS 1.1.x. The ~/.cups/client.conf and ~/.cups/lpoptions files that
176 were introduced in CUPS 1.2 must now be used.
177 - The ipptest tool is now a first-class user program and has several
178 improvements along with new documentation (STR #3484)
179 - The cupstestppd tool now warns about non-unique filenames and
180 provides a way to ignore all filename warnings.
181 - Dropped support for the recoverable: and recovered: message prefixes.
182 - The scheduler now requires that filters and backends have group write
183 permissions disabled.
184 - The PPD compiler now checks for overlapping filenames when writing
185 PPD files.
186 - The HP-GL/2 filter is no longer included with CUPS (STR #3322)
187 - The SCSI backend is no longer included with CUPS (STR #3500)