]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES-1.4.txt
Merge changes from CUPS 1.5svn-r9385.
[thirdparty/cups.git] / CHANGES-1.4.txt
1 CHANGES-1.4.txt
2 ---------------
3
4 CHANGES IN CUPS V1.4.6
5
6 - Regression: The pstops filter did not support landscape printing of
7 PostScript files (STR #3722)
8 - The scheduler killed retried (fax) jobs after restarting them
9 (STR #3697)
10 - The cupsAdminSetServerSettings() function disabled sharing when
11 debug logging was enabled (STR #3712)
12
13
14 CHANGES IN CUPS V1.4.5
15
16 - Documentation fixes (STR #3542, STR #3650)
17 - Localization fixes (STR #3635, STR #3636, STR #3647, STR #3666)
18 - Security: Fixed a memory corruption bug reported in CVE-2010-2941
19 (STR #3648)
20 - The CUPS API incorrectly mapped the HTTP_UNAUTHORIZED status to the
21 IPP_NOT_AUTHORIZED status code, when IPP_NOT_AUTHENTICATED would be
22 the correct mapping (STR #3684)
23 - The scheduler would restart jobs while shutting down (STR #3679)
24 - Fixed a PPD loader bug that could cause a crash in cupsd (STR #3680)
25 - Improved the mapping of non-standard PPD and PWG names (STR #3671)
26 - The scheduler did not initialize Kerberos in all cases (STR #3662)
27 - cupsAdminSetServerSettings duplicated Listen and Order lines
28 (STR #3645)
29 - Added DeviceN colorspace support to the CUPS Raster format (STR #3419)
30 - ppdMarkDefaults() did not clear the marked field of the previous
31 choices (STR #3642)
32 - The serial backend would not allow a raw job to be canceled
33 (STR #3649)
34 - The socket backend could go into an infinite loop with certain
35 printers (STR #3622)
36 - Setting the PRINTER or LPDEST environment variables to "name/instance"
37 did not work (STR #3485)
38 - The scheduler did not handle the JobRetryLimit setting properly
39 (STR #3466)
40 - The lpstat command always showed a remote job ID of 0 for shared
41 printers (STR #3627)
42 - Increased the write timeout for the libusb-based USB backend to 5
43 minutes (STR #3595)
44 - The libusb-base USB backend did not check whether the printer has a
45 serial number (STR #3590)
46 - The lpadmin command did not support setting of custom option values
47 (STR #3631)
48 - The lpadmin command did not support setting of the location or
49 description of a class (STR #3613)
50 - The cupsaddsmb command did not give up after too many failed attempts
51 (STR #3615)
52 - The CUPS library no longer uses certain problematic ctype macros that
53 change based on the locale's character set.
54 - PJL value substitution of more than 9 values was broken (STR #3621)
55 - Custom options with missing string values caused ppdEmit* to segfault
56 (STR #3620)
57 - Fixed an issue with the Italian version of the web interface
58 (STR #3624)
59 - Fixed the Solaris SMF configuration file for cups-lpd (STR #3611)
60 - The scheduler did not set the notify-subscribed-event attribute when
61 delivering printer-added or printer-modified events (STR #3608)
62 - The mailto notifier could get into an infinite loop (STR #3609)
63 - Date/time information was not shown in banner pages.
64 - Relational operators were broken in #if/#elif/#else/#endif expressions
65 for the PPD compiler.
66 - Moving a job via the web interface failed without asking for
67 authentication (STR #3559)
68 - The scheduler now clears the printer-state-reasons when the driver is
69 changed (STR #3570)
70 - The web interface did not allow a user to change the driver
71 (STR #3537, STR #3601)
72 - The scheduler was not setting the PATH_INFO environment variable when
73 needed (STR #3600)
74 - The scheduler incorrectly set the CUPSD_AUTH_TYPE environment
75 variable instead of AUTH_TYPE (STR #3599)
76 - Fixed a buffer overrun in the PPD compiler (STR #3594)
77 - Fixed some additional IPP job template attribute mapping issues in the
78 scheduler.
79
80
81 CHANGES IN CUPS V1.4.4
82
83 - Documentation updates (STR #3453, STR #3527, STR #3528, STR #3529)
84 - Security: The fix for CVE-2009-3553 was incomplete (STR #3490)
85 - Security: The texttops filter did not check the results of allocations
86 (STR #3516)
87 - Security: The web admin interface could disclose the contents of
88 memory (STR #3577)
89 - Security: CUPS could overwrite files as root in directories owned or
90 writable by non-root users (STR #3510)
91 - The cups-config utility did not return the correct linker options on
92 AIX (STR #3587)
93 - Fixed some IPP conformance issues with the scheduler's
94 ippget-event-life, operations-supported, output-bin, and sides
95 attributes (STR #3554)
96 - The OpenSSL interfaces have been made thread-safe and the GNU TLS
97 interface is explicitly forbidden when threading is enabled
98 (STR #3461)
99 - Fixed an IPP conformance issue with the scheduler's Send-Document
100 implementation (STR #3514)
101 - Added additional validation checks for the 1284 device ID (STR #3534)
102 - Fixed a problem with the RPM spec file (STR #3544)
103 - The lpstat command did not limit the job list to the specified
104 printers (STR #3541)
105 - The cupsfilter command did not set the RIP_MAX_CACHE environment
106 variable (STR #3531)
107 - Fixed support for media-col and page size variants (STR #3394)
108 - The PostScript filter did not support all media selection options for
109 the first page (STR #3525)
110 - The scheduler did not always remove job control files (STR #3425)
111 - The scheduler could crash on restart if classes were defined
112 (STR #3524)
113 - The scheduler no longer looks up network interface hostnames by
114 default on Mac OS X (STR #3523)
115 - ippWriteIO did not write collection (member) attributes properly in
116 all cases (STR #3521)
117 - The "cupsctl --remote-any" and corresponding web interface check box
118 (allow printing from the Internet) did not work reliably (STR #3520)
119 - The lpq and lpr commands would sometimes choose different default
120 printers (STR #3503)
121 - cupsDo*Request did not flush error text, leading to multiple issues
122 (STR #3325, STR #3519)
123 - cupsDoAuthentication did not cancel password authentication after 3
124 failures (STR #3518)
125 - Fixed several LDAP browsing bugs (STR #3392)
126 - The Dymo driver did not support copies (STR #3457)
127 - The scheduler did not update the classes.conf file when deleting a
128 printer belonging to a class (STR #3505)
129 - The lppasswd command did not use localized password prompts
130 (STR #3492)
131 - The socket backend no longer waits for back-channel data on platforms
132 other than Mac OS X (STR #3495)
133 - The scheduler didn't send events when a printer started accepting or
134 rejecting jobs (STR #3480)
135 - The web interface now includes additional CSRF protection (STR #3498)
136
137
138 CHANGES IN CUPS V1.4.3
139
140 - SECURITY: The scheduler could try responding on a closed client
141 connection, leading to a crash (STR #3200)
142 - SECURITY: The lppasswd program allowed the localization files to be
143 overridden when running in setuid mode (STR #3482)
144 - Localization updates (STR #3352, STR #3409, STR #3422, STR #3452,
145 STR #3473, STR #3502)
146 - Documentation updates (STR #3451, STR #3504)
147 - The IPP backend now sets the printer-state-message to "Ready to
148 print." at the end of a successful job (STR #3460)
149 - The PPD compiler did not correctly add the manufacturer to the output
150 filename when using the "-m" option (STR #3469)
151 - The IPP backend did not handle authentication properly for the Get-
152 Printer-Attributes operation (STR 3458)
153 - Getting SNMP values larger than 127 bytes did not work.
154 - IPP conformance: Get-Jobs has a default value for requested-attributes
155 (STR #3383)
156 - cupsPrintFiles() did not report all errors (STR #3449)
157 - cupsAddDest() could read freed memory (STR #3448)
158 - The DBUS notifier did not build (STR #3447)
159 - The scheduler would crash when an active printer was deleted.
160 - The snmp backend did not work with some printers (STR #3413)
161 - The web interface did not show the conflicting values when setting
162 options (STR #3440)
163 - Setting options in the web interface did not always work (STR #3439)
164 - The scheduler did not use the Get-Job-Attributes policy for a printer
165 (STR #3431)
166 - The scheduler added two job-name attributes to each job object
167 (STR #3428)
168 - CSS files would not print (STR #3442)
169 - The scheduler did not clean out completed jobs when PreserveJobHistory
170 was turned off (STR #3425)
171 - The web interface did not show completed jobs for a printer
172 (STR #3436)
173 - Authenticated printing did not always work when printing directly to
174 a remote server (STR #3435)
175 - The USB backend did not work on Solaris (STR #3423)
176 - cupstestppd didn't catch problems with JobPatchFile definitions
177 (STR #3421)
178 - The socket backend could crash if a SNMP string had a negative length.
179 - Fixed some termination issues with the USB backend on Mac OS X.
180 - The side-channel APIs did not handle interrupts properly.
181 - The network backends incorrectly cleared the media-empty-warning
182 state.
183 - The web interface did not allow users to successfully add serial
184 printers (STR #3391)
185 - cupsTempFd() did not work in some situations (STR #3382)
186 - Some C API headers were missing C++ wrapper logic.
187 - The PPD compiler did not localize single-language PPD options properly
188 (STR #3386)
189 - Modifying a printer from the web interface sometimes caused the wrong
190 driver to be selected (STR #3418)
191 - The scheduler did not handle out-of-memory conditions properly when
192 loading a job (STR #3407)
193 - When adding printers from the web interface, the dynamic updates of
194 the device list made it hard to pick a device (STR #3406)
195 - Fixed a typo in the web interface admin page template (STR 3403)
196 - The web interface did not preserve the "printer is shared" state when
197 modifying a printer (STR #3390)
198 - The PPD compiler incorrectly inserted translations of empty strings
199 (STR #3411)
200 - The scheduler did not reset the SIGPIPE handler of child processes
201 (STR #3399)
202 - cupsGetNamedDest() incorrectly returned the default printer if the
203 named printer did not exist (STR #3397)
204 - Fixed a GNU TLS error handling bug (STR #3381)
205
206
207 CHANGES IN CUPS V1.4.2
208
209 - SECURITY: The CUPS web interface was vulnerable to several XSS and
210 HTTP header/body attacks via attribute injection (STR #3367,
211 STR #3401)
212 - Fixed localization errors (STR #3359, STR #3372, STR #3380, STR #3387)
213 - The documentation for classes.conf and printers.conf did not provide
214 the correct instructions for manual changes (STR #3351)
215 - The scheduler did not always rebuild printer cache files when the
216 driver was changed (STR #3356)
217 - The documentation makefile failed to install localizations when using
218 newer versions of Bash (STR #3360)
219 - The configure script did not use the --with-xinetd value for the
220 default LPD configuration path (STR #3347)
221 - The configure script incorrectly required glib for DBUS support
222 (STR #3346)
223 - The cupstestppd program incorrectly reported filters with bad
224 permisssions as missing (STR #3363)
225 - The cups.desktop file used the wrong locale names (STR #3358)
226 - cupsSideChannelRead() did not return an error for short reads.
227 - The installed PAM configuration file did not use the correct options
228 with the pam_unix2 module (STR #3313)
229 - The scheduler did not preserve default options that contained special
230 characters (STR #3340)
231 - The scheduler did not remove old pre-filters when updating a printer
232 driver (STR #3342)
233 - The HP/GL-2 filter did not check for early end-of-file (STR #3319)
234 - The USB backend did not compile on some platforms (STR #3332)
235 - cupsSideChannelSNMPWalk() could go into an infinite loop with broken
236 SNMP implementations.
237
238
239 CHANGES IN CUPS V1.4.1
240
241 - Documention fixes (STR #3296)
242 - SNMP supply levels and states were wrong for some printers.
243 - The IPP backend did not update the auth-info-required value.
244 - The libusb-based USB backend would hang at the end of the job
245 (STR #3315, STR #3318)
246 - DNS-SD registrations for raw queues had an empty "ty" key (STR #3299)
247 - The JPEG and BMP MIME type rules were broken (STR #3284)
248 - cupsGetNamedDest returned the default printer when the named
249 destination did not exist (STR #3285)
250 - The JobKillDelay was not triggered for canceled jobs (STR #3292)
251 - The PPD compiler could get in an infinite loop (STR #3293)
252 - The configure check for dns-sd.h was broken (STR #3297)
253 - The "Query Printer for Default Options" page did not go away if the
254 query job was held (STR #3302)
255 - Boolean options did not show up as selected in the web interface
256 (STR #3303)
257 - The scheduler did not cache or report driver information files
258 correctly, leading to a variety of issues (STR #3283, STR #3297,
259 STR #3305)
260 - cupsDoIORequest() did not abort on permanent errors (STR #3311)
261 - Modifying a class in the web interface did not work (STR #3312)
262 - BrowseLocalProtocols could be cleared when changing the sharing
263 setting (STR #3287)
264 - The scheduler could return an empty supported document format
265 (STR #3308)
266 - The PPD compiler generated invalid PPD files when the locale used
267 something other than "." for the decimal point (STR #3300)
268 - The IPP backend did not handle some non-comforming IPP printer
269 implementations (STR #3262)
270 - The scheduler leaked three file descriptors to each job filter
271 (STR #3263)
272 - The scheduler now uses a default CUPS-Get-Devices timeout of 15
273 seconds (STR #3307)
274
275
276 CHANGES IN CUPS V1.4.0
277
278 - Localization updates (STR #3223, STR #3246, STR #3248, STR #3250)
279 - Documentation updates (STR #3225, STR #3230, STR #3242, STR #3260)
280 - The --with-pdftops configure option did not accept a full path to the
281 filter (STR #3278)
282 - The banner filter did not position the back side image correctly
283 (STR #3277)
284 - The dnssd backend could crash (STR #3272)
285 - The 1284 device ID sometimes contained trailing garbage (STR #3266)
286 - The USB backend returned different URIs for some printers than in
287 CUPS 1.3 (STR #3259)
288 - The scheduler did not do local job-hold-until processing for remote
289 queues (STR #3258)
290 - The scheduler did not try all possible SSL certificates on Mac OS X.
291 - The scheduler did not always remove a file descriptor when using the
292 kqueue interface (STR #3256)
293 - The scheduler did not protect against bad job control files in all
294 cases (STR #3253)
295 - The scheduler did not encode "+" in model names (STR #3254)
296 - The web interface didn't show the default options (STR #3244)
297 - The IPP and LPD backends needed print data before they would do an
298 SNMP query.
299 - Fixed a GNU TLS compatibility issue (STR #3231)
300 - Fixed a HTML error in the add and modify printer web interface
301 templates (STR #3229)
302 - The scheduler did not minimize the number of printer state events that
303 were generated by filter STATE: messages, which could lead to poor
304 performance.
305 - The USB backend on Mac OS X did not cleanly cancel a job.
306 - The network backends now set the connecting-to-device printer-state-
307 reasons value when looking up the address and copying the print data
308 for consistency.
309 - The scheduler now supports the com.apple.print.recoverable-warning
310 reason on all platforms.
311
312
313 CHANGES IN CUPS V1.4rc1
314
315 - The PPD compiler documentation was missing information on localization
316 (STR #3212)
317 - The IPP backend now reconnects after every request when talking to
318 printers that claim IPP support but only use HTTP/1.0.
319 - The PPD compiler crashed when both "Resolution" and "Group foo Option
320 Resolution" were specified in the .drv file.
321 - The PPD compiler's #if/#elif/#else/#endif did not work for undefined
322 variables (STR #3210)
323 - Static libraries could not be installed by a non-root user on systems
324 needing a ranlib program (STR #3209)
325 - The scheduler incorrectly always tried to copy Kerberos credentials
326 for print jobs.
327 - Updated the Spanish localization (STR #3204)
328 - The scheduler crashed when getting the default paper size from
329 libpaper (STR #3205, STR #3206)
330 - The PPD compiler now defines six variables: CUPS_VERSION,
331 CUPS_VERSION_MAJOR, CUPS_VERSION_MINOR, CUPS_VERSION_PATCH,
332 PLATFORM_NAME, and PLATFORM_ARCH (STR #3203)
333 - Fixed a whitespace skipping bug in cupsRasterInterpretPPD.
334 - The scheduler did not return HTTP 403 (Forbidden) for authenticated
335 users that were not authorized to do IPP operations (STR #3193)
336 - The scheduler did not report more than 8 Product strings from a PPD
337 file. Some PPD files have as many as 24.
338 - ppdOpen*() could crash if a keyword had no value string (something
339 that cupstestppd looks for...)
340 - cupsLangDefault() did not return the correct language on Mac OS X.
341 - The Mac OS X USB backend did not handle aborted or stalled pipe
342 conditions properly, which prevented drivers from ejecting partial
343 pages when a job was canceled or held.
344
345
346 CHANGES IN CUPS V1.4b3
347
348 - Documentation fixes (STR #3044, STR #3057, STR #3153, STR #3158,
349 STR #3173)
350 - Added complete localizations for German, Japanese, Polish, and
351 Russian and partial localizations for Chinese, Danish, Finnish,
352 French, Italian, Korean, Norwegian, Portuguese, and Swedish
353 (STR #3096, STR #3098, STR #3109, STR #3111, STR #3141)
354 - Updated the configure check for -fstack-protector (STR #3198)
355 - The network backends now correctly convert SNMP supply descriptions to
356 UTF-8 encoding as needed.
357 - The scheduler could crash when deleting an attribute (STR #3197)
358 - The cups-driverd program did not detect symlink loops (STR #3185)
359 - The EPSON 24-pin series driver should now feed the correct amount
360 (STR #2624)
361 - The scheduler now automatically logs the last N debug messages for
362 failed print jobs.
363 - You can now modify a raw print queue (STR #3133)
364 - Fixed a number of ppdi issues and added a unit test to validate that
365 ppdc + ppdi can generate and import the same data (STR #3152)
366 - Moving jobs in the web interface now shows an error if you only have
367 one printer or class added (STR #3094)
368 - Since classes have never truly supported the printer-error-policy
369 stuff added in CUPS 1.2, update the code to reflect the current
370 reality and support only the retry-current-job policy for now
371 (STR #3171)
372 - Revised the password callback support (STR #2953)
373 - ppdEmit*() did not choose between PageSize and PageRegion properly.
374 - Make some fairly substantial changes to the Kerberos support code so
375 that CUPS can work in multi-realm environments and does not require
376 delegatable credentials. Shared printing still requires delegation,
377 however "delegation by policy" can be enabled in the KDC to make this
378 all work.
379 - "AccessLogLevel actions" did not hide client-error-not-found errors.
380 - AP_FIRST_InputSlot did not work with number-up.
381 - cupsBackChannelRead() and cupsBackChannelWrite() could fail due to a
382 lack of kernel buffers.
383 - The IPP and LPD backends did not respond to side-channel requests
384 while copying print data to a temporary file.
385 - cupsWriteRequestData() flushed the output buffer unnecessarily,
386 causing reduced performance in some situations.
387 - If a CGI process died before sending its MIME headers, the request
388 would hang on the client.
389 - The printer/class/job search feature on the web interface did not
390 work (STR #3132)
391 - The scheduler did not write the printers out for classes.
392 - CUPS-Get-PPDs did not work properly when filtering by language,
393 product, or psversion (STR #3136)
394 - The scheduler now kills job filters when it takes more than 30 seconds
395 (configurable) to cancel or hold the job.
396 - The cupstestppd program did not validate the capitalization of
397 filenames in the PPD file.
398 - The cupstestppd program did not validate the PageSize and PageRegion
399 values.
400 - The cups-deviced helper program could miss reporting some backend
401 devices (STR #3108)
402 - The cupsSideChannelSNMP* functions did not work.
403 - The scheduler could consume 100% CPU when jobs were canceled.
404 - Clicking on "Select Another Make/Manufacturer" in the web interface
405 incorrectly added the printer (STR #3095)
406 - The scheduler no longer uses programs with insecure file
407 permissions.
408 - httpAssembleURI*() did not escape backslashes in hostnames.
409 - The dnssd backend did not unquote "full names" before creating the
410 device URI.
411 - The scheduler now supports JobRetryInterval values less than 10
412 seconds.
413 - Updated the Spanish localization (STR #3090)
414 - The scheduler did not redo Bonjour/DNS-SD registrations when updating
415 them failed.
416 - The "authenticated" policy incorrectly required authentication for
417 status operations.
418 - ppdOpen*() incorrectly loaded PPDs with multiple JobPatchFile
419 keywords.
420 - The network backends no longer report the SNMP "offline" or
421 maintenance status bits since they are inconsistently implemented and
422 often unreliable.
423 - The scheduler no longer logs child processes killed via SIGKILL as
424 "crashed".
425 - The printer link shown on the "job moved" template was bad (STR #3085)
426 - Updated the HTML templates to use the final HTML 4 DOCTYPE (STR #3086)
427 - The scheduler did not track the "paused" reason properly if a
428 printer had other reasons associated with it.
429 - cupsSendRequest() did not clear old local certificate auth data.
430 - The PPD compiler did not search for localization files properly
431 (STR #3084)
432 - cupsGetNamedDest() did not use the fallback default like
433 cupsGetDests*() (STR #3082)
434 - The scheduler now provides a LogTimeFormat directive to enable
435 microseconds in the date and time that are logged.
436 - The scheduler now provides a MultipleOperationTimeout directive to
437 control the timeout for multi-file print jobs.
438 - The configure script incorrectly allowed Avahi to be used for DNS-SD
439 printer discovery (STR #3065)
440 - The web interface and scheduler did not support URIs up to 1024 bytes
441 in length (STR #3072)
442 - Fixed pdftops issues with page sizes (STR #3063)
443 - Fixed pdftops issues with Ghostscript (STR #3062)
444 - The scheduler incorrectly registered default profiles for PostScript
445 printers with no specified colorspace.
446 - The scheduler incorrectly created an empty org.cups.printers.plist
447 file on Mac OS X.
448 - cupsGetPPD3() did not look for local PPDs in the right directory.
449 - SNMP lookups via side-channel did not work for NULL-VALUE and
450 and OCTET-STRING OIDs containing nul characters.
451 - The libusb-based USB backend did not work.
452 - The scheduler did not set the printer-commands attribute correctly
453 for some PPDs.
454 - The ppdi utility did not work.
455 - The web interface no longer uses multi-part output with old or broken
456 web browsers (STR #3049)
457 - CUPS now conforms to the draft IPP/2.0 and IPP/2.1 specification.
458 - Added a new cupsGetConflicts() API to get a list of conflicting
459 options.
460 - The PPD compiler didn't localize options or choices that did not
461 have associated translation text (STR #3045)
462 - Updated the Spanish localization (STR #3043)
463 - Fixed build problems (STR #3040, STR #3047)
464 - cupsResolveConflicts() did not resolve using the default option
465 choice in some cases due to the mirror UIConstraints that are
466 present in most PPD files.
467 - The scheduler did not honor MIME type priorities.
468 - The commandtops filter incorrectly used the JCLBegin code to end
469 its jobs.
470 - The default BrowseLocalProtocols value was not set properly.
471 - Since the commandtops filter does not actually support ReportLevels
472 all on its own, don't list that printer command by default for PS
473 printers.
474 - The scheduler did not give filters a chance to log errors or update
475 printer attributes when a job was canceled.
476 - The scheduler did not clear the "connecting-to-device" reason keyword
477 when a job finished.
478
479
480 CHANGES IN CUPS V1.4b2
481
482 - Documentation updates (STR #2983, STR #2998, STR #3021)
483 - The cupstestppd utility now validates the FileVersion and
484 FormatVersion values in PPD files.
485 - The default cupsd.conf file did not reflect the
486 --with-local-protocols value set at compile-time (STR #3037)
487 - The cupsGetPPD* APIs now create symlinks to local PPD files
488 rather than copying them whenever possible.
489 - Various performance optimizations in the string pool, dests, and
490 options implementations.
491 - The cupsGetDests* APIs now return the marker and printer-commands
492 attributes.
493 - Side-channel SNMP lookups would not work when cupsSNMPSupplies
494 was set to False in the PPD file.
495 - Localized the device descriptions for the SCSI, serial,
496 and network backends (STR #3014)
497 - Added a Spanish localization (STR #3015)
498 - Added support for marker-low-levels and marker-high-levels
499 attributes.
500 - The scheduler could hang writing a long log line.
501 - The cupsGetDevices() function now has an "include_schemes"
502 parameter.
503 - The lpinfo command now supports --include-schemes and
504 --exclude-schemes options.
505 - The CUPS-Get-PPDs operation now supports the include-schemes
506 and exclude-schemes attributes.
507 - The CUPS-Get-Devices operation now supports the include-schemes
508 attribute.
509 - The print filters now support a replacement for the fitplot
510 option called "fit-to-page".
511 - The LPD backend no longer tries to collect page accounting
512 information since the LPD protocol does not allow us to
513 prevent race conditions.
514 - The scheduler did not save the last marker-change-time value.
515 - Fixed a problem with printing to some IPP printers, including
516 CUPS 1.1.x.
517 - Fixed a redirection problem with the printer web page (STR #3012)
518 - Fixed a PPD compiler problem with the loading of message
519 catalogs (STR #2990)
520 - Fixed a PPD compiler problem with the loading of .strings files
521 (STR #2989)
522 - The cupsfilter utility did not set the CONTENT_TYPE environment
523 variable when running filters.
524 - The scheduler now waits to allow system sleep until the jobs
525 have all stopped.
526 - The IPP, LPD, and socket backends used different "connecting"
527 progress messages.
528
529
530 CHANGES IN CUPS V1.4b1
531
532 - Documentation updates (STR #2567)
533 - The PPD compiler now allows local message catalogs to
534 override the standard CUPS translations (STR #2642)
535 - The ppdmerge command did not merge custom option strings
536 (STR #2863)
537 - The scheduler now supports the Hold-New-Jobs and
538 Release-Held-New-Jobs operations; these are exposed via the
539 cupsdisable and cupsenable commands (STR #2332)
540 - The lpstat command is now much faster when displaying the
541 status of a single printer (STR #2843)
542 - The scheduler now caches information from PPD files to provide
543 significantly faster startup time with large numbers of PPDs
544 (STR #1293)
545 - CUPS-Get-Driver now provides much better driver matching based
546 on the IEEE-1284 device ID and make/model strings (STR #2707)
547 - Now support the cupsSNMPSupplies keyword to control whether
548 the network backends query the SNMP Printer MIB for supply
549 levels.
550 - Now support and use a new banner file format for better text
551 support and easier customization (STR #2490)
552 - The scheduler now sets the PRINTER_INFO and PRINTER_LOCATION
553 environment variables from the corresponding IPP attributes.
554 - The ippRead*() and ippWrite*() functions no longer use a
555 stack-based buffer (STR #2388)
556 - The CUPS-Add-Modify-Printer operation now allows you to set
557 the printer-state-reasons attribute.
558 - The "set printer options" page now supports auto-configuration
559 of printer options (STR #1440)
560 - The web interface now provides an advanced server settings
561 form.
562 - The web interface's "modify printer" pages now make it
563 easier to change just one setting (STR #1919)
564 - The scheduler now supports a plist PrintcapFormat.
565 - The scheduler now supports multiple addresses in Allow and
566 Deny lines, just like Apache (STR #2947)
567 - Added CUPS_JOBTYPE environment variable for job filters so
568 they know whether they are printing a banner or document
569 file (STR #2799)
570 - Added support for printer filtering by the cupsfilter
571 command (STR #2562)
572 - Added a SSLOptions directive to allow Windows clients to
573 talk to CUPS in FIPS mode (STR #2827)
574 - Renamed the accept and reject commands to cupsaccept and
575 cupsreject; the old names are still available (STR #2936)
576 - The locale/translate utility needed an update to work with
577 Google (STR #2882)
578 - The lpstat command now supports a -H option to display the
579 default server (STR #2833)
580 - The scheduler now supports a FatalErrors directive to control
581 which errors should cause the scheduler to exit (STR #2536)
582 - The scheduler now uses the php-cgi program if it is available
583 (STR #2923)
584 - The scheduler now supports a DefaultPaperSize directive
585 (STR #2848)
586 - The scheduler now passes the job-originating-host-name
587 value to filters in the options argument (STR #2558)
588 - CUPS now supports job tickets in PDF files (STR #2903)
589 - Added a DBUS notifier (STR #2529)
590 - The LPD mini-daemon now passes the document name when queuing
591 print jobs (STR #2482)
592 - The IPP backend did not relay com.apple.print.recoverable-message
593 values.
594 - The scheduler now supports a job-media-progress attribute to
595 track the progress of individual pages.
596 - The sample HP driver now supports A5 (STR #2798)
597 - The CUPS web interface menu item now uses the xdg-open
598 command, when available (STR #2724)
599 - The cups-lpd program now supports the -h option (STR #2794)
600 - The scheduler now sets the PAM_TTY parameter and the
601 PAM_ESTABLISH_CRED credential flag (STR #2745)
602 - The scheduler now logs unsuccessful requests to the error_log
603 file as errors (STR #2616)
604 - Added support for a "retry-current-job" error policy that
605 retries the current job immediately when the backend encounters
606 an error (STR #2555)
607 - The scheduler now returns a "forbidden" error when a user
608 correctly authenticates but does not have permission to
609 continue further (STR #2101)
610 - The scheduler now loads both the server and CA certificates
611 (if present) from the ServerCertificate file (STR #2146)
612 - New RSS subscriptions now create their feed files immediately
613 (STR #2853)
614 - Added support for a device-location attribute which provides
615 the physical location of a printer device.
616 - Added a cupsBackendReport() API which handles quoting of the
617 device data by a backend.
618 - Added support for custom options in the web interface
619 (STR #1729)
620 - Added support for Mozilla LDAP, reconnection to LDAP servers,
621 and improved LDAP performance (STR #1962)
622 - Added Solaris SMF support (STR #1477)
623 - Added optional support for using TCP wrappers to limit access
624 to CUPS (STR #263)
625 - Added ppdPageSizeLimits API.
626 - Added support for new cupsMediaQualifier2, cupsMediaQualifier3,
627 cupsMinSize, and cupsMaxSize attributes.
628 - Added cupsResolveConflicts and ppdInstallableConflict APIs.
629 - Added support for new cupsUIConstraints and cupsUIResolver
630 attributes for better option conflict detection and
631 resolution.
632 - Increased the maximum size of 1284 device ID strings to
633 256 bytes (STR #2877)
634 - Added an AccessLogLevel directive to cupsd.conf to control
635 what is logged to the access_log file.
636 - The default LogLevel is now "warn" instead of "info" to reduce
637 the amount of logging that is done to disk by default.
638 - The PPD compiler did not include OID query keywords in PPD
639 files (STR #2871)
640 - The cups-driverd helper program now directly supports driver
641 information files.
642 - The USB backend now uses libusb when available (STR #1575)
643 - Added ppdLocalizeAttr function to get the localized version
644 of an attribute.
645 - MIME types now support a priority() attribute (STR #2719)
646 - The standard MIME types are now installed in
647 DataDir/mime (STR #2719)
648 - The lpoptions command now describes custom options and
649 the necessary parameters (STR #2660)
650 - The ppdmerge program did not support Simplified Chinese
651 or Traditional Chinese language version strings (STR #2851)
652 - The PPD compiler now supports localizable attributes
653 (STR #2738)
654 - The ppdpo utility now includes cupsIPPReasons values in
655 the message catalogs it generates (STR #2754)
656 - The PPD compiler now supports conditional directives
657 (STR #2636)
658 - The ppdc utility now supports a "-t" option to test PPD
659 files (STR #2739)
660 - The ppdc utility now supports a "-m" option to use the
661 ModelName value as the output filename.
662 - The ppdc utility now supports a FileName directive to
663 set an alternate output filename (STR #2740)
664 - The side-channel API now supports SNMP queries for the
665 standard network backends.
666 - Added a PageLogFormat directive to the cupsd.conf file to
667 control the format of lines in the page_log file.
668 - Filters can now send PPD: messages to stderr to set PPD
669 keywords like DefaultPageSize while a job is printing.
670 - Added a mdns backend for discovery and printing to printers
671 that advertise themselves via DNS-SD (Bonjour)
672 - The ipp, lpd, and socket backends now support DNS-SD service
673 name resolution.
674 - The scheduler now uses a single shared file descriptor for
675 all DNS-SD registrations (STR #2674)
676 - The ipp, lpd, and socket backends now support SNMP-based
677 page accounting and supply level monitoring (STR #1655)
678 - Added support for cupsPJLDisplay attribute to control what
679 PJL commands are used to display the job information.
680 - Driver information files can now be installed in
681 /Library/Printers/PPDs.drv on Mac OS X.
682 - The CUPS image library now supports reading images larger
683 than 2GB.
684 - The scheduler now delays writing config and state files to
685 reduce disk activity (STR #2684)
686 - The CUPS-Get-Devices operation now supports the
687 exclude-schemes and timeout attributes to control which
688 backends are polled and for how long.
689 - The cups-deviced helper application now runs backends in
690 parallel to get the list of devices faster.
691 - Added --enable-pap configure option.
692 - The default cupsd.conf file now includes an "authenticated"
693 policy which requires authentication for remote print jobs.
694 - Added support for Czech and Hungarian in PPD files
695 (STR #2735, STR #2736)
696 - The PPD compiler tools now support Mac OS X .strings files
697 for localization (STR #2737)
698 - ppdOpen*() now default the colorspace member to PPD_CS_N
699 when no DefaultColorSpace attribute is present in the PPD
700 file.
701 - The build system has been updated to support separate
702 installation of data, program, header, and library files.
703 - All support libraries are now built as shared libraries
704 by default.
705 - The scheduler now manages ICC color profiles on Mac OS X.
706 - The network backends (ipp, lpd, socket) now support
707 SNMP-based supply and page count monitoring (STR #1655)
708 - The lppasswd program is no longer installed setuid to
709 root to make the default installation more secure.
710 - Added a new ppdLocalizeMarkerName() function to get
711 the localized version of a marker-names value.
712 - The scheduler now provides the printer-dns-sd-name
713 attribute for printers shared via DNS-SD/Bonjour.
714 - The pdftops filter now executes the Xpdf or poppler
715 pdftops utility to convert PDF files (STR #1471)
716 - Bonjour printer registrations now advertise as local or
717 global based on the current access policies for the
718 printer.
719 - cupsGetDests*() and cupsSetDests*() now track the last
720 used printer preference on Mac OS X.
721 - Added a new streaming request API (STR #2261)
722 - Added a new cupsGetNamedDest() function to the CUPS
723 library for faster printing with lp and lpr (STR #2638)
724 - The scheduler now sets the PAM RHOST value on systems
725 that support it (STR #2637)
726 - The scheduler now sandboxes child processes when
727 possible.
728 - The Cancel-Job operation now supports a purge-job
729 attriibute to purge a specified job.
730 - ppdEmit* and ppdCollect* now use the NonUIOrderDependency
731 attributes for custom option selections.
732 - The web interface now enables/disables the printer
733 sharing (formerly publishing) controls based on the
734 server-is-sharing-printers state (STR #2233)
735 - The scheduler now tracks printer sharing via the
736 server-is-sharing-printers attribute, and manages LPD
737 and SMB sharing as well (STR #2233)
738 - The web interface now allows you to go back to the make/
739 manufacturer page if there is no matching printer driver
740 on the model page (STR #2436)
741 - The printer list now shows the default media, banner, and
742 duplex options as well as the color and duplex capabilities
743 of printers (STR #1175)
744 - The web interface look-n-feel has been updated (STR #2492)
745 - The scheduler now supports a CUPS-Get-Document operation
746 that returns the specified print job document (STR #118)
747 - The cupsfilter utility now supports a "-J jobid" option
748 to filter the document from the specified job.
749 - The scheduler (cupsd) now supports a new option (-t) to
750 do a syntax check of the cupsd.conf file (STR #2003)
751 - Added new cupsGetPPD3() API to allow applications to
752 cache PPDs safely (STR #1473)
753 - Added generic PostScript and PCL printer driver PPDs.