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