]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES-1.4.txt
The PPD compiler could get in an infinite loop (STR #3293)
[thirdparty/cups.git] / CHANGES-1.4.txt
CommitLineData
6c472821 1CHANGES-1.4.txt
2---------------
3
4CHANGES IN CUPS V1.4.1
5
2aadca54 6 - DNS-SD registrations for raw queues had an empty "ty" key (STR #3299)
7 - The JPEG and BMP MIME type rules were broken (STR #3284)
7dbcf7ec 8 - cupsGetNamedDest returned the default printer when the named
9 destination did not exist (STR #3285)
a98a0f7b 10 - The JobKillDelay was not triggered for canceled jobs (STR #3292)
56a13d44 11 - The PPD compiler could get in an infinite loop (STR #3293)
6c472821 12
13
14CHANGES IN CUPS V1.4.0
15
16 - Localization updates (STR #3223, STR #3246, STR #3248, STR #3250)
17 - Documentation updates (STR #3225, STR #3230, STR #3242, STR #3260)
18 - The --with-pdftops configure option did not accept a full path to the
19 filter (STR #3278)
20 - The banner filter did not position the back side image correctly
21 (STR #3277)
22 - The dnssd backend could crash (STR #3272)
23 - The 1284 device ID sometimes contained trailing garbage (STR #3266)
24 - The USB backend returned different URIs for some printers than in
25 CUPS 1.3 (STR #3259)
26 - The scheduler did not do local job-hold-until processing for remote
27 queues (STR #3258)
28 - The scheduler did not try all possible SSL certificates on Mac OS X.
29 - The scheduler did not always remove a file descriptor when using the
30 kqueue interface (STR #3256)
31 - The scheduler did not protect against bad job control files in all
32 cases (STR #3253)
33 - The scheduler did not encode "+" in model names (STR #3254)
34 - The web interface didn't show the default options (STR #3244)
35 - The IPP and LPD backends needed print data before they would do an
36 SNMP query.
37 - Fixed a GNU TLS compatibility issue (STR #3231)
38 - Fixed a HTML error in the add and modify printer web interface
39 templates (STR #3229)
40 - The scheduler did not minimize the number of printer state events that
41 were generated by filter STATE: messages, which could lead to poor
42 performance.
43 - The USB backend on Mac OS X did not cleanly cancel a job.
44 - The network backends now set the connecting-to-device printer-state-
45 reasons value when looking up the address and copying the print data
46 for consistency.
47 - The scheduler now supports the com.apple.print.recoverable-warning
48 reason on all platforms.
49
50
51CHANGES IN CUPS V1.4rc1
52
53 - The PPD compiler documentation was missing information on localization
54 (STR #3212)
55 - The IPP backend now reconnects after every request when talking to
56 printers that claim IPP support but only use HTTP/1.0.
57 - The PPD compiler crashed when both "Resolution" and "Group foo Option
58 Resolution" were specified in the .drv file.
59 - The PPD compiler's #if/#elif/#else/#endif did not work for undefined
60 variables (STR #3210)
61 - Static libraries could not be installed by a non-root user on systems
62 needing a ranlib program (STR #3209)
63 - The scheduler incorrectly always tried to copy Kerberos credentials
64 for print jobs.
65 - Updated the Spanish localization (STR #3204)
66 - The scheduler crashed when getting the default paper size from
67 libpaper (STR #3205, STR #3206)
68 - The PPD compiler now defines six variables: CUPS_VERSION,
69 CUPS_VERSION_MAJOR, CUPS_VERSION_MINOR, CUPS_VERSION_PATCH,
70 PLATFORM_NAME, and PLATFORM_ARCH (STR #3203)
71 - Fixed a whitespace skipping bug in cupsRasterInterpretPPD.
72 - The scheduler did not return HTTP 403 (Forbidden) for authenticated
73 users that were not authorized to do IPP operations (STR #3193)
74 - The scheduler did not report more than 8 Product strings from a PPD
75 file. Some PPD files have as many as 24.
76 - ppdOpen*() could crash if a keyword had no value string (something
77 that cupstestppd looks for...)
78 - cupsLangDefault() did not return the correct language on Mac OS X.
79 - The Mac OS X USB backend did not handle aborted or stalled pipe
80 conditions properly, which prevented drivers from ejecting partial
81 pages when a job was canceled or held.
82
83
84CHANGES IN CUPS V1.4b3
85
86 - Documentation fixes (STR #3044, STR #3057, STR #3153, STR #3158,
87 STR #3173)
88 - Added complete localizations for German, Japanese, Polish, and
89 Russian and partial localizations for Chinese, Danish, Finnish,
90 French, Italian, Korean, Norwegian, Portuguese, and Swedish
91 (STR #3096, STR #3098, STR #3109, STR #3111, STR #3141)
92 - Updated the configure check for -fstack-protector (STR #3198)
93 - The network backends now correctly convert SNMP supply descriptions to
94 UTF-8 encoding as needed.
95 - The scheduler could crash when deleting an attribute (STR #3197)
96 - The cups-driverd program did not detect symlink loops (STR #3185)
97 - The EPSON 24-pin series driver should now feed the correct amount
98 (STR #2624)
99 - The scheduler now automatically logs the last N debug messages for
100 failed print jobs.
101 - You can now modify a raw print queue (STR #3133)
102 - Fixed a number of ppdi issues and added a unit test to validate that
103 ppdc + ppdi can generate and import the same data (STR #3152)
104 - Moving jobs in the web interface now shows an error if you only have
105 one printer or class added (STR #3094)
106 - Since classes have never truly supported the printer-error-policy
107 stuff added in CUPS 1.2, update the code to reflect the current
108 reality and support only the retry-current-job policy for now
109 (STR #3171)
110 - Revised the password callback support (STR #2953)
111 - ppdEmit*() did not choose between PageSize and PageRegion properly.
112 - Make some fairly substantial changes to the Kerberos support code so
113 that CUPS can work in multi-realm environments and does not require
114 delegatable credentials. Shared printing still requires delegation,
115 however "delegation by policy" can be enabled in the KDC to make this
116 all work.
117 - "AccessLogLevel actions" did not hide client-error-not-found errors.
118 - AP_FIRST_InputSlot did not work with number-up.
119 - cupsBackChannelRead() and cupsBackChannelWrite() could fail due to a
120 lack of kernel buffers.
121 - The IPP and LPD backends did not respond to side-channel requests
122 while copying print data to a temporary file.
123 - cupsWriteRequestData() flushed the output buffer unnecessarily,
124 causing reduced performance in some situations.
125 - If a CGI process died before sending its MIME headers, the request
126 would hang on the client.
127 - The printer/class/job search feature on the web interface did not
128 work (STR #3132)
129 - The scheduler did not write the printers out for classes.
130 - CUPS-Get-PPDs did not work properly when filtering by language,
131 product, or psversion (STR #3136)
132 - The scheduler now kills job filters when it takes more than 30 seconds
133 (configurable) to cancel or hold the job.
134 - The cupstestppd program did not validate the capitalization of
135 filenames in the PPD file.
136 - The cupstestppd program did not validate the PageSize and PageRegion
137 values.
138 - The cups-deviced helper program could miss reporting some backend
139 devices (STR #3108)
140 - The cupsSideChannelSNMP* functions did not work.
141 - The scheduler could consume 100% CPU when jobs were canceled.
142 - Clicking on "Select Another Make/Manufacturer" in the web interface
143 incorrectly added the printer (STR #3095)
144 - The scheduler no longer uses programs with insecure file
145 permissions.
146 - httpAssembleURI*() did not escape backslashes in hostnames.
147 - The dnssd backend did not unquote "full names" before creating the
148 device URI.
149 - The scheduler now supports JobRetryInterval values less than 10
150 seconds.
151 - Updated the Spanish localization (STR #3090)
152 - The scheduler did not redo Bonjour/DNS-SD registrations when updating
153 them failed.
154 - The "authenticated" policy incorrectly required authentication for
155 status operations.
156 - ppdOpen*() incorrectly loaded PPDs with multiple JobPatchFile
157 keywords.
158 - The network backends no longer report the SNMP "offline" or
159 maintenance status bits since they are inconsistently implemented and
160 often unreliable.
161 - The scheduler no longer logs child processes killed via SIGKILL as
162 "crashed".
163 - The printer link shown on the "job moved" template was bad (STR #3085)
164 - Updated the HTML templates to use the final HTML 4 DOCTYPE (STR #3086)
165 - The scheduler did not track the "paused" reason properly if a
166 printer had other reasons associated with it.
167 - cupsSendRequest() did not clear old local certificate auth data.
168 - The PPD compiler did not search for localization files properly
169 (STR #3084)
170 - cupsGetNamedDest() did not use the fallback default like
171 cupsGetDests*() (STR #3082)
172 - The scheduler now provides a LogTimeFormat directive to enable
173 microseconds in the date and time that are logged.
174 - The scheduler now provides a MultipleOperationTimeout directive to
175 control the timeout for multi-file print jobs.
176 - The configure script incorrectly allowed Avahi to be used for DNS-SD
177 printer discovery (STR #3065)
178 - The web interface and scheduler did not support URIs up to 1024 bytes
179 in length (STR #3072)
180 - Fixed pdftops issues with page sizes (STR #3063)
181 - Fixed pdftops issues with Ghostscript (STR #3062)
182 - The scheduler incorrectly registered default profiles for PostScript
183 printers with no specified colorspace.
184 - The scheduler incorrectly created an empty org.cups.printers.plist
185 file on Mac OS X.
186 - cupsGetPPD3() did not look for local PPDs in the right directory.
187 - SNMP lookups via side-channel did not work for NULL-VALUE and
188 and OCTET-STRING OIDs containing nul characters.
189 - The libusb-based USB backend did not work.
190 - The scheduler did not set the printer-commands attribute correctly
191 for some PPDs.
192 - The ppdi utility did not work.
193 - The web interface no longer uses multi-part output with old or broken
194 web browsers (STR #3049)
195 - CUPS now conforms to the draft IPP/2.0 and IPP/2.1 specification.
196 - Added a new cupsGetConflicts() API to get a list of conflicting
197 options.
198 - The PPD compiler didn't localize options or choices that did not
199 have associated translation text (STR #3045)
200 - Updated the Spanish localization (STR #3043)
201 - Fixed build problems (STR #3040, STR #3047)
202 - cupsResolveConflicts() did not resolve using the default option
203 choice in some cases due to the mirror UIConstraints that are
204 present in most PPD files.
205 - The scheduler did not honor MIME type priorities.
206 - The commandtops filter incorrectly used the JCLBegin code to end
207 its jobs.
208 - The default BrowseLocalProtocols value was not set properly.
209 - Since the commandtops filter does not actually support ReportLevels
210 all on its own, don't list that printer command by default for PS
211 printers.
212 - The scheduler did not give filters a chance to log errors or update
213 printer attributes when a job was canceled.
214 - The scheduler did not clear the "connecting-to-device" reason keyword
215 when a job finished.
216
217
218CHANGES IN CUPS V1.4b2
219
220 - Documentation updates (STR #2983, STR #2998, STR #3021)
221 - The cupstestppd utility now validates the FileVersion and
222 FormatVersion values in PPD files.
223 - The default cupsd.conf file did not reflect the
224 --with-local-protocols value set at compile-time (STR #3037)
225 - The cupsGetPPD* APIs now create symlinks to local PPD files
226 rather than copying them whenever possible.
227 - Various performance optimizations in the string pool, dests, and
228 options implementations.
229 - The cupsGetDests* APIs now return the marker and printer-commands
230 attributes.
231 - Side-channel SNMP lookups would not work when cupsSNMPSupplies
232 was set to False in the PPD file.
233 - Localized the device descriptions for the SCSI, serial,
234 and network backends (STR #3014)
235 - Added a Spanish localization (STR #3015)
236 - Added support for marker-low-levels and marker-high-levels
237 attributes.
238 - The scheduler could hang writing a long log line.
239 - The cupsGetDevices() function now has an "include_schemes"
240 parameter.
241 - The lpinfo command now supports --include-schemes and
242 --exclude-schemes options.
243 - The CUPS-Get-PPDs operation now supports the include-schemes
244 and exclude-schemes attributes.
245 - The CUPS-Get-Devices operation now supports the include-schemes
246 attribute.
247 - The print filters now support a replacement for the fitplot
248 option called "fit-to-page".
249 - The LPD backend no longer tries to collect page accounting
250 information since the LPD protocol does not allow us to
251 prevent race conditions.
252 - The scheduler did not save the last marker-change-time value.
253 - Fixed a problem with printing to some IPP printers, including
254 CUPS 1.1.x.
255 - Fixed a redirection problem with the printer web page (STR #3012)
256 - Fixed a PPD compiler problem with the loading of message
257 catalogs (STR #2990)
258 - Fixed a PPD compiler problem with the loading of .strings files
259 (STR #2989)
260 - The cupsfilter utility did not set the CONTENT_TYPE environment
261 variable when running filters.
262 - The scheduler now waits to allow system sleep until the jobs
263 have all stopped.
264 - The IPP, LPD, and socket backends used different "connecting"
265 progress messages.
266
267
268CHANGES IN CUPS V1.4b1
269
270 - Documentation updates (STR #2567)
271 - The PPD compiler now allows local message catalogs to
272 override the standard CUPS translations (STR #2642)
273 - The ppdmerge command did not merge custom option strings
274 (STR #2863)
275 - The scheduler now supports the Hold-New-Jobs and
276 Release-Held-New-Jobs operations; these are exposed via the
277 cupsdisable and cupsenable commands (STR #2332)
278 - The lpstat command is now much faster when displaying the
279 status of a single printer (STR #2843)
280 - The scheduler now caches information from PPD files to provide
281 significantly faster startup time with large numbers of PPDs
282 (STR #1293)
283 - CUPS-Get-Driver now provides much better driver matching based
284 on the IEEE-1284 device ID and make/model strings (STR #2707)
285 - Now support the cupsSNMPSupplies keyword to control whether
286 the network backends query the SNMP Printer MIB for supply
287 levels.
288 - Now support and use a new banner file format for better text
289 support and easier customization (STR #2490)
290 - The scheduler now sets the PRINTER_INFO and PRINTER_LOCATION
291 environment variables from the corresponding IPP attributes.
292 - The ippRead*() and ippWrite*() functions no longer use a
293 stack-based buffer (STR #2388)
294 - The CUPS-Add-Modify-Printer operation now allows you to set
295 the printer-state-reasons attribute.
296 - The "set printer options" page now supports auto-configuration
297 of printer options (STR #1440)
298 - The web interface now provides an advanced server settings
299 form.
300 - The web interface's "modify printer" pages now make it
301 easier to change just one setting (STR #1919)
302 - The scheduler now supports a plist PrintcapFormat.
303 - The scheduler now supports multiple addresses in Allow and
304 Deny lines, just like Apache (STR #2947)
305 - Added CUPS_JOBTYPE environment variable for job filters so
306 they know whether they are printing a banner or document
307 file (STR #2799)
308 - Added support for printer filtering by the cupsfilter
309 command (STR #2562)
310 - Added a SSLOptions directive to allow Windows clients to
311 talk to CUPS in FIPS mode (STR #2827)
312 - Renamed the accept and reject commands to cupsaccept and
313 cupsreject; the old names are still available (STR #2936)
314 - The locale/translate utility needed an update to work with
315 Google (STR #2882)
316 - The lpstat command now supports a -H option to display the
317 default server (STR #2833)
318 - The scheduler now supports a FatalErrors directive to control
319 which errors should cause the scheduler to exit (STR #2536)
320 - The scheduler now uses the php-cgi program if it is available
321 (STR #2923)
322 - The scheduler now supports a DefaultPaperSize directive
323 (STR #2848)
324 - The scheduler now passes the job-originating-host-name
325 value to filters in the options argument (STR #2558)
326 - CUPS now supports job tickets in PDF files (STR #2903)
327 - Added a DBUS notifier (STR #2529)
328 - The LPD mini-daemon now passes the document name when queuing
329 print jobs (STR #2482)
330 - The IPP backend did not relay com.apple.print.recoverable-message
331 values.
332 - The scheduler now supports a job-media-progress attribute to
333 track the progress of individual pages.
334 - The sample HP driver now supports A5 (STR #2798)
335 - The CUPS web interface menu item now uses the xdg-open
336 command, when available (STR #2724)
337 - The cups-lpd program now supports the -h option (STR #2794)
338 - The scheduler now sets the PAM_TTY parameter and the
339 PAM_ESTABLISH_CRED credential flag (STR #2745)
340 - The scheduler now logs unsuccessful requests to the error_log
341 file as errors (STR #2616)
342 - Added support for a "retry-current-job" error policy that
343 retries the current job immediately when the backend encounters
344 an error (STR #2555)
345 - The scheduler now returns a "forbidden" error when a user
346 correctly authenticates but does not have permission to
347 continue further (STR #2101)
348 - The scheduler now loads both the server and CA certificates
349 (if present) from the ServerCertificate file (STR #2146)
350 - New RSS subscriptions now create their feed files immediately
351 (STR #2853)
352 - Added support for a device-location attribute which provides
353 the physical location of a printer device.
354 - Added a cupsBackendReport() API which handles quoting of the
355 device data by a backend.
356 - Added support for custom options in the web interface
357 (STR #1729)
358 - Added support for Mozilla LDAP, reconnection to LDAP servers,
359 and improved LDAP performance (STR #1962)
360 - Added Solaris SMF support (STR #1477)
361 - Added optional support for using TCP wrappers to limit access
362 to CUPS (STR #263)
363 - Added ppdPageSizeLimits API.
364 - Added support for new cupsMediaQualifier2, cupsMediaQualifier3,
365 cupsMinSize, and cupsMaxSize attributes.
366 - Added cupsResolveConflicts and ppdInstallableConflict APIs.
367 - Added support for new cupsUIConstraints and cupsUIResolver
368 attributes for better option conflict detection and
369 resolution.
370 - Increased the maximum size of 1284 device ID strings to
371 256 bytes (STR #2877)
372 - Added an AccessLogLevel directive to cupsd.conf to control
373 what is logged to the access_log file.
374 - The default LogLevel is now "warn" instead of "info" to reduce
375 the amount of logging that is done to disk by default.
376 - The PPD compiler did not include OID query keywords in PPD
377 files (STR #2871)
378 - The cups-driverd helper program now directly supports driver
379 information files.
380 - The USB backend now uses libusb when available (STR #1575)
381 - Added ppdLocalizeAttr function to get the localized version
382 of an attribute.
383 - MIME types now support a priority() attribute (STR #2719)
384 - The standard MIME types are now installed in
385 DataDir/mime (STR #2719)
386 - The lpoptions command now describes custom options and
387 the necessary parameters (STR #2660)
388 - The ppdmerge program did not support Simplified Chinese
389 or Traditional Chinese language version strings (STR #2851)
390 - The PPD compiler now supports localizable attributes
391 (STR #2738)
392 - The ppdpo utility now includes cupsIPPReasons values in
393 the message catalogs it generates (STR #2754)
394 - The PPD compiler now supports conditional directives
395 (STR #2636)
396 - The ppdc utility now supports a "-t" option to test PPD
397 files (STR #2739)
398 - The ppdc utility now supports a "-m" option to use the
399 ModelName value as the output filename.
400 - The ppdc utility now supports a FileName directive to
401 set an alternate output filename (STR #2740)
402 - The side-channel API now supports SNMP queries for the
403 standard network backends.
404 - Added a PageLogFormat directive to the cupsd.conf file to
405 control the format of lines in the page_log file.
406 - Filters can now send PPD: messages to stderr to set PPD
407 keywords like DefaultPageSize while a job is printing.
408 - Added a mdns backend for discovery and printing to printers
409 that advertise themselves via DNS-SD (Bonjour)
410 - The ipp, lpd, and socket backends now support DNS-SD service
411 name resolution.
412 - The scheduler now uses a single shared file descriptor for
413 all DNS-SD registrations (STR #2674)
414 - The ipp, lpd, and socket backends now support SNMP-based
415 page accounting and supply level monitoring (STR #1655)
416 - Added support for cupsPJLDisplay attribute to control what
417 PJL commands are used to display the job information.
418 - Driver information files can now be installed in
419 /Library/Printers/PPDs.drv on Mac OS X.
420 - The CUPS image library now supports reading images larger
421 than 2GB.
422 - The scheduler now delays writing config and state files to
423 reduce disk activity (STR #2684)
424 - The CUPS-Get-Devices operation now supports the
425 exclude-schemes and timeout attributes to control which
426 backends are polled and for how long.
427 - The cups-deviced helper application now runs backends in
428 parallel to get the list of devices faster.
429 - Added --enable-pap configure option.
430 - The default cupsd.conf file now includes an "authenticated"
431 policy which requires authentication for remote print jobs.
432 - Added support for Czech and Hungarian in PPD files
433 (STR #2735, STR #2736)
434 - The PPD compiler tools now support Mac OS X .strings files
435 for localization (STR #2737)
436 - ppdOpen*() now default the colorspace member to PPD_CS_N
437 when no DefaultColorSpace attribute is present in the PPD
438 file.
439 - The build system has been updated to support separate
440 installation of data, program, header, and library files.
441 - All support libraries are now built as shared libraries
442 by default.
443 - The scheduler now manages ICC color profiles on Mac OS X.
444 - The network backends (ipp, lpd, socket) now support
445 SNMP-based supply and page count monitoring (STR #1655)
446 - The lppasswd program is no longer installed setuid to
447 root to make the default installation more secure.
448 - Added a new ppdLocalizeMarkerName() function to get
449 the localized version of a marker-names value.
450 - The scheduler now provides the printer-dns-sd-name
451 attribute for printers shared via DNS-SD/Bonjour.
452 - The pdftops filter now executes the Xpdf or poppler
453 pdftops utility to convert PDF files (STR #1471)
454 - Bonjour printer registrations now advertise as local or
455 global based on the current access policies for the
456 printer.
457 - cupsGetDests*() and cupsSetDests*() now track the last
458 used printer preference on Mac OS X.
459 - Added a new streaming request API (STR #2261)
460 - Added a new cupsGetNamedDest() function to the CUPS
461 library for faster printing with lp and lpr (STR #2638)
462 - The scheduler now sets the PAM RHOST value on systems
463 that support it (STR #2637)
464 - The scheduler now sandboxes child processes when
465 possible.
466 - The Cancel-Job operation now supports a purge-job
467 attriibute to purge a specified job.
468 - ppdEmit* and ppdCollect* now use the NonUIOrderDependency
469 attributes for custom option selections.
470 - The web interface now enables/disables the printer
471 sharing (formerly publishing) controls based on the
472 server-is-sharing-printers state (STR #2233)
473 - The scheduler now tracks printer sharing via the
474 server-is-sharing-printers attribute, and manages LPD
475 and SMB sharing as well (STR #2233)
476 - The web interface now allows you to go back to the make/
477 manufacturer page if there is no matching printer driver
478 on the model page (STR #2436)
479 - The printer list now shows the default media, banner, and
480 duplex options as well as the color and duplex capabilities
481 of printers (STR #1175)
482 - The web interface look-n-feel has been updated (STR #2492)
483 - The scheduler now supports a CUPS-Get-Document operation
484 that returns the specified print job document (STR #118)
485 - The cupsfilter utility now supports a "-J jobid" option
486 to filter the document from the specified job.
487 - The scheduler (cupsd) now supports a new option (-t) to
488 do a syntax check of the cupsd.conf file (STR #2003)
489 - Added new cupsGetPPD3() API to allow applications to
490 cache PPDs safely (STR #1473)
491 - Added generic PostScript and PCL printer driver PPDs.