]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES-1.1.txt
Mirror 1.1.x change.
[thirdparty/cups.git] / CHANGES-1.1.txt
CommitLineData
d2503e02 1CHANGES-1.1.txt
2---------------
3
a9a95097 4CHANGES IN CUPS V1.1.21rc2
5
174751e1 6 - The lppasswd program was not installed properly by GNU
7 install when the installer was not root (STR #836)
46d749d8 8 - Updated the cups-lpd man page (STR #843)
9c78751b 9 - Fixed a typo in the cupsd man page (STR #833)
6f96d00f 10 - The USB backend now defaults to using the newer
11 /dev/usb/lpN filenames; this helps on systems which
12 use the devfs filesystem type on Linux (STR #818)
0f1aeca7 13 - The config.h file did not define the HAVE_USERSEC_H
14 constant when the configure script detected the
15 usersec.h header file. This caused authentication
16 errors on AIX (STR #832)
fd35db0b 17 - The lp and lpr commands now report the temporary
18 filename and error if they are unable to create a
19 temporary file (STR #812)
90ad5874 20 - Added ServerTokens directive to control the Server
21 header in HTTP responses (STR #792)
1e88d784 22 - Added new httpDecode64_2(), httpEncode64_2(), and
23 httpSeparate2() functions which offer buffer size
24 arguments (STR #797)
c8f54662 25 - The cupsGetFile() and cupsPutFile() code did not
26 support CDSA or GNUTLS (STR #794)
27 - The httpSeparate() function did not decode all
28 character escapes (STR #795)
7ba4d621 29 - The cupstestppd program now checks for invalid Duplex
30 option choices and fails PPD files that use
31 non-standard values (STR #791)
017c50f3 32 - Updated the printer name error message to indicate
33 that spaces are not allowed (STR #675)
da0bffec 34 - The scheduler didn't handle HTTP GET form data
35 properly (STR #744)
c0045fd3 36 - The pstops filter now makes sure that the prolog code
37 is sent before the setup code (STR #776)
38 - The pstops filter now handles print files that
39 incorrectly start @PJL commands without a language
40 escape (STR #734)
c4dcf3cc 41 - Miscellaneous build fixes for NetBSD (STR #788)
edfd3c3d 42 - Added support for quoted system group names (STR #784)
a708af2a 43 - Added "version" option to IPP backend to workaround
44 serious bug in Linksys's IPP implementation (STR #767)
b0d50929 45 - Added Spanish translation of web interface (STR #772,
46 STR #802)
6bb5a528 47 - The LPD backend now uses geteuid() instead of getuid()
48 when it is available (STR #752)
49 - The IPP backend did not report the printer state if
50 the wait option was set to "no" (STR #761)
0614322d 51 - The printer state was not updated for "STATE: foo,bar"
52 messages (STR #745)
cda1bd04 53 - Added new CUPS API convenience functions which accept
54 a HTTP connection to eliminate extra username/password
55 prompts. This resolves a previous authentication
56 caching issue (STR #729, STR #743)
ba886a95 57 - The scheduler did not correctly throttle the browse
58 broadcasts, resulting in missing printers on client
59 machines (STR #754)
41d6188e 60 - The scheduler did not pass the correct CUPS_ENCRYPTION
61 setting to CGI programs which caused problems on
62 systems which used non-standard encryption settings
63 (STR #773)
64 - The lpq command showed 11st, 12nd, and 13rd instead of
65 11th, 12th, and 13th for the rank (STR #769)
683c2aef 66 - "make install" didn't work on some platforms due to an
67 error in the man page makefiles (STR #775)
a9a95097 68 - Changed some calls to snprintf() in the scheduler to
69 SetStringf() (STR #740)
70
71
c9f7f5da 72CHANGES IN CUPS V1.1.21rc1
73
7abb7137 74 - Fixed some "type-punned" warnings produced by GCC when
75 -fstrict-aliasing is specified (STR #679)
76 - The PDF filter incorrectly calculated the bounding box
77 of a page (STR #682)
78 - The IPP backend did not use SSL when printing over a
79 port other than 443 (STR #730)
985a12c2 80 - The scheduler could crash when processing a Limit or
81 LimitExcept directive (STR #728)
82 - The lpq, lpr, and lp commands did not differentiate
83 between the server being unresponsive and the lack of
84 a default printer (STR #728)
85 - The PAM checks in the configure script did not stop
86 after the first match (STR #728)
87 - The cups-config man page was incorrectly placed in
88 section 3 (STR #728)
58d47694 89 - The cupstestppd utility did not show a warning message
90 when a PPD file indicated BCP protocol support with
91 PJL (STR #720)
f2d1c59d 92 - The scheduler did not return the correct exit code
93 when startup failed (STR #718)
94 - The cupsRasterReadPixels() function checked for
95 EAGAIN, which caused problems on FreeBSD (STR #723)
5c64e957 96 - The cupsGetDests() function did not use the current
97 encryption setting (STR #653)
d8cd2dc3 98 - The scheduler did not properly parse name-based
99 BrowseRelay directives in the cupsd.conf file (STR
100 #711)
101 - The IPP backend now supports the following options in
102 the device URI: encryption, waitjob, and waitprinter
103 (STR #699)
897922a9 104 - The parallel, serial, socket, and USB backends did not
105 return a non-zero exit status when a job failed to
106 print in the middle of sending it (STR #715)
107 - Location directives in the cupsd.conf file were
108 case-sensitive for printer and class names, so
109 queue-specific access control was not reliable (STR
110 #700)
111 - cupsDoFileRequest() did not handle HTTP continue
112 status messages in all cases, causing sporatic
113 problems with IPP printers from some vendors (STR
114 #716)
725dbff8 115 - The rastertodymo driver now supports the Zebra ZPL
116 language (STR #713)
27d9c868 117 - The test suite no longer generates a printcap file,
118 which caused problems when testing as the root user
119 (STR #693)
120 - The scheduler now updates the accepting state of an
121 implicit class based upon the accepting state of its
122 member printers (STR #697)
5de4345d 123 - The pstops filter didn't properly skip leading PJL
124 commands (STR #664)
0ee73ce8 125 - The reinterpret_cast keyword was not highlighted when
126 printing C/C++ source files in prettyprint mode (STR
127 #694)
09d90cc6 128 - Fixed a segfault problem with some of the client
129 programs (STR #668)
48033118 130 - When using RunAsUser, the scheduler did not correctly
131 set the ownership of the log files, preventing log
132 file rotation (STR #686)
996c9b10 133 - The image filters did not correctly load 1-bit PNG
134 files (STR #687)
ed10dd86 135 - The pdftops filter did not show all annotation objects
136 in a PDF file (STR #674)
a6c39ab3 137 - The pdftops filter did not print the contents of
138 textual form elements, making it impossible to print a
139 filled-in form (STR #663)
cbeb5d2c 140 - Integrated the MacOS X/Darwin USB backend into the
141 CUPS baseline (STR #661)
84e51f51 142 - The USB backend incorrectly reported "media tray
143 empty" (STR #660)
f1e5cc57 144 - The scheduler did not use a case-insensitive
145 comparison when checking for group membership, which
146 caused problems with Win9x clients printing via SAMBA
147 (STR #647)
11009aea 148 - The scheduler did not report the addresses associated
149 with certain network errors, making troubleshooting
150 difficult (STR #648, #649)
6d353386 151 - The cupstestppd program did not allow a default choice
152 of "Unknown" as required by the PPD spec (STR #651)
7250da12 153 - The select() buffers are now allocated to be at least
154 as large as sizeof(fd_set) (STR #639)
a89836ef 155 - The LPD backend now supports overriding the print job
156 username via the device URI (STR #631)
157 - The scheduler did not handle an unknown MIME type when
158 checking for a CGI script (STR #603)
045a79ad 159 - Added a timeout optimization to the scheduler's main
160 loop to allow CUPS to sleep more of the time (STR
161 #629)
215d44cb 162 - The USB backend now retries printing to devices of the
163 form "usb://make/model" if any USB port shows up as
164 "busy" (STR #617)
c5b73e9f 165 - The httpGetHostByName() function did not range check
166 IP address values (STR #608)
7e736f7d 167 - The httpUpdate() function could return HTTP_ERROR
168 instead of the HTTP status if the server closed the
169 connection before the client received the whole
170 response (STR #611)
4b4a98c0 171 - The LPD mini-daemon did not allow the administrator to
172 force banner pages on (STR #605)
5aad2002 173 - Added PAM support for Darwin/MacOS X (STR #550)
a4f128bd 174 - The web interface now provides a "Set As Default"
175 button to set the default printer or class on a server
176 (STR #577)
177 - The HTTP authentication cache was broken (STR #517)
f1ea144d 178 - The cupstestppd utility now fails PPD files that have
179 a DefaultOption keyword for a non-existance option
180 name (STR #476)
273d0315 181 - Optimized the scanning of new PPD files on scheduler
182 startup (STR #424)
183 - The EPM list file did not include the bin, lib, or
184 sbin directories (STR #598)
00966aa1 185 - The web interface did not redirect administration
186 tasks to the primary server for a class or printer
6d353386 187 (STR #491, #652)
eaf10fed 188 - The cups-lpd mini-daemon did not reject print jobs to
189 queues that were rejecting new print jobs (STR #515)
64bbab09 190 - Some calls to the ctype functions did not account for
191 platforms that use a signed char type by default (STR
192 #518)
6a2cceab 193 - The scheduler could use excess amounts of CPU if a CGI
194 program was sending data faster than the client could
195 take it (STR #595)
76cad2fc 196 - Updated the Ghostscript 8.x integration stuff (STR
197 #484)
2e55212e 198 - The lpd backend used a source port of 732 by default,
199 which is outside of the range defined by RFC 1179;
8cda2ed6 200 also added a new (default) "reserve=any" option for
201 any priviledged port from 1 to 1023 (STR #474)
e673c4b4 202 - The scheduler did not check for a valid Listen/Port
203 configuration (STR #499)
204 - The cupsPrintFiles() function did not always set the
205 last IPP error message (STR #538)
2c8131f1 206 - The pstops filter did not write the PostScript header
207 line if the file began with a PJL escape sequence (STR
208 #574)
648051ba 209 - The printer-is-accepting-jobs status of remote
210 printers was not sent to clients via browsing or
211 polling (STR #571)
212 - Browse packets did not indicate whether a printer
213 was accepting or rejecting jobs.
847f882c 214 - The web interface did not show the printer state
215 history information (STR #592)
0cb462af 216 - The rastertoepson filter would crash under certain
217 cirsumstances (STR #583)
218 - The USB backend did not handle serial numbers using
219 the (incorrect) SN keyword and did not terminate the
648051ba 220 make and model name strings properly (STR #471, STR
221 #588)
0cb462af 222 - The USB backend did not build on Solaris x86 (STR
223 #585)
224 - The cupsDoAuthentication() function did not use the
225 method name for Digest authentication (STR #584)
ceaef43a 226 - The scheduler could crash if a print job could not be
227 printed and the PreserveJobHistory option was turned
228 off (STR #535)
229 - cups-lpd now logs the temporary filenames that could
230 not be opened in order to make troubleshooting easier
231 (STR #565)
232 - cupsGetJobs() now returns -1 on error (STR #569)
233 - Added localization for Belarusian (STR #575)
9b6deb15 234 - The LPD backend used the full length of the hostname
235 when creating the data and control filenames, which
236 causes problems with older systems that can't handle
237 long filenames (STR #560)
67c158fa 238 - The scheduler did not refresh the common printer data
239 after a fast reload; this prevented banner and other
240 information from being updated (STR #562)
6bf62b17 241 - The scheduler did not send common or history data to
242 the client when processing a CUPS-Get-Default request
243 (STR #559)
9b4bc2a5 244 - The httpFlush() function did not always flush the
245 remaining response data in requests (STR #558)
d89de04a 246 - The scheduler could complete a job before it collected
247 the exit status from all filters and the backend (STR
248 #448)
6f83172d 249 - The PPD conformance tests did not catch group
250 translation strings that exceeded the maximum allowed
251 size (STR #454)
252 - Updated the client code in the scheduler to close the
253 client connection on errors rather than shutting down
254 the receive end of the socket; this caused resource
255 problems on some systems (STR #434)
256 - cups-polld didn't compile on Tru64 5.1B (STR #436)
257 - "lpc stat" crashed if the device URI was empty (STR
258 #548)
259 - The scheduler did not compile without zlib (STR #433)
260 - std:floor() cast needed on IRIX 6.5 with SGI C++
261 compiler (STR #497)
262 - cupsRasterReadPixels() and cupsRasterWritePixels() did
263 not handle EAGAIN and EINTR properly (STR #473)
264 - RequiresPageRegion should not be consulted for Manual
265 Feed (STR #514)
266 - International characters were not substituted in
267 banner files properly (STR #468)
891091df 268 - Updated pdftops to Xpdf 2.03 code to fix printing bugs
269 (STR #470)
270 - The Digest authentication code did not include the
271 (required) "uri" attribute in the Authorization
272 response, preventing interoperation with Apache
273 (STR #408)
274 - The web interface could lockup when displaying certain
275 URLs (STR #459)
c9f7f5da 276 - The PostScript filters now convert underscores ("_")
891091df 277 to spaces for custom classification names (STR #555)
c9f7f5da 278
279
6d7dedd5 280CHANGES IN CUPS V1.1.20
281
1159efaa 282 - The pstops filter didn't properly handle collated,
283 duplexed copies of documents with an odd number of
284 pages on printers that did not do their own collated
285 copies (STR #389)
286 - Tru64 doesn't define a prototype for hstrerror() (STR
287 #430)
92af4107 288 - Updated the pdftops filter to use the annotation flags
289 instead of the subtype to determine whether to print
290 an annotation (STR #425)
291 - The French web interface localization did not use
292 absolute paths for the navigation bar (STR #428)
4f6178db 293 - The CUPS test suite did not undefine the PRINTER and
294 LPDEST environment variables. This could lead to bogus
295 test results (STR #380)
2494f888 296 - The cupsLangDefault() function now works if you don't
297 have the base OS localization installed (STR #418)
298 - The pdftops filter no longer needs to create temporary
299 files with tmpnam (STR #406)
300 - The HTTP code did not use a case-insensitive
301 comparison when checking for the Basic authentication
302 method (STR #407)
303 - The httpEncode() function always added a trailing "="
304 character, which is not required by the Base64
305 encoding specification (STR #407)
52a9a175 306 - The signal handlers did not need to call sigset();
307 this caused a recursion problem on some versions of
308 IRIX (STR #422)
309 - Moved the scheduler termination code into the mainline
310 to be consistent with the way other signals are
311 handled (STR #423)
2aca765a 312 - The cupsaddsmb program didn't export the new CUPS
313 driver for Windows properly (STR #390)
0ca3829c 314 - The ppdOpen() functions did not issue an error when a
315 translation string exceeded the maximum allowed by the
316 Adobe PPD specification (STR #399)
317 - The default landscape orientation was not the same as
318 that defined in the PPD file (STR #397)
e6b6f176 319 - Updated the pstoraster patch files and CUPS driver to
320 work with Ghostscript 8 (STR #402)
6d7dedd5 321 - The hpgltops filter did not skip PJL commands (STR
322 #379)
323
324
2e75b8a5 325CHANGES IN CUPS V1.1.20rc6
0ab349a5 326
a4bcc023 327 - "lp -i jobid -H restart" would often return an error
328 even though the job restarted successfully (STR #362)
d68320d4 329 - The scheduler did not check for invalid allow/deny
330 addresses such as "11.22.33.44/24". It now masks off
331 the extra address bits and logs a warning message in
332 the error_log file (STR #337)
333 - The cupstestppd utility now checks for missing
334 ImageableArea and PaperDimension attributes for each
335 defined PageSize (STR #365)
336 - The IPP code did not wait for a reply indefinitely on
337 HTTP connections in "blocking" mode (STR #377)
338 - The web interfaces did not rewrite the default printer
339 URI properly (STR #299 and #369)
340 - The LPD backend passed the C and L commands in the
341 wrong order (STR #378)
45c0f2fe 342 - The Dymo label printer driver did not set the label
343 length properly (STR #373)
88f105c5 344 - The scheduler did not support job IDs higher than
345 99999 (STR #371)
346 - The Visual C++ project files did not work (STR #366)
84eef03c 347 - The scheduler's cupsLangSeek() function did not reset
348 the "EOF" flag, preventing compressed files from being
349 typed properly in some cases (STR #368)
d16f87bc 350 - The cupsLangGet() cache was only used if the locale
351 name provided an explicit character set name (STR
352 #354)
66f81e44 353 - The CUPS API convenience functions did not call
354 cupsLangFree() when they were done with the
355 localization data (STR #354)
0ab349a5 356 - The scheduler did not return the
357 job-hold-until-supported or job-hold-until-default
358 attributes (STR #356)
359 - The cupsaddsmb program did not support the new CUPS
360 driver for Windows (STR #357)
361
362
bdc1493a 363CHANGES IN CUPS V1.1.20rc5
294c916e 364
b59d5057 365 - The scheduler did not initialize the browse socket
366 file descriptor properly when only SLP browsing was
367 enabled (STR #259)
bdc1493a 368 - The scheduler accessed the job attributes before they
369 were set (STR #347, fix to STR #335)
b59d5057 370 - The cupsCancelJob() function did not return 0 when the
371 job could not be canceled (STR #340)
294c916e 372
373
0669cbc7 374CHANGES IN CUPS V1.1.20rc4
375
376 - The scheduler did not move the incoming job attributes
377 in the operation group to the job group (STR #335)
378 - The cupsDoFileRequest() function did not check for an
379 early HTTP response while sending the file (STR #314)
380 - The web interfaces did not quote #, ?, or . in printer
381 names, which caused some problems with the generated
382 URLs (STR #320)
383 - CUPS couldn't be completely compiled with the -dDEBUG
384 option (STR #331)
385
386
2d417cb3 387CHANGES IN CUPS V1.1.20rc3
5edf6841 388
d6d2f8e2 389 - More SLP changes (STR #259)
2d417cb3 390 - Revamped the child signal handling code to completely
391 avoid deadlock issues on Solaris (STR #325)
784a2f5f 392 - The lpadmin command displayed an incorrect error
393 message when the "-u" option was provided with no
394 arguments (STR #313)
7e0b0c8f 395 - The web admin interface did not display an error
396 message if the PPD file could not be loaded (STR #308)
5edf6841 397 - The ppdEmit() functions did not use the correct
398 orientation value position for custom page sizes (STR
399 #292)
400
401
4731c02f 402CHANGES IN CUPS V1.1.20rc2
225b3683 403
6d8c10c5 404 - The serial backend set the IXANY option on the port
405 for XON/XOFF flow control; this caused problems with
406 printers that returned status info but were not ready
407 for more print data (STR #287)
fa84bfc7 408 - The scheduler didn't support scripted index files
409 (index.php, index.pl, etc. - STR #290)
410 - The scheduler did not correctly localize script files
411 with "GET" variables (STR #268)
f9f084a1 412 - Changes in job classification are now logged (STR
413 #289)
4731c02f 414 - Fixed a few more SLP-related bugs (STR #259)
e02e59e4 415 - Updated the user/group configure checks for MacOS X
416 10.3 (STR #270)
417 - Fixed an offset bug in the PDF filter (STR #284)
aa7b8dba 418 - The cupsDoRequest() and cupsDoFileRequest() functions
419 did not map several HTTP status codes to their IPP
420 counterparts. This made detecting certain conditions
421 very difficult (STR #277)
422 - Config, spool, and status files are now owned by the
423 scheduler user (usually root) with read permission for
424 the filter group (STR #283)
39c45901 425 - The HP-GL/2 filter did not support the SI command,
426 some values for the AD and SD commands, and did not
427 rotate labels properly via the DI command (STR #282)
225b3683 428 - The fax support did not update/set the job-hold-until
429 attribute when a fax job fails (STR #269)
430 - The cupsLangGet() function didn't support locales of
431 the form "ll.charset" (STR #271)
432 - The scheduler did not use the charset when getting the
433 language localization for a request; this caused extra
434 disk IO for every request (STR #271)
435 - The scheduler did not support requests with more than
436 one language specified (STR #267)
437
438
3fc87a99 439CHANGES IN CUPS V1.1.20rc1
440
a782f61f 441 - The scheduler now waits up to 60 seconds before
442 restarting to allow active jobs to complete printing
443 and pending requests to be processed (STR #226)
1e2ff429 444 - The web interface did not work on systems where time_t
445 is 64 bits (STR #262)
0cd4970e 446 - Added backend tweeks and content-length check from Red
447 Hat (STR #253)
448 - The USB backend now uses the 8255 constants instead of
449 the standard constants when reporting printer status
450 bits on Linux (STR #254)
3ec5b662 451 - Added new cupsDoAuthentication(), cupsGetFd(),
452 cupsGetFile(), cupsPutFd(), and cupsPutFile() functions
453 to the CUPS API (STR #112)
c50b7b12 454 - The PDF filter always scaled and offset pages; this
455 caused problems under MacOS X, so now the "fitplot"
456 option controls whether PDF files are scaled to fit
457 within the printable area of the page (STR #250)
458 - The LPD backend did not support the port number in a
459 URI (STR #247)
460 - Some filters didn't properly support boolean options
461 (STR #249)
462 - Landscape PDF files were not always offset by the
463 correct amount when rotating (STR #243)
1a673d32 464 - The scheduler could hang in a call to localtime() when
465 logging messages from the signal handler (STR #242)
f235af09 466 - The PDF filter no longer prints form widgets; this
467 duplicates the behavior of Acrobat Reader (STR #241)
28ae836a 468 - cupsGetPPD() didn't handle a late termination of a
469 HTTP connection with the server (STR #220)
60dc191d 470 - ppdOpen() did not correctly check for "*PPD-Adobe-4."
471 on the first line of a PPD file. This caused incorrect
472 PASS results for some PPD files (STR #233)
2268893f 473 - cupsEncodeOptions() did not allow boolean options to
474 use "yes" and "on" for true values (STR #227)
5cacfcee 475 - The pstops filter only sent the TBCP exit sequence if
476 it was defined in the JCLEnd attribute in the PPD file
477 (STR #224)
0a0621ae 478 - Support for more than 1024 files was broken on Solaris
479 9 (STR #217)
4342fddc 480 - The setgroups() calls now pass in 1 group (the
481 configured group) instead of 0 for compatibility with
482 BSD and Darwin (STR #213)
c2179d0f 483 - The scheduler's built-in broadcast throttling was
484 ineffective since incoming packets would cause the
485 next group of outgoing packets to be sent immediately
486 rather than waiting for the next time slot (STR #211)
49de8bd2 487 - Added a new ppdSetConformance() function to set the
488 conformance requirements for PPD files. Currently only
489 two levels are defined, PPD_CONFORM_RELAXED and
490 PPD_CONFORM_STRICT, and the default is the relaxed
491 level (STR #212)
b8f3410f 492 - The IPP backend did not correctly execute the
493 pictwpstops filter on OSX (STR #210)
82ba0702 494 - The LPD backend did not set the banner class when the
495 "banner=yes" option was specified in the device URI
496 (STR #209)
0c676a75 497 - The imagetoraster filter did not support all of the
498 page device attributes (STR #208)
84dd2ced 499 - The pdftops filter incorrectly auto-rotated pages when
500 the user already had specified the proper orientation
501 (STR #207)
e5734f04 502 - Fixed AIX shared library support (STR #201)
ff40b65e 503 - Added support for live testing with Valgrind (STR
504 #193)
0372885f 505 - The CGI programs now collect the list of needed
506 attributes for the class, job, and printer template
507 files (STR #192)
0f71c41e 508 - The scheduler now passes the first port that is bound
509 to the local loopback or "any" addresses to the CGI
510 programs rather than the port that the browser
511 connected to (STR #103)
d3d40607 512 - The cupstestppd program now checks for bad
513 JobPatchFile attributes and incorrect versions of the
514 Manufacturer attribute for HP printers (STR #155)
515 - The filter makefile incorrectly installed
516 libcupsimage.a in the filter directory (STR #180)
517 - The scheduler did not verify that the job history
518 files define the job-priority and
519 job-originating-user-name attributes (STR #178)
a09a157e 520 - The pstops filter didn't handle poorly-formed binary
521 PostScript files that had CTRL-D's in them (STR #156)
5a617005 522 - The ppdOpen*() and cupsLangGet() functions did not
523 make a copy of the old locale strings when using the
524 POSIX locale when reading files, which apparently
525 caused problems with some implementations of the
526 standard C library. (STR #159)
527 - The pdftops filter did not work properly with some
528 embedded Type1C fonts (STR #177)
0e2e516e 529 - Updated the pdftops filter to be based upon Xpdf
530 2.02pl1 (STR #191)
daf8f5f0 531 - The scheduler did not reset the group list when
532 running CGI and filter processes (STR #185)
533 - The scheduler no longer calls malloc and free from the
534 signal handlers (STR #190)
964eb42f 535 - The USB backend now uses the manufacturer and model
536 strings if the description string is not available
537 (STR #174)
fd8e0b1e 538 - The ppdOpen functions still supported the
539 VariablePaperSize attribute, which was removed in v4.0
540 of the PPD spec. This caused problems with PPD files
541 that relocated the PageSize option to a non-standard
542 group (STR #158)
9fcd7a75 543 - The cups.list file referenced MAN1EXT, MAN3EXT, and
544 MAN5EXT, but none of those were actually defined (STR
545 #147)
20bde6fb 546 - Chunked requests could cause a Denial of Service if
547 the connection is terminated before the first byte of
548 chunk data is sent/received (STR #143)
2f20a999 549 - Printers with special characters in their names were
550 not accessible from the web interface (STR #120)
90e1aedc 551 - The lpstat command now shows the correct interface
552 script or PPD file, if any, for a print queue (STR #89)
553 - The lpstat command now shows the printer-state-message
554 and printer-state-reasons attributes whenever they are
555 not blank (STR #152)
33c76e27 556 - The French and German option-conflict.tmpl template
557 files did not get installed (STR #148)
558 - The cups.list.in file did not work when compiling
559 without shared libraries (STR #149)
560 - The DSOFLAGS included the LDFLAGS, which causes
561 problems on at least HP-UX (STR #150)
f49663d5 562 - The fax printer support did not keep track of the fax
563 capability bit (STR #144)
564 - The appleLangDefault() function could leak a small
565 amount of memory (STR #145)
2e8cd988 566 - The ppdOpen() functions now mirror all normal
567 attributes to the attribute list; previously only
568 certain unassigned attributes would be added (STR
af50faa7 569 #139)
570 - The ppdEmitJCL() function wrote JCL commands to stdout
571 instead of the passed file pointer (STR #142)
33b8a82d 572 - The httpGets() function could, in certain states,
573 block waiting for data (STR #132)
ae90e335 574 - The cupsEmitJCL() function not outputs an empty @PJL
575 command after the PJL language escape to work around
576 bugs in certain PJL implementations (STR #131)
577 - The cupsEmit*() functions didn't set the orientation
578 value properly (STR #127)
3fc87a99 579 - The cups.spec file didn't list the rc2.d init
ae90e335 580 directory or the cupstestppd file (STR #134)
3fc87a99 581
582
8dc4af74 583CHANGES IN CUPS V1.1.19
584
a17e6548 585 - The GNU TLS code incorrectly used
586 gnutls_check_pending() instead of
587 gnutls_record_check_pending() (STR #128)
8c5f90ff 588 - The ppdEmit() functions output "PageSize Custom"
589 instead of "CustomPageSize True" in the DSC comments.
590 Also, the custom page size code did not use the
591 ParamCustomPageSize attributes (STR #127)
ea13a0f9 592 - The cupstestppd command did not list the conflicting
593 options (STR #123)
f9e6375d 594 - The lpq command did not ensure that there was
595 whitespace between the fields in the job listing (STR
596 #117)
597 - The German web templates had errors (STR #119)
314ee107 598 - The configure script didn't specify the static
599 libraries properly when configuring with the
600 --disable-shared option (STR #104)
5c47aed9 601 - The cups.list file used file dependencies for package
602 formats other than portable, RPM, and Debian (STR #98)
603 - cupsLangGet() didn't use its language cache (STR #97)
31d18669 604 - "lpq -P" would segfault instead of showing a usage
605 message (STR #94)
8dc4af74 606 - Fixed compiler warnings in pdftops filter (STR #96)
607
608
af57319f 609CHANGES IN CUPS V1.1.19rc5
7f797921 610
1ed20df6 611 - Jobs with banner pages that were printed to implicit
612 classes would get double banner pages for each
613 file/banner in the job (STR #68)
8fa5f1c6 614 - The mime.convs file was missing the filter definition
615 for Windows BMP (image/x-bitmap) files (STR #85)
8fc34542 616 - The scheduler allowed some READ-ONLY job attributes to
617 be set, which could cause the scheduler to fail on the
618 next restart (STR #82)
dd4497dd 619 - The lp and lpr commands did not report when the
620 scheduler was not responding; instead, the user would
621 incorrectly see a "no default destination" error (STR
622 #70)
92498b68 623 - cupsLangGet() could fail on OSX due to a corrupt
624 language preference (STR #78)
92e48f04 625 - Added more checks for HTTP request timeouts.
af57319f 626 - The scheduler dropped the first non-alpha character
627 after an open brace when doing attribute substitutions
628 in banner pages (STR #77)
7f797921 629 - The scheduler child might send SIGUSR1 to the parent
630 before the signal handler was installed; this didn't
631 prevent the scheduler from starting but produced an
632 annoying error message (STR #45)
633
634
2e6bce36 635CHANGES IN CUPS V1.1.19rc4
3dea040b 636
fb766c9e 637 - The lp command did not accept "-" for printing from
638 the standard input as required by POSIX 1003.1 (STR
639 #59)
d8b9e5fa 640 - Added the job-originating-host-name information for
641 the page_log file documentation in the SAM (STR #31)
a0d4f607 642 - The German web interface templates did not use the
643 right paths for job operations (STR #54)
2e6bce36 644 - The scheduler would consume all available CPU if
645 started with a pending job in the queue (STR #35)
3dea040b 646 - The polling daemon allocated an extra localization
647 buffer but did not free it, causing cups-polld to
648 eventually use all available memory (STR #40)
649
650
e309e07a 651CHANGES IN CUPS V1.1.19rc3
652
b07e0cc2 653 - The scheduler could get in an infinite loop cancelling
654 jobs using "cancel -u user dest" (STR #48)
655 - The "cancel -u user" command did nothing (it should
656 cancel all jobs on all printers owned by the named
657 user - STR #48)
b01791df 658 - The scheduler would write 0-length job control files
659 (STR #46)
9b2fe6bd 660 - Updated the French man pages (translation provided by
661 Gilles QUERRET)
aa3b74e1 662 - The scheduler would delete all printers from
663 printers.conf if a job was active when a HUP signal
664 was handled (STR #47)
665 - The cups-polld program would leak memory if it was
666 unable to send browse packets to the loopback
667 interface (STR #40)
bb9df75d 668 - The scheduler did not put the
669 job-originating-host-name attribute in the job
670 attributes group.
671 - The text filter did not default to wrapping text as
672 defined by the IPP implementation document.
335b78e9 673 - Scan backends first, PPDs second (STR #37)
3d16d701 674 - Updated the Netatalk documentation in the SAM (STR #38
675 and #39)
254aa207 676 - The test suite sent text files to a non-PS print queue,
677 which requires ESP Ghostscript (provided separately).
678 Now send the JPEG test file (STR #33)
679 - The test suite did not show the estimated disk space
680 requirements (STR #33)
681 - The test suite did not set the MaxLogSize directive to
682 0 to prevent log file rotation (STR #33)
683 - The test suite still setup the old CUPS Ghostscript
684 symlinks (STR #33)
c7985008 685 - The pstops filter did not report the correct number of
686 copies for the page_log file when printing collated
687 copies to a printer that doesn't support them in
688 hardware (STR #32)
3fa35ec0 689 - cupsLangGet() needs to set the CTYPE locale to "C"
690 (POSIX) to avoid erroneous tolower/toupper values (fix
691 suggested by Bjoern Jacke)
380b07e9 692 - Fixed a typo in the cups.list.in file.
e309e07a 693 - Updated all of the Western European locales to default
3fa35ec0 694 to ISO-8859-15 (for Euro support, suggested by Bjoern
695 Jacke)
696 - Updated the German message catalog (update provided by
697 Bjoern Jacke)
e309e07a 698
699
b696f4e3 700CHANGES IN CUPS V1.1.19rc2
701
ac098b06 702 - cupsLangGet() now sets the encoding field based on the
703 trailing charset in the locale name, and doesn't look
704 for a message catalog in a specific locale.charset
705 directory. This fixes STR #26 and is more in line
706 with the CUPS 1.2 implementation.
89e75dbd 707 - The configure script now aborts if the "ar" command or
708 compilers cannot be found.
69d2b731 709 - The static cupsimage library was not built by default.
2abcdcaa 710 - The path for the "ln" command was hardcoded in
711 Makedefs.in instead of being checked at configure time
712 (STR #28).
c4885a3a 713 - Banner pages containing unescaped { characters would
714 not work.
c8a55d2c 715 - The printer-state-time collection attribute was
716 encoded as an enumeration instead of an integer.
717 - The printer-is-accepting-jobs collection attribute was
718 was not added to the collection value.
719 - The printer-state-sequence-number collection attribute
720 was not added to the collection value.
d8e1f369 721 - Fixed typo and const mismatch in IPP backend.
722 - Updated the man pages for the new configuration
723 directives.
724 - Updated the SAM for MacOS 10.2, the CUPS drivers for
725 windows, the available LPD backend options, and the
726 new configuration directives.
de8a4f54 727 - The imagetops filter didn't position images properly
728 on the page (STR #18)
f2cdaedc 729 - The configure script didn't add CPPFLAGS to the
730 compiler options or LDFLAGS to the DSO options (STR
731 #13)
b696f4e3 732 - The scheduler would try to write a debug log message
733 when starting a job that contained a NULL string.
734 Since not all versions of snprintf() support NULL
f2cdaedc 735 string pointers this caused some problems (STR #20)
b696f4e3 736 - The testipp program now supports reading of IPP
737 message files such as those used for the job history
738 in /var/spool/cups.
739
740
fc7f6f69 741CHANGES IN CUPS V1.1.19rc1
6e3d4276 742
265fb4a4 743 - Added CUPS support files for Java, Perl, and PHP
744 (located in the "scripting" subdirectory...)
53510eae 745 - The scheduler now supports fast-reloads of the
746 cupsd.conf file when it is updated via HTTP.
747 - The scheduler always changed the ownership of log
748 files; it now only does so if they are not in the /dev
749 directory (i.e. don't want to change the ownership and
750 permissions of /dev/null...)
b4f2ed46 751 - Added libpaper support (patch from Jeff Licquia)
4fc54d8c 752 - Added a new istring() rule for MIME types files that
753 does a case-insensitive comparison of strings.
1e6bd2df 754 - The cups-lpd mini-daemon now sends jobs to the default
755 queue when an empty queue name (or "lp" and there is
756 no "lp" queue) is sent.
e532393d 757 - The scheduler now supports fax queues identified by a
758 "*cupsFax: True" attribute in the PPD file. When a job
53510eae 759 can't be sent, it is held for 5 minutes by default
760 while other jobs are attempted. The FaxRetryLimit and
761 FaxRetryInterval directives control the number of
762 retries and the time between retries.
0e4f2c25 763 - The scheduler now preserves the default options of PPD
764 files when modifying/upgrading an existing PPD file.
765 When installing a new printer, the scheduler sets the
766 default media size to Letter or A4 as appropriate for
767 your locale.
5073e3f8 768 - The scheduler no longer limits the number of
769 BrowseAddress, BrowsePoll, BrowseRelay, Listen, Port,
770 SSLListen, and SSLPort directives to 10.
d59a189c 771 - The scheduler now supports print files that have been
772 compressed using gzip.
4e43f59e 773 - The scheduler used the stdio functions to read any job
774 ticket information in a PostScript print job. Since
775 some platforms limit the number of stdio files to 256,
776 job ticket information was ignored when the server had
777 a large number of clients connected to the system.
8f4595eb 778 - Filters and backends may now report the total number
779 of pages ("PAGE: total NNN") to the scheduler.
55737cf0 780 - The LPD backend now supports timeout and
781 sanitize_title options (default to 300 and yes,
782 respectively) and has some additional changes to
783 reduce the chances of multiple copies being printed
784 when only one copy was requested.
b5111a23 785 - Fixed a polygon drawing bug in the HP-GL/2 filter.
ded143b8 786 - Added a robots.txt file to the standard install to
787 prevent search engines from indexing the CUPS server.
62bcac22 788 - Added support for STATE: messages
789 (printer-state-reasons), printer-state-history, and
790 printer-state-time to the scheduler.
598aeabc 791 - When using RunAsUser, the scheduler would initially
792 start any previously queued (pending) jobs with
793 RunAsUser disabled - all backends would be running as
794 root.
4d4fb342 795 - If a backend failed for a printer, CUPS would
796 incorrectly requeue the job for printing again.
c3719c59 797 - Added support for IPP collections and files.
3721af07 798 - Added experimental support for generic CGI scripts and
799 programs, Java, Perl, PHP, and Python to the
800 scheduler. See the file "CGI.txt" for more
801 information.
d40085f1 802 - The CUPS API now supports HTTP cookies and the Expect:
803 field.
dd9e85de 804 - The cancel command now correctly supports the "-u
805 user" option to cancel all jobs for the named user.
806 - The Purge-Jobs operation now supports the my-jobs
807 boolean attribute and a new purge-jobs boolean
808 attribute to control whether job history data is
809 purged from the scheduler; the default is false for
810 my-jobs and true for purge-jobs to match the original
811 implementation.
b9e3e9a0 812 - The scheduler would not timeout printers when only
813 using SLP browsing.
a5ba1d82 814 - If the scheduler was unable to execute a filter, it
815 would try to restart the job indefinitely until the
816 filter could be executed.
a9bc43ad 817 - When writing BSD printcap files, the scheduler now
818 includes the rm and rp attributes, allowing the file
819 to be exported to LPD clients. [Patch from Dominic
820 Kubla]
3f2fa036 821 - The scheduler optimization to reference IPP attribute
822 data instead of performing a full copy caused problems
823 when the referenced data was deleted before it was
824 sent. It now only references attributes that change
825 only when the scheduler is restarted. The change also
826 reduced the memory footprint of a printer object to
827 2k.
828 - The scheduler now holds signals while logging messages
829 to avoid potential deadlock issues when handling
830 signals on Solaris 8.
b27fa031 831 - The lpadmin command now allows printer access control
832 by group name as well as user name.
7057d744 833 - "lpoptions -l" got in an infinite loop if no default
834 printer was available.
835 - The scheduler now logs the job-originating-host-name
836 attribute in the page_log file, and uses "-" for any
837 empty fields (patch from Dominik Kubla).
a0db7254 838 - The pdftops filter now scales PDF pages within the
839 printable area of the page.
b43f5fd7 840 - The pstops filter didn't include the page-label and
841 classification boxes when printing EPS or non-
842 conformant PS files.
209d6c49 843 - The imagetops filter didn't always correctly position
844 the image on the page when printing in landscape
845 orientation.
b3291c5a 846 - The ppdEmit() functions now support the
847 RequiresPageRegion attribute when sending InputSlot
848 and ManualFeed commands.
849 - The PPD loading code now supports standard options
850 outside of OpenUI/CloseUI as required by the PPD spec.
43cd52be 851 - The cupstestppd program has been upgraded to provide a
852 concise PASS/FAIL report, additional detailed
853 conformance testing, and support for gzip'd PPD files.
854 - The PPD loading code is now much more strict when
855 loading a PPD file, and tracks more format errors.
5a0aab69 856 - The scheduler ignored child signals when gathering the
857 list of available devices, when it should have been
858 using the default signal handler.
dc249e0d 859 - The cupsEncodeOptions() function could encode an
860 option with a NULL last string.
8b7032be 861 - The socket backend could report the wrong number of
862 backchannel bytes if an error occurred on the link.
33073884 863 - The cups-polld program now only sleeps after getting
864 all printers and classes. This allows for longer
865 intervals without excessive delays before classes show
866 up...
2e32fcdb 867 - Added a new httpWait() function to support waiting for
868 data for a specific number of milliseconds.
869 - httpGets() now times out after 1 second on
870 non-blocking HTTP connections.
bce0c833 871 - The scheduler no longer accepts rangeOfInteger values
872 that are out of order (e.g. 5-1)
873 - The sides attribute was incorrectly sent as a name
874 value; it is a keyword value.
67474245 875 - The IPP backend now detects if the destination queue
876 has gone away and reports an error.
2e32fcdb 877 - The scheduler and HTTP API now allocate their select()
878 sets to support larger numbers of clients on systems
879 that support it.
cc6d5b1e 880 - The scheduler now sets the CFProcessPath environment
881 variable under MacOS X.
882 - The cupsLangDefault() function now uses the
883 CoreFoundation localization API under MacOS X.
f353d925 884 - The httpSeparate() function didn't handle file URIs of
885 the form "file:///path" properly.
b2d75006 886 - The lpadmin command now supports a "protocol" option
887 for specifying the binary communications protocol to
888 use when printing binary PostScript data.
9c4b5e2e 889 - The scheduler did not properly parse the SystemGroup
890 directive, so only the first group would be used.
36992080 891 - Revamped how strings are stored in the scheduler,
892 providing a substantial improvement in memory usage
893 for systems with large numbers of printers.
610e4a98 894 - The PostScript filter now supports binary PostScript
2ddb40fe 895 files and files beginning with the PJL language escape
896 sequence.
49d1718a 897 - The PPD API now provides additional information from
898 the PPD file.
6a35dc4e 899 - The USB backend didn't compile on Solaris Intel.
98c2aef5 900 - The cupstestppd utility now supports the "-q" option
901 (quiet) for use in scripts, etc.
6db7190f 902 - Merged several weight-reducing changes into the CUPS
903 baseline donated by Apple.
dcfcaeac 904 - Added preliminary support for CDSA; patch provided by
905 Apple.
8bd0441f 906 - Implicit classes are now created from identical
907 printer classes on the network.
faa0f7b5 908 - The lp command now supports a "-H restart" option to
909 restart previously printed jobs. This functionality
910 only works if you have enabled the PreserveJobFiles
911 option.
912 - The scheduler now supports URIs in HTTP request lines
913 to conform to the HTTP/1.1 specification.
cb114623 914 - The time-at-xyz attributes were not recognized in
915 banner files if prefixed by a question mark, e.g.
916 "{?time-at-creation}".
a684a3b0 917 - Added support for pre-filtering application/pictwps
918 files on MacOS clients before sending them to a server
919 via IPP.
edd85093 920 - The scheduler now allows file:/dev/null device URIs
921 even if FileDevices is set to No.
7e3ba0af 922 - CUPS uses strerror() for hostname resolution errors,
923 when it should have used hstrerror().
273e40d6 924 - The USB backend no longer tries to guess the serial
925 number of a device from the USB devices file; this
926 means that printers that don't report their serial
927 numbers in the device ID string will not be
928 individually selectable.
d0598693 929 - The pstops filter didn't handle page ranges properly
930 when a page contained an embedded document.
cb114623 931 - Added a translation of the web interface to German.
96eae06b 932 - When printing using the OutputOrder=Reverse option
933 with duplexing, the output order is now truly
934 reversed; the order of sub-pages when printing N-up is
935 the same.
936 - The pstops filter did not always output the extra
937 blank page when printing a document with an odd number
938 of pages with duplexing enabled.
2d850885 939 - The ippAddXYZ functions no longer allow the
940 application to add less than 1 value.
5b28477f 941 - Fixed a URL rewrite bug in the web interface - local
942 access was sometimes redirected away from localhost...
256f3670 943 - The ppdOpen() functions could get in an infinite loop
944 if the PPD file contained a keyword or text that was
945 too large for the buffer.
bcf61448 946 - Added preliminary support for GNU TLS; patch provided
947 by Jeff Licquia.
aea6601a 948 - Now timeout IPP attribute reads after 1 second inside
949 an attribute definition.
de218675 950 - Now timeout connections that have been shutdown (due
951 to errors) after 30 seconds instead of the Timeout
952 setting (300 seconds by default). This provides
953 faster recovery from DoS attacks.
f0ad8cdc 954 - A denial-of-service attack warning message was being
955 written to the log files by the scheduler for every
956 detection. This caused a DoS of its own in some
957 situations. The warning message is now written no more
958 than once per minute.
67fa1315 959 - Fixed the CIE colorspace support code in the image and
960 PS RIPs.
320115a7 961 - The job-quota-period, job-page-limit, and job-k-limit
962 attributes were not flagged as integers, so setting
963 quotas would not work.
6e3d4276 964 - Added an additional response check in the scheduler to
965 more quickly recover from denial-of-service attacks.
966 - The cupstestppd file was incorrectly installed in the
967 /usr/sbin directory instead of /usr/bin.
968 - The EPM list file did not include the cupstestppd
969 program or man page files.
970
971
759f5023 972CHANGES IN CUPS V1.1.18
973
e38a7cef 974 - Fixed a bug in the Set-Job-Attributes code in the
975 scheduler that would cause it to crash or continuously
976 write a job control file.
f63a430f 977 - SECURITY FIX: The scheduler now provides a FileDevice
978 directive to control whether new printers can be added
979 using device URIs of the form "file:/filename". The
980 default is to not allow printers with these device
981 URIs.
767ae392 982 - The scheduler did not compute the cost of filters
983 properly, nor did it choose a multi-filter solution
984 with a lower cost than a single filter solution.
00528abb 985 - Now install CUPS PPD file test utility (cupstestppd)
986 to support basic conformance testing of PPD files.
987 - The scheduler now logs an error message when it sees a
988 non-conforming PPD file.
ae65da6c 989 - Upgraded pdftops filter to Xpdf 2.01 with fixes for
990 TrueType fonts.
1060c9b6 991 - Added a MaxClientsPerHost configuration directive to
992 provide limited protection against Denial of Service
993 attacks.
901b295d 994 - SECURITY FIX: Potential underflow/overflow bug in web
995 interface.
996 - SECURITY FIX: Race condition in certificate creation.
997 - SECURITY FIX: Bad URIs in browse packets could be used
998 to exploint the web interface underflow/overflow bug.
901b295d 999 - SECURITY FIX: Some types of Denial of Service attacks
1000 were not handled properly, so once the attack was over
1001 the scheduler did not close the connections
1002 immediately on all platforms.
099f4d77 1003 - SECURITY FIXES: Added integer overflow/underflow
1004 checks for all image formats.
9c1ee2b9 1005 - The pstops filter didn't reset the showpage operator
1006 back to its original at the end of a job; this
1007 prevented the concatenation of documents (used
1008 primarily for CUPS 1.2...)
0e66dba3 1009 - The cupsGetPPD() function didn't always set the
1010 cupsLastError() value when an error occurred.
daeeb91c 1011 - The IPP media, output-bin, and sides attributes took
1012 precedence over the corresponding PPD options, which
1013 caused inconsistent behavior under MacOS X with some
1014 PPD files.
dcc2e394 1015 - The cupsaddsmb utility specified the wrong number of
1016 arguments to the adddriver command when adding the
1017 Win9x PostScript drivers.
dd44d54e 1018 - The web interface did not always report the correct
1019 error message.
759f5023 1020 - The scheduler did not clear the POSIX signal action
1021 structure when waiting for the child to send it a
1022 SIGUSR1 signal; this could cause the signal handler
1023 not to be called properly, preventing the parent
1024 process from returning.
1025
1026
3cc7bca4 1027CHANGES IN CUPS V1.1.17
1028
5c826e17 1029 - The "manual_copies" option did not work when the LPD
1030 backend had to retry a print job.
3c892427 1031 - The image filters did not convert GIF images properly.
2d21c1ef 1032 - The RunAsUser option was incompatible with the new
1033 daemon-mode code in 1.1.16.
2d5e06dd 1034 - Fixed a problem with the Set-Job-Attributes and
1035 PostScript job ticket code in the scheduler - the
1036 "last" attribute pointer was never updated, which
1037 could cause the scheduler to crash when applying job
1038 ticket data.
1039 - Fixed a problem in the scheduler that caused it to
1040 continue processing HTTP requests on a connection
1041 after it was shutdown.
3d6f3b2b 1042 - The scheduler now allows accounts authenticated via
1043 PAM to not have a corresponding UNIX account, but
1044 group membership still requires the account name to be
1045 listed in the UNIX group file(s)...
673d1710 1046 - The scheduler used a fixed-size (16k) buffer for
1047 encoding job options for filters; it now dynamically
1048 allocates and expands the buffer as needed depending
1049 on the options that are sent in a job.
8ee2dc56 1050 - The pdftops filter didn't support all of the MacOS
1051 characters for MacRoman encoded fonts.
a7cc258b 1052 - The cupsEncodeOptions() and cupsParseOptions()
1053 functions now conform to the grammer defined by the
1054 current draft of the PAPI specification. The main
1055 difference is that option=yes and option=no are no
1056 longer treated as boolean options.
7914a6a1 1057 - The IPP backend didn't honor the encryption settings
1058 in /etc/cups/client.conf.
dfac1292 1059 - Fixed a potential bug in the HTTP code which was
1060 caused by servers sending the status line and
1061 newline(s) in separate packets.
13f5eff6 1062 - User-defined classification strings are now printed
1063 verbatim - previously the classification box would be
1064 empty.
78143282 1065 - Re-added Spanish to the list of PPD languages that
1066 CUPS supports.
e0578e6e 1067 - CUPS API library user and temp file updates for
1068 Windows.
f33d1239 1069 - The image filters did not properly handle grayscale
1070 printing of Sun Raster images.
bf9e2a45 1071 - The scheduler never reset the NumJobs variable before
1072 loading the job list (previously this only happened on
1073 a full start, so the problem was never apparent...)
bdbaa675 1074 - The HTTP and IPP read/write code didn't handle EINTR
1075 (interrupted system call) errors.
1076 - When under high load, the scheduler could abort due to
1077 the wrong errno value after a select() call. This was
1078 caused by the child signal handler.
1079 - Added new load tests to the test target to verify that
1080 cupsd can handle hundreds of simultaneous jobs without
1081 error.
e1e31a38 1082 - The Solaris USB backend now supports the new device
1083 URI syntax.
7a1c86c5 1084 - The ppdOpen*() functions now reset the numeric locale
1085 settings while loading a PPD file.
b2fdde8d 1086 - Fixed the libtool build rules.
1087 - The manpage make rules didn't use $(MAKE) and
1088 $(MFLAGS) for the language subdirectories.
d0e4469d 1089 - Now set the LC_TIME locale category to get the
1090 properly localized time string.
549d1888 1091 - Fixed a problem in the scheduler that would cause the
1092 web interface problems when adding, modifying, or
1093 configuring a printer or class.
98904cd6 1094 - The backends now ignore SIGPIPE so that failed job
1095 filters will not stop a print queue.
d47f8ebe 1096 - The lpstat command did not allow for destination lists
1097 ("lpstat -v printer1,printer2")
1098 - Fixed parsing of long filter status messages in the
1099 scheduler.
1100 - Added some startup performance enhancements to the
1101 scheduler so that the printer object information is
1102 regenerated fewer times and the MIME type database is
1103 not filled with lots of empty filters for raw/direct
1104 queues.
854d3bb2 1105 - The LPD backend now sends the job title as the print
1106 filename.
137d4d44 1107 - Added support for variable sizes in the EPSON dot
1108 matrix printer drivers. This allows for pages as
1109 short as 1/2" (1 row of labels) and does not do an
1110 automatic form feed.
1111 - French translation updates.
e639fb32 1112 - The filters did not quote the page label string when
1113 embedding it in PostScript output.
3cc7bca4 1114 - The serial backend now enumerates serial ports under
1115 MacOS X.
1116 - The pdftops filter contained font rasterizer code that
1117 wasn't being used and that depended on X11. This code
1118 has been removed.
1119
1120
06415a96 1121CHANGES IN CUPS V1.1.16
1122
727e6d14 1123 - The cancel and lprm commands now both display an error
1124 message and return a non-zero exit status if an
1125 attempt is made to cancel a job on a non-existent
1126 printer.
1127 - The lpoptions command incorrectly complained if a
1128 request to delete a non-existent printer was made.
807a1ef5 1129 - If the client.conf file defines an alternate server
1130 name, the "configure printer" action in the web
1131 interface might not work.
7cc9aebd 1132 - The lpstat command now supports a "-W" option so that
1133 you can display completed jobs as well as
1134 not-completed (pending) jobs.
a1ca1702 1135 - The lp and lpr commands did not return an error when
1136 one or more files in a set of files for printing could
1137 not be printed.
3b8ff70f 1138 - The lp, lpadmin, and lpstat commands now consistently
1139 return with a non-zero exit status when an error
1140 occurs.
db628f45 1141 - The scheduler would not accept print jobs sent to a
1142 stopped remote printer.
da1bfd3d 1143 - The texttops filter incorrectly converted the page
1144 numbers in the prettyprint header to double-byte
1145 characters when printing a non-Unicode text file. This
1146 caused an extra space to appear between each digit in
1147 the page number.
da312e94 1148 - The scheduler did not use a case-insensitive
1149 comparison when adding filters for a printer.
be8c3862 1150 - Upgraded the pdftops filter to Xpdf 1.01.
801766ac 1151 - The scheduler no longer passes the page-border and
1152 number-up-layout attributes to filters when printing
1153 banner pages.
25037b2b 1154 - The LPD backend now uses a 30-second timeout when
1155 sending commands and control files, and a 30-second
1156 timeout when retrieving responses from an LPD server.
1aef57ed 1157 If a timeout occurs, it retries indefinitely. This
25037b2b 1158 helps to make LPD printing over VPNs work more
1159 reliably.
a9219725 1160 - The USB backend now supports device URIs based on the
1161 printer serial number and/or model number under Linux.
1162 This avoids the "wrong device filename" problem when
1163 using more than one USB printer.
c3c5af5e 1164 - Now just shutdown the receiving end of a client
1165 connection when sending an error that requires the
1166 server to disconnect from the client afterwards. This
1167 fixes a problem when doing remote administration with
1168 encryption enabled.
b05809b0 1169 - The scheduler did not send a printer-state-message
1170 attribute if the string was empty; it now always sends
1171 this attribute. This caused the printer message to be
1172 displayed for other printers in the web interface.
04e01993 1173 - The LPD backend now supports a "manual_copies" option,
1174 e.g.: "lpd://server/queue?manual_copies=no", in order
1175 to handle copies for raw jobs to printers that don't
1176 implement the LPD protocol properly...
a05e4307 1177 - The "mirror" option was not being handled by the
1178 PostScript or image filters.
f7696015 1179 - Updated the cupsaddsmb command to support the new CUPS
1180 driver for Windows NT/2k/XP.
de659667 1181 - Filter status lines longer than 1023 characters could
1182 cause the scheduler to get into an infinite loop.
aa25b9e1 1183 - The scheduler didn't reset the job state to pending
1184 when modifying an active printer.
6ed689f8 1185 - Now limit the maximum number of recursion steps when
1186 searching for a filter for a job, in case a user
1187 defines a circular filter rule.
1188 - The PostScript filter would embed an invalid
1189 requirements comment in some cases.
56e9c951 1190 - Added support for embedded job tickets in PostScript
1191 files.
5ca43bfd 1192 - The PostScript filter now detects EPS files and should
1193 better handle printing EPS files.
5ae53c1e 1194 - The cancel command now ignores a trailing destination
1195 name when cancelling a specific job ID (Solaris
1196 compatibility).
879062a9 1197 - The scheduler now rejects jobs with copies outside the
da956953 1198 range of 1 to MaxCopies, inclusive.
1199 - Added new MaxCopies directive to set the maximum
1200 number of copies that a user can request.
879062a9 1201 - The scheduler didn't block signals while it processed
1202 others and when it forked processes.
5ae53c1e 1203 - The scheduler checked for new jobs to print when
1204 stopping a job. This caused jobs to restart before a
1205 shutdown.
098f80c5 1206 - Updated the CUPS startup script to better support
1207 different timezones and to support the RedHat/Mandrake
1208 init script functions, if available.
e426d516 1209 - The scheduler did not properly handle backslashes in
1210 banner files; it incorrectly assumed that "\c" should
1211 always be replaced by "c", instead of only looking for
1212 "\{" and replacing it by "{".
90ca6406 1213 - The texttops filter didn't handle prettyprint=no.
1214 - The text and HP-GL/2 filters didn't check for other
1215 common duplex option names like cupsMarkOptions() did.
c56db294 1216 - "lpoptions -x printer" no longer clears the "default
1217 printer" status of the printer.
3f1897d4 1218 - cupsTempFd() now stops trying to create a temporary
1219 file after 1000 tries, and aborts on any error other
1220 than EEXIST. This should prevent lp/lpr hangs due to
1221 a bad or missing temporary directory.
5a3ef28d 1222 - The lpadmin command did not send the right URI to the
1223 scheduler when setting options on classes. This
1224 caused a client-error-bad-request error.
e354b6e3 1225 - The CUPS API convenience functions would attempt to
1226 connect to the remote server name in a
1227 "printer@server" printer name instead of dealing with
1228 the default (usually local) server. Aside from
1229 causing user confusion, the remote server name might
1230 not be resolved properly, causing further problems.
f2320e2d 1231 - "lp -q" would cause the "lp" command to segfault, as
1232 the program would try to print the option letter that
1233 caused the error using the wrong index into the
1234 command-line; bugfix from Debian.
f2ffec40 1235 - Fixed a minor inconsistancy in the encoding of boolean
1236 attributes from printer options in
1237 cupsEncodeOptions().
42ede8a2 1238 - Added a FilterNice directive which sets the priority
1239 of job filter processes that are run by the scheduler.
93704f20 1240 - Added Solaris x86 USB printer support.
34f927d3 1241 - The USB backend now reports both the ulpt and unlpt
1242 devices under *BSD.
78ab59ae 1243 - The "lpstat -o" command would truncate the
1244 "printer-jobid" string if it was longer than 21
1245 characters.
1246 - The PJL-based MIME type rules now look in the first
1247 1024 bytes instead of just the first 512 bytes to find
1248 the language mode.
1249 - The image file types are now listed explicitly in the
1250 mime.convs file so that additional image file formats
1251 do not use the standard CUPS image filters by default.
1252 - Updated the Software Programmers Manual to include
1253 all of the CUPS API functions.
cefea041 1254 - ppdOpen*() no longer sorts choices for an option.
ce691c0f 1255 - The web interface now enforces constraints in PPD
1256 files when configuring a printer.
3733593d 1257 - When stopping a printer, the scheduler didn't set the
1258 printer state before stopping the current job.
a56289b6 1259 - The cupsaddsmb utility now lists all data files for
1260 Win9x and WinMe clients when installing that Windows
1261 driver.
997cf8b0 1262 - Jobs submitted to a class now bounce immediately to
1263 the next available printer rather than waiting until
1264 that printer is available.
1265 - Filters and backends now also get the CLASS
1266 environment variable set when a job is printed to a
1267 printer class instead of a normal printer.
1268 - Added French translations of the web interface, CUPS
1269 Overview, Software Administrators Manual, and Software
1270 Users Manual contributed by Marian REYT-LLABRES.
6b7de82f 1271 - Added several "hint" messages for common configuration
1272 problems that are stored in the error_log file.
1273 - httpSeparate() now unquotes %xx characters in the
1274 username:password field of a URI.
5fe35f41 1275 - When starting the scheduler in daemon mode, the parent
1276 process now waits for the child to signal it is ready
1277 to accept connections.
1278 - Added -F option to cupsd to run cupsd in the
1279 foreground but detach from the controlling terminal
1280 and current directory.
1281 - The scheduler did not reload jobs when receiving a HUP
1282 signal; this would cause problems since the pointers
1283 into the file type database would no longer be valid
1284 for existing jobs.
1285 - The scheduler did not save the network interface list
1286 update time, thus no caching of the network data was
1287 actually provided.
1288 - Updated the SuSE PAM configuration file.
9ba7fc54 1289 - The LPD backend now supports a "reserve" option and no
1290 longer reserves a priviledged port by default.
bdfe4c00 1291 - The cupsaddsmb command now continues past printers
1292 that do not have a PPD file to export.
19f699df 1293 - The lpstat command didn't treat printer names as
1294 case-insensitive.
1295 - The lpstat command now reports the printer location
1296 attribute with "lpstat -l -p".
c5488f2f 1297 - Fixed a bug in the vsnprintf() emulation function,
1298 which was used on old versions of HP-UX, IRIX, and
1299 Solaris.
b91c8a76 1300 - The number-up option was incorrectly being used when
1301 printing banner pages.
4f759211 1302 - Added support for Greek and Slovak PPD files.
aa37e40e 1303 - CUPS now supports printer names containing any
1304 printable character, e.g. "123-abc", "foo-bar", etc.
d958c5cf 1305 - The null filter was not supported in mime.convs due to
1306 a bug in the filter validation code.
3a74d6bf 1307 - Changes in the default printer and printer attributes
1308 were not always reflected in the generated printcap
1309 file.
8ce19460 1310 - Implicit classes did not inherit the location or
1311 description from member printers.
fabb006b 1312 - The httpGetHostByName() function did not handle
1313 hostnames that started with a number.
1f1822fd 1314 - Updated the filters to use the %cupsRotation comment
904eef76 1315 instead of %%Orientation to auto-rotate pages, since
1316 the use of %%Orientation is inconsistent.
d9e72533 1317 - Added the RootCertDuration directive to control how
1318 often the root authentication certificate is updated.
375a0ad5 1319 - Increased the size of the IPP write buffer to 32k to
1320 allow for larger attribute values and to provide more
1321 efficient output of large numbers of attributes.
7ed5d5f2 1322 - The polling daemon now retries the initial connection
1323 to the remote server; this fixes a problem when the
1324 remote server is unavailable when the scheduler starts
1325 up...
19e7b382 1326 - The scheduler didn't validate Digest users against the
1327 system group(s), so Digest and BasicDigest
1328 authentication didn't work for administration
1329 operations.
103abc03 1330 - The scheduler now passes the SHLIB_PATH environment
1331 variable to child processes (HP-UX shared libraries)
06415a96 1332 - The scheduler now maps accesses from the loopback
1333 interface to "localhost".
1334 - The cups-lpd mini-daemon sent a status code byte in
1335 response to queue state commands, but those commands
1336 only return textual data.
1337
1338
7680b71d 1339CHANGES IN CUPS V1.1.15-1
1340
1341 - The lpc and lprm sources didn't include the CUPS
1342 string function header, which is required on systems
1343 that don't have their own snprintf() function.
1344 - The French manpage Makefile tried to install the
1345 language subdirectories when it (obviously) didn't
1346 have to.
1347
1348
74cfdb8b 1349CHANGES IN CUPS V1.1.15
1350
dab1a4d8 1351 - Updated the CUPS license agreement for the new MacOS
1352 license exception.
611e4623 1353 - The printer-info attribute now defaults to the printer
1354 name if no value has been set.
52900e4c 1355 - ppdOpen() and friends now add an "Auto" InputSlot
1356 option if none is provided to automatically select the
1357 correct tray.
ed6078a4 1358 - Updated the ppdEmit() and ppdEmitFd() functions to
1359 (re)mark the correct PageSize or PageRegion option
1360 depending on the selected ManualFeed or InputSlot
1361 options.
1362 - ppdEmitFd() didn't handle custom page sizes.
1363 - Darwin uses <pam/pam_appl.h> instead of
1364 <security/pam_appl.h>.
fba7409c 1365 - The jobs.cgi web interface now handles all job
1366 operations, allowing the administrator to allow "job
1367 administrators" or operators to manage jobs (but not
1368 queues) on the server.
1369 - The cupsDoFileRequest() function now checks if the
1370 filename passed into the function is a directory, and
1371 returns the IPP_NOT_POSSIBLE error if so.
1372 - New SCSI printer backend.
a594463b 1373 - Cleaned up handling of locales with trailing character
1374 set definitions.
a319615f 1375 - Fixed handling of invalid PPD attributes inside
1376 OpenUI/CloseUI.
b92c5a4f 1377 - Fixed a problem with SSL and the job, printer, and
1378 admin CGIs on ports other than 443.
b47f3ce5 1379 - The scheduler didn't handle AuthClass properly.
e6fc9c68 1380 - Added French translation of man pages.
a8ee4682 1381 - Updated the text filter to support the const_cast,
1382 dynamic_cast, and static_cast keywords in ISO C++.
def978d5 1383 - Now use strlcat() and strlcpy() (or emulation
1384 functions) for easier string/buffer protection.
7b40ae49 1385 - The auto-generated printcap/printers.conf files now
1386 have a small comment header explaining where the file
1387 comes from...
6df23e27 1388 - The PostScript filter now supports 6, 9, and 16-up
ed6078a4 1389 output, as well as new page-border and
6df23e27 1390 number-up-layout options.
415199da 1391 - The lpoptions command didn't set options properly when
1392 using the default printer.
1393 - Added ConfigFilePerm and LogFilePerm directives.
1394 - Increased maximum size of MIME types to IPP_MAX_NAME
1395 to allow for longer printer names.
1396 - No longer create remote printers when loading job
1397 history data.
1398 - The printer-make-and-model attribute wasn't set when
1399 the PPD file didn't contain a NickName attribute.
1400 - Now handle PPD files with translation strings longer
1401 than 80 bytes - they are truncated if they go over...
c47e97cc 1402 - The scheduler didn't handle signals until after it
1403 loaded the configuration files the first time; this
1404 caused problems on some installations that would
1405 restart the scheduler as the system booted into run
1406 level 3.
1407 - Now throttle broadcasts like we do for polling.
0203af93 1408 - Fixed a bug in the reading of PPD files using CR's
1409 instead of CR LF's or LF's.
151718ce 1410 - The scheduler would crash if cupsd.conf contained a
1411 BrowseProtocols line with no protocols listed.
b05e8e24 1412 - The HTML job operation templates now link back to the
1413 destination printer or class.
69d74c4b 1414 - The serial backend now detects USB serial devices.
238bae16 1415 - The LPD mini-daemon (cups-lpd) now passes the
1416 job-originating-host-name attribute to the scheduler
1417 (cupsd).
a4e23897 1418 - Updated the IPP backend to reconnect after downgrading
1419 from IPP/1.1 to 1.0, and when sending requests to HP
1420 JetDirect interfaces that don't support HTTP
1421 Keep-Alive like they should.
1cf29e95 1422 - Now pass NLSPATH and DYLD_LIBRARY_PATH environment
1423 variables, if defined, to CGI and job processes.
1424 - Removed the pstoraster filter (based on GNU
1425 Ghostscript 5.50) and now provide the raster "driver"
1426 and patch file necessary to use the current GNU
1427 Ghostscript 7.05 release.
1428 - Removed unnecessary fonts and updated the Courier and
1429 Symbol fonts to the latest versions to better support
1430 non-ISOLatin1 text.
1431 - The text filter now always embeds the Courier and
1432 Symbol fonts to ensure that they contain the full set
1433 of glyphs.
576b82ca 1434 - The lp and lpr commands now only override the SIGINT
1435 handler if it is not being ignored (patch from Robert
1436 Ambrose for some interactive software that catches
1437 SIGINT and will gracefully cancel the print...)
350807be 1438 - The PostScript image filter (imagetops) now supports
1439 printing CMYK images using the CMYK colorspace.
1440 - The image filters now support CMYK JPEG files, and
1441 correctly handles the inverted files from Photoshop
1442 (which seems to save RGBW data, not CMYK...)
e3bf38b3 1443 - Added a "check" target to the top-level makefile to
1444 conform with GNU standards (same as "test").
746265a5 1445 - The IPP code didn't always map the POSIX locale "C" to
1446 the proper IPP language code.
32f78676 1447 - The cupsaddsmb program was updated to use the
1448 setdriver command instead of addprinter.
934ef66d 1449 - Banner pages were not handled properly for implicit
1450 classes.
7200e26c 1451 - When tunneling to a remote system using SSH, the
1452 printer URIs for local printers on the remote system
1453 did not reflect the correct port number.
d7a9de63 1454 - The Allow, Deny, BrowseAllow, BrowseDeny, and
1455 BrowseAddress directives now support the network
1456 interface names "@LOCAL" and "@IF(name)" for access
1457 control and browsing based on the current interface
1458 addresses instead of fixed names or IP addresses.
2a55786c 1459 - The texttops filter did not properly recognize the
1460 "nowrap" (wrap=false) option.
83575f2d 1461 - The InstallableOptions group name in a PPD file is now
1462 translated separately (CUPS_MSG_OPTIONS_INSTALLED) so
1463 that UIs can accurately detect the presence of this
1464 group.
f4647930 1465 - The scheduler no longer keeps job history data for
1466 remote printers on the client (just on the server.)
4c2096b8 1467 - The parallel and USB backends now retry if the backend
1468 detects that the printer is not connected to the
1469 system (rather than stopping the queue...)
1470 - The network backends now retry if the backend detects
1471 that the printer is not connected to the network or is
1472 unreachable (rather than stopping the queue...)
c672a858 1473 - The cupsGetDests() function no longer lists options
1474 and instances for printers that no longer exist.
31e65f97 1475 - The scheduler now converts the document language to
1476 the correct LANG string.
8c47c4b4 1477 - The cupsaddsmb program now supports alternative CUPS
1478 and SAMBA server names.
40a0e1d1 1479 - The PostScript filter now supports the Orientation
1480 comment and rotates the page as needed automatically.
f915b00f 1481 - Revamped the makefiles slightly to use automatically
1482 generated dependencies.
1483 - Build fixes for OS X.
a1028786 1484 - The TIFF reading code depended on the newest version
1485 of libtiff; now conditionally compile that portion of
1486 the loader.
bbc1bfe5 1487 - The PPD code now decodes all JCL options in the
1488 JCLSetup group, not just those options that start with
1489 the prefix "JCL".
267cf96a 1490 - The backends now read print data using the read()
1491 system call to ensure that the current page is printed
1492 while the next page is being processed.
2f7be6ff 1493 - The pdftops filter did not support shading type 3
1494 (radial fill) for the "sh" operator.
dab1a4d8 1495 - The cups-polld program now throttles the local
1496 broadcasts of polled printers and classes so that the
1497 local system is not overwhelmed with hundreds of
1498 printers and classes all at once.
1499 - Updated the serial backend to support 230,400 baud for
1500 the Linux PPC port.
59168282 1501 - The cupsGetJobs() function wouldn't report completed
1502 jobs that did not have a document-format attribute
1503 value.
1c9c423b 1504 - The cupsEncodeOptions() function now maintains a table
1505 of known boolean and numeric options, and encodes all
1506 other options as strings.
f918a565 1507 - Now add a newline before the end-of-page code in the
1508 PostScript filter; this fixes a problem with files
1509 that don't end with a newline.
a28d12c5 1510 - The image filters looked for the "orientation" option
1511 instead of the correctly named "orientation-requested"
1512 option.
74cfdb8b 1513 - The cupsEncodeOptions() function now handles mixed
1514 integers and ranges.
1515 - New translation guide for developers to provide native
1516 language support for CUPS.
1517
1518
ee8b7dd3 1519CHANGES IN CUPS V1.1.14
1520
843779ef 1521 - The ippRead() function did not verify that the
ba31b514 1522 attribute name length or string with language value
1523 was not larger than the read buffer.
e2943c5f 1524 - The scheduler set the signal handlers before loading
1525 the configuration files the first time; this prevented
1526 the RunAsUser directive from blocking server reloads.
5fd84fcc 1527 - Added Swedish message catalog.
0e1f4bec 1528 - The parallel backend now recognizes the /dev/printers
1529 device directory under Linux 2.4.x.
ba31b514 1530 - MacOS X fixes.
1531 - The cupsaddsmb utility sent the server name after the
1532 user information when executing the rpcclient program.
1533 This caused problems with some versions of SAMBA
1534 2.2.x.
ee8b7dd3 1535 - The IPP backend did not pass the requesting user name
1536 when checking on the print job status. This prevented
1537 it from waiting for the job to complete when
1538 communicating with some IPP implementations that
1539 require it.
1540
1541
d2503e02 1542CHANGES IN CUPS V1.1.13
1543
28a96fe2 1544 - The lpstat command did not report jobs submitted to
1545 regular printer classes.
0f74081c 1546 - The texttops filter didn't use sufficient precision
1547 when positioning text with some values of cpi and lpi.
1548 This could cause the alignment of text to stray.
0ffae44c 1549 - cupsGetDests() didn't merge the options from the
1550 /etc/cups/lpoptions file with ~/.lpoptions - options
1551 in ~/.lpoptions overrode them completely.
1552 - Added support for KOI8-R and KOI8-U character sets,
1553 and added several Russian message catalogs.
bd726d0d 1554 - The scheduler put the wrong timezone offset in the log
1555 files (e.g. +0500 instead of -0500 for EST...)
1556 - The scheduler did not ignore trailing whitespace in
1557 *.convs files.
db911fcb 1558 - The scheduler now forces all processes to exit (kill
1559 -9) when it is stopped. This prevents parallel and
1560 USB devices from running in the background after cupsd
1561 goes away.
7c587866 1562 - The cupsParseOptions() function didn't skip trailing
1563 whitespace after quoted values.
c3026ddc 1564 - More changes to support CUPS on OS/2.
24e80caf 1565 - Added Simplified Chinese message catalog.
9495ba14 1566 - Added PAM support for IRIX.
c6e1ca5d 1567 - The cupsGetPPD() function didn't remove the @server
1568 portion of the printer name, and since it would
1569 connect immediately to the remote server instead of
1570 the local server, the printer would not be found.
8b8cca8e 1571 - Classification and page labels were not rotated to
1572 match the page orientation.
9ae34eb7 1573 - Now set the TCP "no delay" option on network
1574 connections to improve performance/response time.
1575 - Improved the IRIX printing tools support with patches
1576 from Andrea Suatoni.
1577 - Added a new PrintcapGUI directive to specify the GUI
1578 option panel program to use for the IRIX printing
1579 tools support.
1580 - The cupsGetDests() function did not check to see if a
1581 user-defined default printer (set via lpoptions) still
1582 existed.
1583 - The pstops filter no longer assumes that the default
1584 dictionary is writable when doing N-up processing.
bbfcd9c7 1585 - The pstops filter now supports printing N-up with the
1586 page-set option.
873a6f43 1587 - The imagetoraster filter now supports direct printing
1588 of CMYK image data without conversion/correction.
d1c2727f 1589 - The IPP backend now reports printer state/error
1590 conditions when possible (toner low, media empty,
1591 etc.)
bd73c81f 1592 - The lpstat command now supports the (undocumented)
1593 IRIX -l option ("-lprintername") for a compact job
1594 listing for a printer.
1595 - The lpstat command now includes printer date/time
1596 information in the output (always Jan 01 00:00) to
1597 make third-party tools happy.
18843e59 1598 - The text filter now supports non-integer cpi and lpi
1599 values.
dd5f3453 1600 - The Margins field in the CUPS raster header was not
1601 initialized by the pstoraster filter.
9aa1f763 1602 - Added --with-optim="flags" option to configure script.
1603 - Updated the Italian message translations.
1604 - Updated the cups.list file to install the correct
1605 files.
1606 - The pstoraster filter accessed the third element of a
1607 2 element array.
5f46b7d1 1608 - The scheduler did not setup a status pipe for polling
1609 processes, so error messages went to whatever file
1610 descriptor 2 was pointing to when they were started.
5fb5dab7 1611 - The httpMD5Final() function didn't put a colon between
1612 the password and nonce strings.
c5de57af 1613 - The pstops filter did not default to Binary data for
1614 "%%BeginData:".
4a7e6692 1615 - The pstops filter did not stop processing when a line
1616 containing a CTRL-D is seen.
aba2fa7e 1617 - The scheduler no longer replaces the JobSheets values
1618 from the printers.conf and classes.conf files with the
1619 classification level, if set. This way the original
1620 banner settings are preserved when classification
1621 levels are changed or turned off.
8d5eb22e 1622 - The serial backend didn't drain the output queue, nor
1623 did it restore the original settings.
d2503e02 1624 - Updated the default system group under MacOS X.
1625 - If no SystemGroup was defined in cupsd.conf, the
1626 system default group was not used.
1627 - The cups-lpd mini-daemon now supports LPD clients that
1628 send multiple control files.
1629 - httpConnectEncrypt() now always uses encryption for
1630 connections on port 443, since port 443 is reserved
1631 for the "https" scheme.
1632 - Group authentication via certificates did not work
1633 from the web interface for accounts other than
1634 "root".
1635 - The serial port backend did not clear the OPOST
1636 option, which could cause problems with some printers.
1637 - The cups-lpd mini-daemon didn't lookup the client IP
1638 address properly.
1639 - The parallel backend now identifies the polled and
1640 interrupt-driven devices under *BSD.
1641 - The scheduler allowed the "always" encryption mode
1642 inside a Location, which is not valid.
1643 - The CUPS startup script now checks for the timezone
1644 information under Linux.
1645 - Now also map the sides attribute to the JCLDuplex
1646 option (if present) in PPD files.
1647 - Updated pdftops to Xpdf 0.93a.
1648 - Added support for MD5 passwords under Slackware.
1649 - Added new AuthType BasicDigest that does Basic
1650 authentication using the MD5 password file managed by
1651 the lppasswd command.
1652 - The banner page attribute substitution code now
1653 retains {name} sequences in banner files when the
1654 named attribute is undefined. Use {?name} to
1655 conditionally substitute an IPP attribute.
1656 - The scheduler now ensures that the ServerRoot
1657 directory and configuration files are owned by and
1658 writable by the User and Group in cupsd.conf.
1659 - The USB backend now lists all USB printer devices
1660 regardless of whether a printer is connected or not.
1661 This allows new USB printers to be connected without
1662 restarting cupsd.
1663 - Added some more minor performance tweeks to the IPP
1664 protocol code to reduce copying and array indexing.
1665 - The cupsaddsmb utility now uses the -c option with
1666 smbclient and rpcclient to avoid the read length limit
1667 for commands on the standard input.
1668 - Added an include file to the CRD handling code in
1669 pstoraster so that it would compile properly on 64-bit
1670 pointer platforms...
1671
1672
1673CHANGES IN CUPS V1.1.12
1674
1675 - Added "Polish" to the list of known languages for PPD
1676 files.
1677 - Added missing directory definition to cups-config.
1678 - The CUPS-Move-Job operation did not set the
1679 destination type for the new destination.
1680 - The CUPS-Add-Printer operation did not support the
1681 allow=all or deny=none values to clear the per-user
1682 printer ACLs.
1683 - The SetPrinterAttrs() function did not handle invalid
1684 PPD files that were missing the required NickName
1685 attribute. It now looks for NickName, ModelName, and
1686 then substitutes the string "Bad PPD File" for the
1687 printer-make-and-model attribute.
1688
1689
1690CHANGES IN CUPS V1.1.11
1691
1692 - Added support for embedded TrueType fonts in PDF
1693 files.
1694 - Added support for PostScript functions in PDF
1695 files.
1696 - Added new "cupsaddsmb" utility for exporting
1697 CUPS printer drivers to SAMBA/Windows clients.
1698 - Added preliminary support for Darwin/MacOS X.
1699 - The CUPS-Add-Printer operation no longer allows
1700 arbitrary scheme names in device URIs to be used - it
1701 now restricts the available schemes to those found in
1702 the device list (lpinfo -m).
1703 - The ippRead() and ipp_read_file() functions could not
1704 handle more than IPP_MAX_VALUES (100) values in a
1705 1setOf attribute. These functions have been updated
1706 to dynamically allocate more memory as needed, and the
1707 IPP_MAX_VALUES constant now represents the allocation
1708 increment. [this caused some versions of the
1709 GIMP-print drivers to fail since the number of media
1710 options exceeded 100...]
1711 - The scheduler could crash when BrowseShortNames
1712 was set to "No".
1713 - The scheduler did not prevent MaxClients from being
1714 set to 0, which could cause the scheduler to go in an
1715 infinite loop when accepting a request.
1716 - Made some performance optimizations in the ippRead()
1717 functions to make IPP request/response processing
1718 faster.
1719 - The accept/reject/enable/disable command did not
1720 support properly support the "-h" or default
1721 server name.
1722 - The scheduler did not save the quota configuration
1723 when the job-quota-period attribute was set to 0.
1724 - The LPDEST and PRINTER environment variables did not
1725 support printer instances.
1726 - The text filter now handles more types of boldface and
1727 underline formatting.
1728 - The cupsTempFd() function did not fail if the
1729 temporary directory did not exist; this would cause it
1730 to loop indefinitely instead of returning an error
1731 (-1).
1732 - Stopping (disabling) a printer class did not stop jobs
1733 from printing to printers in that class.
1734 - The cupsGetDests() function was sending the
1735 requested-attributes attribute as a name instead of a
1736 keyword; this caused a serious performance problem on
1737 slower systems since more information had to be
1738 transferred from server to client.
1739 - The web interfaces did not always quote < and & in
1740 things like the job title. This had the potential for
1741 browser-based security violations (on the browser's
1742 machine); bug report from SuSE.
1743 - The scheduler now treats unauthenticated usernames as
1744 case-insensitive when doing quota and allow/deny
1745 processing.
1746 - The lp command sent the "request ID is ..." message
1747 to stderr instead of stdout...
1748 - The PostScript filter (pstops) now handles EPS files,
1749 adding a showpage command to the files as needed.
1750 - The configure script checked for the <stdlib.h> header
1751 file before the JPEG libraries; since the JPEG headers
1752 can define HAVE_STDLIB_H, the configure check would
1753 cause the JPEG check to fail on some systems.
1754 - The scheduler now supports localized banner files,
1755 using the subdirectory approach, e.g. the "es"
1756 subdirectory under /usr/share/cups/banners is used for
1757 the Spanish banner files.
1758 - Updated the scheduler so it knows the correct
1759 language abbreviation to use for all supported
1760 PPD LanguageVersion values. The new code also
1761 supports country codes as well, so "English-GB"
1762 maps to the "en_GB" locale.
1763 - The cups-lpd mini-daemon did not support
1764 anonymous printing (no username specified).
1765 While the username is REQUIRED by RFC-1179,
1766 MacOS clients do not send the REQUIRED username
1767 information when printing via LPD.
1768 - Added many warning and informational messages
1769 to cups-lpd where they were missing.
1770 - Added Czech message file contributed by SuSE.
1771 - The cups-lpd mini-daemon now returns a non-zero
1772 status if an invalid destination or job ID is
1773 provided.
1774 - The scheduler did not honor the KeepAlive setting in
1775 cupsd.conf.
1776 - Increased the size of the file read/write buffers to
1777 32k.
1778 - *BSD static library creation fixes.
1779 - Use mkstemps() instead of tmpnam() in pdftops whenever
1780 possible.
1781 - Added httpGetHostByName() function as a wrapper around
1782 gethostbyname() - some implementations of this
1783 function do not support IP addresses (e.g. MacOS X.)
1784 - Added casts to all printf's of file lengths, since
1785 there is currently no standard way of formatting long
1786 long values.
1787 - The client filename field was not cleared in all
1788 instances, resulting in old form data being submitted
1789 to CGIs.
1790 - The httpConnect*() functions now try all available
1791 addresses for a host when connecting for the first
1792 time.
1793 - The pstoraster filter would "lose" all drawing
1794 commands when the PageSize was set but the printer
1795 bitmap was not reallocated. This was most noticeable
1796 with the output from StarOffice 6 beta and would
1797 result in a blank page being output...
1798 - The IPP backend was sending a PAGE comment even when
1799 printing the output from a filter (it should only send
1800 page comments when printing files directly...)
1801 - The pdftops filter didn't properly map glyph names of
1802 embedded Asian TrueType fonts.
1803 - Changed the CUPS startup script to look for a program
1804 named "cupsd", not just any program with "cupsd" in
1805 the name (this caused the apcupsd UPS monitoring
1806 daemon to be stopped/restarted...)
1807 - The CUPS-Move-Job operation did not change the
1808 internal destination name for held jobs, so moved (but
1809 held) jobs would still show up as queued on the
1810 original destination.
1811 - The cups-polld program didn't send the
1812 requested-attributes attribute in the
1813 CUPS-Get-Printers and CUPS-Get-Classes requests, which
1814 made it use more CPU and bandwidth than required.
1815 - The scheduler and CUPS API incorrectly added a
1816 job-sheets-default attribute for remote printers. This
1817 caused banner pages to be omitted from client system
1818 prints.
1819
1820
1821CHANGES IN CUPS V1.1.10-1
1822
1823 - Minor fixes to the filter, systemv, and template
1824 makefiles to install files properly.
1825
1826
1827CHANGES IN CUPS V1.1.10
1828
1829 - Added a driver for DYMO label printers.
1830 - Added new ClassifyOverride directive to allow users
1831 to override the classification of individual jobs.
1832 - Added new BrowseProtocols directive to control which
1833 browse protocols are used (currently CUPS and SLP).
1834 - Added SLPv2 support (thanks to Matt Peterson for
1835 contributing the initial implementation for CUPS.)
1836 - Adding a raw printer on a remote CUPS server now
1837 correctly redirects PPD file requests to the remote
1838 server.
1839 - The serial backend now limits writes to 1/10th
1840 second worth of data to avoid buffer overflows
1841 with some types of flow control.
1842 - The scheduler did not properly process PUT requests,
1843 so configuration files could not be uploaded to the
1844 server.
1845 - The scheduler did not strip trailing whitespace on
1846 lines in the configuration files.
1847 - The httpWrite() function did not transition the PUT
1848 request to the HTTP_STATUS state to get the status
1849 from the server.
1850 - The scheduler did not properly handle trailing null
1851 ("-") filters when testing a driver that sent data
1852 to the file: pseudo-backend.
1853 - The IPP backend now only sends a document-format of
1854 "application/vnd.cups-raw" when printing to another
1855 CUPS server using a local printer driver or interface
1856 script. Previously the job's document format was
1857 used, which was incorrect.
1858 - The lpadmin command didn't use the ppd-name attribute
1859 with the -m option; this prevented the use of the
1860 "raw" model from the command-line.
1861 - The pstoraster filter output draft (1-bit) 6-color
1862 output in the wrong order; this resulted in yellow
1863 being printed instead of black on Stylus Photo
1864 printers.
1865 - The pdftops filter did not have the Japanese and
1866 Chinese text support compiled into it.
1867 - The IPP and AppSocket backends did not clear the
1868 "waiting for print job to complete" status message,
1869 which caused some confusion... :)
1870 - The serial backend now opens the port in "no delay"
1871 mode to avoid DCD detection problems with some OS's.
1872
1873
1874CHANGES IN CUPS V1.1.9-1
1875
1876 - The configure script did not substitute the
1877 correct user and group names.
1878 - The configure script did not use the full path
1879 to the install-sh script when it was used.
1880 - The pstoraster filter did not correctly support
1881 DuplexTumble mode for printers that used flip
1882 duplexing.
1883 - The cups.list.in file was missing from the
1884 distribution.
1885 - The New DeskJet series driver did not use the
1886 correct OrderDependency for the Duplex option.
1887 - Use read() instead of fread() to read piped
1888 print files in lpr/lp. This avoids a bug in the
1889 HP-UX 10.20 fread() function.
1890 - Updated the pstoraster filter to use the MIPS_FIXADE
1891 system call under IRIX to fix bus error problems on
1892 R12000 processors (Ghostscript is not 64-bit clean...)
1893 - Some Xerox PPD files (most notably the Phaser 790)
1894 have illegal whitespace in the option keyword in the
1895 OpenUI line. This caused the PageRegion option to not
1896 be recognized properly for the Phaser 790.
1897
1898
1899CHANGES IN CUPS V1.1.9
1900
1901 - Revamped the configure script to use a modular
1902 approach for the various tests.
1903 - Added --with-openssl-* options to properly reference
1904 the OpenSSL libraries in DSOs.
1905 - Added --with-cups-user and --with-cups-group
1906 options to specify the default user and group for
1907 CUPS.
1908 - Added AIX shared library support.
1909 - Added AIX device discovery for the serial and
1910 parallel ports.
1911 - Now use install program or script to install
1912 directories, files, and symlinks.
1913 - Updated pstops filter to use strict handling of EPS
1914 files embedded in a PostScript document. The %%EOF
1915 handling in 1.1.8 caused some dvips files not to
1916 print.
1917 - Fixed yet another memory allocation bug in pstoraster
1918 that would cause it to crash. This fix also ensures
1919 that all memory allocations are done on (at least) a
1920 64-bit boundary.
1921 - Fixed Digest authentication - httpGetSubField() didn't
1922 skip the Digest keyword.
1923 - The scheduler did not properly handle Digest
1924 authentication with the new multiple-group support.
1925 - The scheduler did not allow usernames that were
1926 not in the UNIX password file to be used for Digest
1927 authentication from passwd.md5.
1928 - The scheduler could not scan PPD files that only used
1929 a carriage return (i.e. MacOS PPD files); the new code
1930 is also about 40% faster, so servers with thousands of
1931 PPD files should start much faster now.
1932 - The scheduler now stores the PPD file size and
1933 modification times in the ppds.dat file, so it can now
1934 incrementally update the PPD database from the model
1935 directory, resulting in significantly faster startup
1936 times.
1937 - The lpinfo command did not return a non-zero status
1938 code if an error occurred.
1939 - Fixed a bug in the scheduler's UpdateJob() function.
1940 Basically, all jobs shared the same status buffer, and
1941 the "buffer start" pointer could point to 1 byte
1942 before the beginning of the buffer. The new
1943 implementation uses a separate buffer for each job and
1944 eliminates the buffer start bug.
1945 - The IPP backend would send N copies of a document if
1946 the receiving device didn't support the copies
1947 attribute, even if the upstream driver already added
1948 the necessary commands to generate the copies. This
1949 was most noticeable with HP printers where N * N
1950 copies would come out instead of N.
1951 - The PostScript filter (pstops) did not properly handle
1952 duplex printing on inkjet printers that provide this
1953 option. Copies would be put on the front and back
1954 sides of the duplexed page, and the filter did not
1955 output an even number of pages.
1956 - The backends always caught SIGTERM after they
1957 connected to the printer. This prevented raw jobs
1958 from being cancelled early.
1959 - The cupsSetDests() function now removes any printers,
1960 instances, and options that are not defined by the
1961 user or server. This should prevent old system-wide
1962 options from being used in individual user accounts.
1963 - Updated the EPSON printer driver and added PPDs for
1964 the newer EPSON Stylus printers that only support the
1965 "ESC i" graphics command.
1966 - The lpadmin command didn't allow you to add remote
1967 printers to a local class.
1968 - The lpadmin command didn't allow you to set the
1969 options (quotas, etc.) for a class.
1970 - The scheduler did not load or save the
1971 job-sheets-default attribute for classes.
1972 - The scheduler did not automatically recreate remote
1973 printers that were part of a class.
1974 - It was possible for a printer class to list the same
1975 printer more than once.
1976 - The scheduler now makes a backup copy of classes.conf
1977 and printers.conf before writing the new file.
1978 - The lppasswd program incorrectly asked for a new
1979 password when deleting an existing MD5 password
1980 account.
1981 - The scheduler did not match "/printers/name.ppd"
1982 against a location of "/printers/name".
1983 - The client code did not always handle HTTP encryption
1984 upgrades properly.
1985 - The client code now caches the last Digest password so
1986 it can retry using a new resource path or nonce value,
1987 which are included in the MD5 sum sent to the server.
1988 This should eliminate unnecessary password prompts
1989 when using Digest authentication.
1990 - The lppasswd command didn't have a man page.
1991 - Updated the PJL detection rules to allow the universal
1992 escape to occur anywhere in the first 128 bytes of the
1993 file.
1994 - The cups-polld program would poll servers continuously
1995 with no delay if there was an error contacting the
1996 server.
1997 - The IPP backend would send an empty job-name or
1998 requesting-user-name attribute if the corresponding
1999 job attribute was an empty string. While this is
2000 allowed by the IPP specification, some HP JetDirect
2001 implementations return a client-error-bad-request
2002 error if an empty name attribute value is received.
2003 The new code only sends these attributes if they are
2004 not the empty string.
2005 - At least some versions of the HP JetDirect firmware
2006 do not correctly implement IPP. Added additional
2007 checks to the IPP backend to eliminate extra,
2008 unsupported attributes which should normally be
2009 ignored by a compliant IPP device.
2010 - The scheduler did not copy the complete list of
2011 supported file types into the
2012 document-format-supported attribute. This caused
2013 clients to not send the local file type (such as
2014 application/vnd.cups-raw for raw print files) and the
2015 corresponding bad output in some cases.
2016 - The scheduler did not fully copy attributes from a
2017 set-job-attributes request - string attributes were
2018 only referenced, which could cause cupsd to crash
2019 or behave irratically.
2020 - The lp command didn't send the right value for the
2021 job-hold-until attribute when "-H resume" was
2022 specified.
2023 - The IPP backend now returns as soon as a job is
2024 completed or reported as "pending-held".
2025 - Added new ImplicitAnyClasses and HideImplicitMembers
2026 directives to the cupsd.conf file to make implicit
2027 classes more usable/transparent to the user.
2028 - Clients can now (with the appropriate authentication)
2029 retrieve and update the server configuration files
2030 using HTTP GET and PUT requests.
2031 - The web interface didn't allow you to modify the
2032 location or description of the printer.
2033 - The pdftops filter now uses its own temporary file
2034 function to work with PDF files using LZW compression
2035 (which use the uncompress program or gunzip)
2036 - The SystemGroup directive now supports specification of
2037 multiple groups.
2038 - Added new Include directive to cupsd.conf, a la
2039 Apache.
2040 - Added new pseudo-driver/PPD called "raw" that can be
2041 used to create/convert a raw queue. This also allows
2042 raw queues to be created in the web interface.
2043 - The pdftops filter didn't handle image objects that
2044 used JPEG and Flate compression together.
2045 - The pstops filter counted pages wrong when using the
2046 N-up and even/odd printing options. This prevented
2047 the page-ranges option from working properly.
2048 - Added another fix to pstoraster for a bus error
2049 condition caused by a lack of parenthesis in the
2050 Ghostscript code.
2051 - Added new "natural-scaling" option which scales the
2052 natural size of the image (percent of natural image
2053 size instead of percent of page size.)
2054 - The lppasswd program is now setuid to the CUPS user
2055 instead of root.
2056 - The PPD functions did not allow for PPD files that
2057 defined the page sizes and margins before the page
2058 size options.
2059 - The mime.types file now checks for the PJL "LANGUAGE =
2060 Postscript" command for PostScript files.
2061 - The scheduler did not truncate file: output files.
2062 - The PPD file reading code did not handle options with
2063 raw quotes (") in the human-readable names.
2064 - The pdftops filter now remaps the space character when
2065 (bad) PDF files contain a .notdef glyph for the space
2066 character.
2067
2068
2069CHANGES IN CUPS V1.1.8
2070
2071 - Updated spec file to generate separate cups-pstoraster
2072 package for pstoraster.
2073 - The spec file wasn't setting LOGDIR in the install.
2074 - The scheduler might restart a stopped printer after
2075 stopping a print job. Thanks to Florent
2076 Guiliani for finding this bug!
2077 - The init script showed run level 0 for the Red Hat
2078 chkconfig program. This is incorrect because Red Hat
2079 doesn't use run level 0 for shutdown scripts.
2080 - The IPP backend did not handle the
2081 client-error-not-found error when checking the status
2082 of the job that was sent. This caused remote queues
2083 to stop on client machines when the server had job
2084 history disabled.
2085 - Added httpConnectEncrypt() function to avoid
2086 performance penalty for setting up encrypted
2087 connections initially.
2088 - Use httpConnectEncrypt() in all client apps and in the
2089 CUPS API to ensure consistent usage of encryption
2090 throughout.
2091 - Jobs weren't queued to remote classes (fix from
2092 Richard Begg.)
2093 - AIX changes from Richard Begg.
2094 - Fixed the pstops fix for GNOME output - no longer use
2095 the page numbers in the %%Page: comment since GNOME
2096 puts a filename instead (!?@!#?!). There is still an
2097 issue with N-up printing since GNOME defines its fonts
2098 in the first page instead of the document setup section
2099 (pages must be independent according to the DSC spec)
2100 People with GNOME printing problems should consult bug
2101 #54489...
2102 - The imagetops filter produced PAGE: messages when
2103 generating PostScript for a non-PostScript printer
2104 (only affects page-label and Classification
2105 options.)
2106 - The updated pdftops filter was looking for an options
2107 file called xpdf.conf instead of pdftops.conf.
2108
2109
2110CHANGES IN CUPS V1.1.7
2111
2112 - Configuration script changes, including new
2113 "--with-docdir=/dir" option to relocate CUPS
2114 documentation and web content according to your
2115 favorite version of the FHS.
2116 - Documentation updates for encryption, SLP, etc.
2117 - New Software Test Plan and automated test script to
2118 test CUPS prior to installation.
2119 - All scheduler configuration files are now case
2120 insensitive to match Apache.
8372ad6b 2121 - Added support for Apache ListenBackLog, Require,
2122 Satisfy, <Limit>, <LimitExcept>, and LimitRequestSize
d2503e02 2123 directives.
2124 - Added support for all Apache log levels...
2125 - Added support for "double" HostNameLookups.
2126 - Added new "RunAsUser" directive to support non-root
2127 configurations on the standard (priviledged) ports.
2128 - Added support for non-root invocation of the lpd
2129 backend (does no reserve a priviledged port, which
2130 might not work with some LPD servers...)
2131 - Added new PrintcapFormat directive to control the
2132 output format of the printcap file (BSD or Solaris
2133 formats are supported at present.)
2134 - The CUPS directory service routines now handle
2135 ECONNREFUSED errors gracefully rather than shutting
2136 all browsing off.
2137 - ippErrorString() now returns the recommended error
2138 messages from the IPP/1.1 Model and Semantics
2139 document.
2140 - Fixed a minor IPP compliance issue with responses
2141 to requests without the attributes-charset or
2142 attributes-natural-language attributes.
2143 - Sun fix: need httpFlush() call for chunked IPP
2144 requests in cupsDoFileRequest().
2145 - httpConnect() now looks up "localhost" by name and
2146 by address (127.0.0.1) for users the go to the
2147 trouble of removing the required localhost entry
2148 in /etc/hosts or on their DNS server...
2149 - Added support for Linux 2.4.x devfs parallel port
2150 filenames (/dev/parallel/N).
2151 - cupsDo[File]Request() and cupsGetPPD() no longer
2152 block trying to reconnect to a crashed or inaccessable
2153 server.
2154 - Added new ppdEmitJCL() function to better handle
2155 PJL commands from PPD files.
2156 - A bug in UpdateJob() would cause the scheduler to
2157 consume 100% CPU until another request was submitted.
2158 - The cancel command did not support the "-" option to
2159 cancel all jobs on all printers.
2160 - The cancel and lprm commands did not support cancelling
2161 the next/current job in the queue.
2162 - The pdftops and pstoraster filters were using unsafe
2163 temporary file functions; while this is not a problem
2164 in normal configurations (the CUPS temporary directory
2165 is restricted), they now use the cupsTempFd() function.
2166 - The mime.types file was missing the recognition rule
2167 for Sun Raster images.
2168 - The admin CGI was passing a printer make string to
2169 ippSetCGIVars() that was being replaced in that
2170 function.
2171 - "lpoptions -l" would resave the options...
2172 - The EPSON drivers now send the "end packet mode"
2173 command when printing to USB devices.
2174 - The scheduler initialized certificates before loading
2175 the cupsd.conf file.
2176 - The scheduler used /dev/random to collect random data,
2177 which could block if insufficient entropy information
2178 had been collected by the kernel. Now use
2179 /dev/urandom.
2180 - Fixed a bug in the whitespace skipping code in
2181 httpGetSubField().
2182 - The LPD backend now supports a new "order" option:
2183 "lpd://server/queue?order=control,data" (default) and
2184 "lpd://server/queue?order=data,control".
2185 - The scheduler enforced a 30 second timeout on all
2186 clients regardless of the Timeout directive and if a
2187 CGI was currently running.
2188 - cupsParseOptions() now sets boolean options to
2189 option=true or option=false.
2190 - The "percent complete" calculations in the LPD backend
2191 could overflow on large files, causing the percentage
2192 to wrap to 0 every 40MB or so.
2193 - Fixed a memory reallocation bug in pstoraster that
2194 could cause it to crash.
2195 - The LPD backend now sanitizes the job title to avoid
2196 potential problems on remote LPD servers.
2197 - The lp command did not send the requesting-user-name
2198 attribute when altering a job.
2199 - The pstops filter did not handle PostScript files with
2200 lines longer than 8191 bytes.
2201 - The scheduler no longer uses inet_addr() to convert IP
2202 addresses in dot format (mmm.nnn.ooo.ppp) to the
2203 32-bit format, since it will not work for IPv6
2204 addresses.
2205 - New "Classification" directive to force labeling of
2206 the current classification on each page.
2207 - New "page-label" attribute to add per-page labels
2208 ("For Official Use Only", "Draft", etc.)
2209 - The scheduler now sets the HTTPS environment variable
2210 for CGI programs when a client connects using
2211 encryption.
2212 - Fixed a recursion bug in the scheduler that could
2213 cause cupsd to crash when a printer was removed.
2214 - The LPDEST and PRINTER environment variables didn't
2215 support instances.
2216 - Dropped the "file" backend from the device list that
2217 is reported, since it is only available for *testing*
2218 and should never be used in a production environment.
2219 The file: device can still be used, but it won't show
2220 up in the list of devices from lpinfo or the web
2221 interface.
2222 - Added support for /dev/lpa# parallel ports under *BSD.
2223 - Added META variables to the CGI header template to
2224 prevent caching of the results.
2225 - Fixed an unaligned memory buffer for the pstoraster
2226 clist states; this caused bus errors for some
2227 combinations of printers, drivers, and options.
2228 - Re-added black reduction for colorful colors; this
2229 helps to prevent dark colors from getting desaturated.
2230 (only used when converting RGB to CMYK)
2231 - Added two new directives - MaxJobsPerPrinter and
2232 MaxJobsPerUser - to allow an administrator to set
2233 the maximum number of pending jobs in a queue or
2234 submitted by a user.
2235 - The scheduler no longer stops a printer if it can't
2236 create the status pipe or run the filters or backend.
2237 This will allow heavily loaded servers to service
2238 clients or start print jobs as the load allows.
2239 - Fixed a bug in the Set-Job-Attributes code that could
2240 crash the scheduler (patch from Martin Zielinski)
2241 - cupsSetDests() did not quote option values with
2242 embedded spaces.
2243 - Added support for the Enable-Printer and
2244 Disable-Printer extension operations (same as
2245 CUPS-Accept-Jobs and CUPS-Reject-Jobs.)
2246 - The AppSocket and IPP backends now wait for the print
2247 job to be finished before exiting; this should prevent
2248 the loss of print jobs with older JetDirect firmware
2249 and make consecutive print jobs print faster.
2250 - The BMP loading code did not handle resolution values
2251 of 0. This is a problem with BMP image files produced
2252 by the GIMP.
2253 - The HTTP Upgrade code (upgrade to TLS encryption)
2254 bypassed the authentication checks.
2255 - The HTTP Upgrade code did not send a 426 status code
2256 to the client and end the current request. This caused
2257 a race condition between the client and server for the
2258 upgrade to TLS.
2259 - Fixed a bug in the EOF and Trailer detection code in
2260 the pstops filter.
2261 - The imagetoraster filter did not add the margins to
2262 the custom page size in the raster header.
2263 - The imagetops filter did not adjust the custom page
2264 size to the size of the printed image.
2265 - The imagetops filter did not include DSC comments
2266 which are required by some printers.
2267 - The imagetops filter did not insert newlines in
2268 Base85 encoded output, causing files to contain
2269 lines longer than 255 characters (violation of the
2270 DSC).
2271 - Added support for the DeskJet 900 series duplexer
2272 and CRET color modes in the HP driver.
2273 - Added support for PPD-defined margins in the HP
2274 driver.
2275 - Fixed the debugging output from pstoraster - the
2276 font list was not terminated by a newline.
2277 - Some versions of the HP-UX pam_unix authentication
2278 module apparently do not pass the appdata_ptr argument
2279 to the conversation function, preventing the scheduler
2280 from authenticating users using PAM under HP-UX. A
2281 workaround using a static variable has been added to
2282 address this problem.
2283 - Fixed a bug in the scheduler SortPrinters() function
2284 that could cause printers to disappear or the
2285 scheduler to crash when adding a printer.
2286 - Changed the pstops filter to not do per-page filtering
2287 if the file does not conform to at least version 3.0
2288 of the document structuring conventions. This seems
2289 to "fix" printing with broken apps.
2290 - The image filters did not handle older TIFF files that
2291 lacked the samples-per-pixel and bits-per-pixel tags.
2292 - Added new cupsGetJobs() and cupsFreeJobs() functions
2293 to manage print jobs.
2294 - cupsEncodeOptions() would encode names of 0 length and
2295 cupsAddOption() and cupsParseOptions() would add names
2296 of 0 length.
2297 - The scheduler might block waiting for status messages
2298 after starting a new print job. Thanks to Florent
2299 Guiliani for finding this bug!
2300
2301
2302CHANGES IN CUPS V1.1.6-3
2303
2304 - The configure script put the JPEG library before the
2305 TIFF library; this caused problems in some
2306 configurations since the TIFF library also supports
2307 JPEG compression of TIFF images.
2308 - Updated the configure script and makefiles to handle
2309 admin man pages with the "1m" extension (HP-UX, IRIX,
2310 Solaris, Tru64) and in odd directories (IRIX)
2311 - The updated cupsTempFile() function did not return
2312 the filename when called with a filename buffer of
2313 NULL (previously it used a static buffer.)
2314 - FreeBSD uses /dev/unlptN, but NetBSD and OpenBSD use
2315 /dev/ulptN.
2316 - DeletePrinter() didn't remove the printer from any
2317 classes it was a member of.
2318 - DeletePrinterFromClass() didn't preserve the
2319 implicit status of a class.
2320 - DeletePrinterFromClasses() didn't remove printers
2321 from implicit classes.
2322 - StartJob() didn't send the job-sheets, job-priority,
2323 and job-hold-until attributes to remote printers.
2324 - LoadAllJobs() was looking for job-sheets-completed
2325 instead of job-media-sheets-completed. This would
2326 prevent accumulation of page data after a restart
2327 of the scheduler.
2328 - The pstops and imagetops filters now generate copies
2329 using the appropriate method for a Level 1, 2, or 3
2330 printer since some Level 2/3 printers don't support
2331 the /#copies variable anymore.
2332 - The man page for cups-lpd did not mention the "-o"
2333 option.
2334 - The IPP backend didn't handle version-not-supported
2335 errors and revert to IPP/1.0 (previously it only checked
2336 for a bad-request error)
2337 - Caldera fix: lpc now reports unimplemented commands as
2338 unimplemented, not invalid.
2339 - Caldera fix: lpq didn't recognize BSD lpq "-a" option.
2340 - Caldera fix: lpr didn't recognize BSD lpr "-1", "-2",
2341 "-3", "-4", "-q", or "-U" options.
2342 - RedHat fixes: patches to GNU Ghostscript
2343 - SuSE fix: temp file creation patch to GNU Ghostscript
2344 (pstoraster).
2345 - SuSE fix: remove cgi-bin/abort.c and cgi-bin/email.c,
2346 which are not used.
2347 - SuSE fix: missing NULL check in cgi_initialize_post().
2348 - SuSE fix: potential buffer overflows in
2349 cgi_initialize_string().
2350 - SuSE fix: potential buffer overflows in
2351 ippSetCGIVars()
2352 - SuSE fix: more NULL checks in ppdOpen(); also make
2353 sure that all memory is freed on error to avoid memory
2354 leaks.
2355 - SuSE fix: Exit from child if setgid() or setuid()
2356 fails.
2357 - SuSE fix: Added setgroups() calls after setgid() and
2358 setuid() calls.
2359 - SuSE fix: potential buffer overflows in httpEncode64()
2360 calls.
2361 - SuSE fix: potential buffer overflows in httpSeparate()
2362 - SuSE fix: potential buffer overflows in ippWrite() for
2363 bad input.
2364 - SuSE fix: potential nul skip in ppd_decode() for
2365 missing hex digits.
2366
2367
2368CHANGES IN CUPS V1.1.6-2
2369
2370 - Added changes to support NetBSD startup scripts.
2371 - Added separate compiler options for pstoraster
2372 (Ghostscript) to avoid compiler-induced errors
2373 from Ghostscript's twisted code.
2374 - The mime.types file contained syntax errors.
2375 - Updated the *BSD USB device filenames to use
2376 the /dev/unlptN files so that the USB device
2377 is not reset prior to printing (causes print
2378 corruption on many printers)
2379 - Added new cupsTempFd() function to avoid serious
2380 security bug in glibc fopen() function. The glibc
2381 fopen() function unlinks a file before creating it,
2382 which opens up possible symlink attacks.
2383 - Now reject 0-length names in add-printer and add-class
2384 requests.
2385 - Fix for pstoraster when ZLIB is not available.
2386 - cupsGetPPD() didn't reconnect when a HTTP connection
2387 was lost.
2388 - SuSE fix: httpConnect() didn't check that the
2389 value from gethostbyname() was a valid IPv4 address.
2390 - SuSE fix: httpConnect() didn't allow file descriptor 0
2391 to be used for a socket.
2392 - SuSE fix: ippRead() didn't confirm that all values in
2393 a set were numeric or string types.
2394 - SuSE fix: lppasswd race condition fixes.
2395 - SuSE fix: directive names could overflow buffer when
2396 reading *.conf files.
2397 - SuSE fix: HEAD requests for PPD files did not use the
2398 same logic as GET requests.
2399 - SuSE fix: possible buffer overflow when adding
2400 /index.html to requested directory name.
2401 - SuSE fix: possible buffer overflow when converting
2402 IPP attributes to string options for filters.
2403 - SuSE fix: creating file: device output with mode 0666
2404 instead of mode 0600.
2405 - SuSE fix: creating job info files with mode 0640
2406 instead of 0600.
2407 - SuSE fix: don't rely on snprintf() for including
2408 system name in log filenames.
2409 - SuSE fix: add bounds checking when copying quoted
2410 and hex strings.
2411
2412
2413CHANGES IN CUPS V1.1.6-1
2414
2415 - Added configure check for getting the correct
2416 strftime() format string; %c is not Y2k safe,
2417 and %KC and NULL are not universally supported.
2418
2419
2420CHANGES IN CUPS V1.1.6
2421
2422 - Fixed another possible DoS attack in httpGets()
2423 - Added check for "LANGUAGE = PCL" and "LANGUAGE =
2424 POSTSCRIPT" in mime.types.
2425 - Resolution options were not being passed into the
2426 filter programs properly.
2427 - The default compiler options for GCC no longer include
2428 "-g3", which apparently is deprecated in newer
2429 versions of GCC.
2430 - CheckJobs() could cause cupsd to crash if a job is
2431 cancelled in StartJob().
2432 - The printers.conf and classes.conf files are now
2433 written with restricted permissions.
2434 - The round-robin algorithm used by FindAvailablePrinter()
2435 had problems; fixes contributed by Joel Fredrikson.
2436 - If LoadAllJobs() is unable to determine the file type
2437 of a print job, assume "application/vnd.cups-raw".
2438 - The web interface now provides a job_printer_name
2439 value for any corresponding job_printer_uri value.
2440 - The cups-lpd mini-daemon now logs the client address
2441 and hostname as well as all commands and errors in the
2442 syslog file.
2443 - The IPP backend now detects the supported file formats
2444 and only specifies the document format if it is
2445 supported. This makes IPP printing to network print
2446 servers and cards more reliable without affecting the
2447 capabilities of CUPS servers.
2448 - The time_at_xyz attributes are now converted to human-
2449 readable dates and times for the web interfaces.
2450 - The HP and EPSON sample drivers now correctly catch
2451 signals and eject the current page when a job is
2452 cancelled.
2453 - Fixed bug in CGI code - did not ignore control
2454 characters (e.g. newlines) in form data. This caused
2455 sporatic web interface problems.
2456 - The file type logging code in the scheduler referenced
2457 the optional document-format attribute; the new code
2458 uses the resolved MIME type instead.
2459 - The client.conf parsing code now removes trailing
2460 whitespace.
2461 - The MaxJobs directive was being treated as a boolean
2462 instead of an integer.
2463 - The scheduler would not timeout remote printers if
2464 BrowseInterval was set to 0.
2465 - The lpadmin command now supports setting of options
2466 and user-level access control.
2467 - Added "-E" option to all printing commands to force
2468 encryption.
2469 - The client code did not consume the response to the
2470 OPTIONS request when switching to secure mode.
2471 - The scheduler did not output a Content-Length field
2472 when responding to an OPTIONS request.
2473 - Added documentation on using cups-lpd with xinetd
2474 to the man page.
2475 - The socket backend now starts retries at 5 seconds and
2476 increases the interval to 30 seconds. This should
2477 provide faster printing when multiple jobs/files are
2478 queued for a printer.
2479 - The filters and backends no longer buffer output to
2480 stderr. This should provide much more accurate status
2481 reporting.
2482
2483
2484CHANGES IN CUPS V1.1.5-2
2485
2486 - Fixed configure check for OpenSSL to work with RSA
2487 code.
2488 - Added configure check for <sys/ioctl.h>, and use this
2489 check in backend/serial.c.
2490 - Updated configure script handling of data,
2491 configuration, and state directories to use datadir,
2492 sysconfdir, and localstatedir variables.
2493 - NetBSD uses different serial port filenames than
2494 FreeBSD and OpenBSD.
2495 - The pdftops filter didn't need some X-specific files.
2496 - The scheduler makefile doesn't do a chown anymore when
2497 installing (cupsd did this automatically on startup
2498 anyways)
2499
2500
2501CHANGES IN CUPS V1.1.5-1
2502
2503 - There was a typo in the top-level Makefile
2504 - The top-level Makefile did not install an init script
2505 for run level 5.
2506 - The configure script did not add the "crypto" library
2507 when checking for the OpenSSL library.
2508 - The OKIDATA PPD files were missing.
2509 - The config.h.in file defined the wrong version number.
2510 - The serial backend did not define "funky_hex" under *BSD.
2511 - Updated the Visual C++ project files and some of the
2512 CUPS API sources to compile under Windows again.
2513
2514
2515CHANGES IN CUPS V1.1.5
2516
2517 - Security updates - new default configuration does
2518 not broadcast printer information and only allows
2519 access from the local system.
2520 - EXPERIMENTAL encryption support - CUPS now optionally
2521 supports TLS/SSL encryption via the OpenSSL library.
2522 - Documentation updates.
2523 - Makefile/configure script updates.
2524 - The RPM spec file didn't work out-of-the-box under
2525 RedHat or Mandrake.
2526 - Minor code cleanup to remove extraneous compiler
2527 warnings.
2528 - cupsTempFile() was using %p for the temporary
2529 filename; this should have been %08x (just 8 digit
2530 hex)
2531 - Deleting a printer with active print jobs would still
2532 crash the server.
2533 - ippWrite() and ipp_write_file() didn't send the
2534 correct value length for name-with-language and
2535 text-with-language attributes.
2536 - Updated IPP code to support copied strings (that
2537 should not be freed); this provides slightly more
2538 efficient IPP server performance.
2539 - Updated PDF filter to Xpdf 0.91.
2540 - httpGets() could go into an infinite loop if a line
2541 longer than the input buffer size was sent by a
2542 client. This could be used in a Denial-of-Service
2543 attack.
2544 - The lpstat and CUPS API functions now request only the
2545 data required when getting the list of printer or
2546 class information. This should improve performance
2547 with large numbers of printers on slower machines.
2548 - The scheduler was always enforcing the FilterLimit,
2549 even if FilterLimit was set to 0.
2550 - Updated the Linux USB backend to support Mandrake's
2551 /dev/usb/usblp# filenames.
2552 - The PRINTER and LPDEST environment variables did not
2553 override the lpoptions default printer.
2554 - The PPD read functions incorrectly included trailing
2555 characters (usually whitespace) after quoted string
2556 attributes.
2557 - The multiple-document-handling attribute handling code
2558 did not check for the correct value for collated
2559 copies (separate-documents-uncollated-copies).
2560 - The EPSON driver did not work with OKIDATA printers in
2561 EPSON emulation mode (needed change-emulation command)
2562 - The HP-GL/2 filter did not scale the plot properly in
2563 scale mode 2.
2564 - Added PPD files for 9-pin and 24-pin OKIDATA printers.
2565 - The httpSeparate() function didn't handle passwords
2566 that started with a number.
2567 - ippDelete() could free the character set string
2568 multiple times in name-with-language and
2569 text-with-language attributes.
2570 - The scheduler would access freed memory right after
2571 freeing it (for debug messages); these parts of the
2572 code have been reordered to avoid this situation
2573 which was causing sporatic errors and crashes.
2574 - The ppdClose() function didn't free all of the strings
2575 in the ppd_file_t structure.
2576 - The LoadAllJobs() function in the scheduler did not
2577 close the spool directory.
2578 - Changed all sprintf's that use string formats to
2579 snprintf's, even if the destination buffer is
2580 larger than the source string(s); this protects
2581 against buffer overflows caused outside of CUPS...
2582 - Changed all strcpy's to strncpy's between local and
2583 global variables, even if the destination buffer is
2584 larger than the source string; this protects
2585 against buffer overflows caused outside of CUPS...
2586 - The CUPS certificate functions didn't use the
2587 CUPS_SERVERROOT environment variable when set.
2588 - The directory services code was copying instead of
2589 comparing the remote printer info, resulting in
2590 unnecessary updates of the printer attributes for
2591 remote printers.
2592 - Added new mime.types rules to allow automatic raw
2593 printing of PCL and ESC/P files; PJL headers are
2594 parsed to differentiate between PostScript and
2595 PCL job files. This should eliminate a lot of
2596 the reports of SAMBA printing problems due to
2597 the missing "-oraw" or "-l" options.
2598 - The mimeLoadType() function didn't handle the
2599 3-argument contains() function.
2600 - The LoadPPDs() function in the scheduler didn't
2601 properly set the alloc_ppds variable or handle a PPD
2602 database containing 0 printers.
2603 - The scheduler FindAvailablePrinter() function didn't
2604 use the same queuing logic as the CheckJobs()
2605 function. This caused classes to stall if a remote
2606 printer was always busy.
2607 - Jobs are now assigned to printers in a class
2608 round-robin style. This should prevent the first
2609 server in the class from bearing the brunt of the
2610 jobs.
2611 - The scheduler's LoadAllJobs() function didn't always
2612 restore remote printers for queued jobs on startup.
2613 - The serial backend didn't support the higher baud
2614 rates with the old termios interface. It now supports
2615 57600 and 115200 baud.
2616 - The serial backend now supports different types of
2617 flow control; previously it ignored the flow=XYZ
2618 option in the device URI.
2619 - The serial backend now supports DTR/DSR flow control,
2620 which is popular on dot-matrix printers (access with
2621 "flow=dtrdsr" in the device URI)
2622 - Added new job-originating-host-name attribute for
2623 jobs. The new attribute provides the hostname or
2624 IP address of the machine that submitted the job.
2625 - The set-job-attributes code no longer allows read-only
2626 job attributes to be changed.
2627 - Expanded the click area for the navigation bar in the
2628 web interface.
2629 - Updated the lp and cancel commands to support all of
2630 the Solaris print options (some are simply ignored
2631 since they do not map)
2632 - Updated the scheduler to limit the number of file
2633 descriptors to the maximum select() set size. This
2634 was causing problems on Solaris systems where the
2635 max FD count was increased beyond 1024.
2636 - The scheduler's LoadDevices() function was getting
2637 interrupted by the SIGCHLD signal handler; now ignore
2638 child signals while loading devices.
2639 - Added quota and allow/deny user support for printers
2640 and classes.
2641 - Removed black/CMY adjustment code from the PS and
2642 image file RIPs; it was interfering with some CUPS
2643 driver dithering code.
2644 - The lpc program stopped listing the queue statuses
2645 after the first active printer.
2646 - The cups-lpd program used an output format that the
2647 Solaris printing system did not understand.
2648 - Updated the lpq program to use the Solaris format
2649 except under Tru64 UNIX.
2650 - Some DEC PPD files incorrectly use "Off" for the null
2651 value in UI constraints. Added "Off" to the list of
2652 accepted null values.
2653 - Changed the *BSD define constants to __*BSD__ in all
2654 of the backends.
2655 - Added support for "lpstat printername", which is an
2656 undocumented feature in Solaris.
2657 - The HP-GL/2 filter now only sets the plot size if it
2658 is set in the plot file.
2659 - The lpmove command wasn't sending the requesting
2660 user name, causing it to always fail.
2661 - Updated the cupsTempFile() code to use GetTempPath()
2662 under Windows.
2663 - The cups-lpd mini-daemon didn't limit the number of
2664 data files accepted, didn't use cupsTempFile(),
2665 didn't handle control file job information in any
2666 order, and didn't free job options after printing
2667 a file.
2668 - The scheduler copy_banner() function did not
2669 explicitly set the owner and permissions of the banner
2670 files, which could prevent the banner pages from
2671 printing on some systems.
2672 - The lpstat program wasn't listing remote classes.
2673 - The scheduler did not verify that the printer-uri
2674 attribute was specified in all requests that required
2675 it.
2676
2677
2678CHANGES IN CUPS v1.1.4
2679
2680 - Makefile and configure script fixes.
2681 - **** Changed the default Printcap setting **** to
2682 /etc/printcap. There are just too many people asking
2683 why application XYZ doesn't see their printers!
2684 - The web admin interface now displays an error if it
2685 can't get the list of printer drivers from cupsd.
2686 - The IPP backend was putting the copies option before
2687 the other job options were set. This caused the IPP
2688 request to contain attribute groups in the wrong
2689 order, which prevented remote printing.
2690 - Added checks in scheduler to free memory used for
2691 IPP requests and language information when closing
2692 a client connection.
2693 - Fixed the duplex option in the HP LaserJet driver. It
2694 should now work with all LaserJet printers (and
2695 compatibles)
2696 - The add-printer web interface didn't initialize the
2697 "old info" data pointer, which caused random crashes
2698 on many OS's.
2699 - Fixed many page sizes defined in the Level 1
2700 compatibility file "gs_statd.ps" to match reality.
2701 - Fixed another bug in the setpagedevice "code" in
2702 Ghostscript. It should now accept all standard
2703 Adobe attributes on all platforms.
2704 - Fixed pstoraster so that it reallocates memory for
2705 color depth changes as well as size/resolution
2706 changes. This removes an ordering constraint on
2707 the color, page size, and resolution options in
2708 PPD files.
2709 - The IPP backend didn't use the job's character set
2710 when the destination printer supported it. This
2711 caused problems when printing text files to other
2712 CUPS servers.
2713 - Updated the logic used to determine when to rebuild
2714 the PPD file database. The scheduler now checks the
2715 dates and the number of PPD files (was just checking
2716 the dates.)
2717 - Updated the ippSetCGIVars() function (used by the
2718 web interfaces) to only filter valid string values.
2719 - The PostScript filter was scaling 2-up pages
2720 incorrectly. This caused the edges of some pages to
2721 be clipped.
2722
2723
2724CHANGES IN CUPS v1.1.3
2725
2726 - Makefile fixes.
2727 - RPM spec file changes.
2728 - Documentation updates.
2729 - Enabled pstoraster debug messages for everything
2730 (only logged when LogLevel set to "debug"...)
2731 - Changed the Input/OutputAttributes fix in
2732 pstoraster so that it works on all platforms.
2733 - The HP-GL/2 filter didn't set the right green
2734 color value in encoded polylines or text.
2735 - Updated the "fitplot" code to handle plot sizes
2736 specified as "PSwidth,length" and "PSlength,width".
2737 - Updated the Linux parallel and USB backends to open
2738 the device files prior to looking in /proc for
2739 autoprobe info. This makes sure that loadable device
2740 driver modules are in fact loaded...
2741 - Added new FilterLimit directive to limit the number
2742 of processing jobs/filters on a system.
2743 - set-job-attributes didn't change the job-state to
2744 held/pending when the job-hold-until attribute was
2745 specified.
2746 - set-job-attributes didn't save the new job attributes.
2747 - Now change the "requesting-user-name" attribute in
2748 requests from remote systems to "remroot" when an
2749 unauthenticated "root" user is sent. This can be
2750 changed using the new RemoteRoot directive in
2751 cupsd.conf.
2752 - The cancel-job, hold-job, release-job, and restart-job
2753 operations didn't log the authenticated username.
2754 - The cups-lpd mini-daemon now checks for a
2755 document-format option before forcing raw mode with
2756 filter mode 'l'.
2757 - The cups-lpd mini-daemon now supports "-o" options
2758 on the command-line (passed by inetd) to set global
2759 defaults for all print queues.
2760 - The pstops filter assumed that a file with a Trailer
2761 comment would also have an EOF comment.
2762 - Added new cupsSetPasswordCB(), cupsSetServer(),
2763 cupsSetUser(), and ippSetPort() functions to better
2764 support client applications (especially GUIs...)
2765 - The CUPS-add-class and CUPS-add-printer operations
2766 didn't reset the printer-name attribute on remote
2767 print queues that had to be renamed when a local
2768 printer was defined with the same name.
2769 - The lpoptions command now supports a "-r" option to
2770 remove options for a printer or instance.
2771 - The lpadmin and admin.cgi programs no longer allow
2772 class and printer names to begin with a number; this
2773 caused the command-line utilities to become confused.
2774 - The Linux USB backend now looks for both the parallel
2775 and usblp driver names in the device list.
2776 - Added a new FontPath directive to cupsd.conf, and also
2777 a "--with-fontpath" option for the configure script to
2778 specify alternate font paths for pstoraster.
2779 - The CUPS-move-job operation didn't update the
2780 job-printer-uri attribute.
2781 - The scheduler only looked up printers and classes by
2782 name in IPP requests, instead of using the full URI.
2783 This caused problems with KUPS and friends with
2784 remote printers.
2785 - The scheduler now handles better localization of
2786 hostnames (e.g. server is host.foo.com, remote is
2787 host.subfoo.foo.com, localized is not host.subfoo...)
2788 - The scheduler logging functions now use a common
2789 log file checking/rotation function (courtesy of
2790 Crutcher Dunnavant at Red Hat)
2791 - The scheduler could accept more client connections
2792 than it allocated for if more than one Port or Listen
2793 line was present in cupsd.conf.
2794 - Other minor scheduler performance tweeks.
2795 - The lpq and lprm commands didn't support the default
2796 printer set using lpoptions.
2797 - The lpoptions command now supports a "-l" option to
2798 list the printer-specific options and their current
2799 settings.
2800 - The web printer and class lists now show a link to the
2801 default printer or class at the top of the page.
2802 - The text filter now supports pretty printing of shell
2803 and perl scripts as well as C/C++ source files.
2804 - The top and bottom margins were reversed for landscape
2805 text printing.
2806 - The lpq and lprm commands didn't understand printer
2807 instances.
2808 - The scheduler only selected on the first 100 file
2809 descriptors instead of the maximum file descriptor
2810 limit.
2811 - The scheduler client, listener, and mainline functions
2812 now share code to disable and enable monitoring for
2813 new client connections.
2814 - The imagetoraster filter didn't support all of the
2815 required pagedevice parameters.
2816 - The serial backend now checks for 100 serial ports
2817 under Linux.
2818 - The scheduler used sscanf() to pull out the remote
2819 printer location, description, and make/model strings,
2820 but if any of these options was empty then sscanf()
2821 would stop processing.
2822 - Added "debug2" log level to provide a little less
2823 verbose debugging information at the "debug" level.
2824 - The scheduler would crash if you stopped a printer
2825 that was currently printing a job.
2826 - The scheduler incorrectly allowed jobs in the cancelled,
2827 aborted, or completed state to be cancelled.
2828 - The image filters did not load TIFF images properly
2829 for bottom-to-top and right-to-left orientations.
2830 - Added new cupsEncodeOptions() function to encode
2831 CUPS options as IPP job attributes.
2832 - The IPP backend, LPD mini-daemon, client commands,
2833 and CUPS API did not properly encode multiple
2834 option values separated by commas.
2835 - Added new scheduler malloc logging in debug mode
2836 (provides summary of total arena size, allocated,
2837 and free bytes once a minute)
2838 - The EPM-based distributions didn't install the
2839 correct symlinks for a few man pages.
2840 - Fixed a memory leak in the scheduler - wasn't
2841 freeing old filters when deleting or renaming
2842 printers.
2843 - The scheduler now queries the primary IP address
2844 for the name of the server and maps any incoming
2845 requests from that address to the server name.
2846 This fixes web admin mapping problems from
2847 server.domain.com to localhost.
2848 - The web printer modify interface now remembers
2849 the previous device and driver settings (except
2850 for serial ports.)
2851 - The job-k-octets attribute is now stored as part of
2852 the job attributes; this preserves the information
2853 after a job is completed when job file history is
2854 turned off.
2855 - Dropped option sub-group parsing code for the moment,
2856 since many Xerox PPD files abuse this feature in PPD
2857 files and don't follow the hierarchy rules.
2858 - Added new wrapper code around options so that duplex
2859 options for some HP printers don't prevent prints.
2860 - Added support for Digital UNIX/Tru64 UNIX/OSF/1 format
2861 for "lpstat -v" output.
2862 - Now show the URI for remote printers instead of
2863 /dev/null in "lpstat -v" output.
2864 - Creating classes and adding printers to a class with
2865 the lpadmin command didn't work.
2866 - The banner pages and test page should now format
2867 correctly in both portrait and landscape orientations.
2868 - Updated banner page substitution so that { can appear
2869 by itself without quoting.
2870
2871
2872CHANGES IN CUPS v1.1.2
2873
2874 - Makefile/configure fixes
2875 - RPM spec file and EPM list file fixes
2876 - The cupsTempFile() function now uses a different
2877 algorithm for generating temp files and "reserves"
2878 them to avoid possible security exploitation.
2879 - Now use /dev/random (if available) to seed the random
2880 number generator for certificates.
2881 - The /var/spool/cups and /var/spool/cups/tmp directories
2882 were incorrectly owned by root; they are now owned by
2883 the filter user, typically "lp".
2884 - The scheduler now resets the permissions on the spool
2885 and temp directories as needed to match the filter
2886 user.
2887 - Now expose ppdCollect() as an externally callable
2888 function.
2889 - The image filters now support filtering from the
2890 standard input.
2891 - The imagetoraster filter now collects all printer
2892 options and job patch files and applies them to the
2893 page header as needed.
2894 - Added format and banner options to LPD backend.
2895 - The send-document operation didn't start a job
2896 immediately when last-document was true.
2897 - The set-job-attributes operation didn't correctly
2898 replace the current job-hold-until value.
2899 - Removed the option wrapper code from ppdEmit() and
2900 friends since it caused problems with Ghostscript
2901 and many PS printers.
2902 - Was setting TZ environment variable twice for job
2903 filters.
2904 - Added syslog logging in cups-lpd to aide in
2905 debugging problems.
2906 - The HP-UX parallel port backend did not list the
2907 available parallel ports on some systems (printf
2908 calling problem...)
2909 - The lp and lpr commands overrode user options if
2910 -d/-P were specified after -o.
2911 - The scheduler would crash with a */* filter.
2912 - Added support for a "default" filter for unknown file
2913 types. The example provided in the mime.types and
2914 mime.convs file prints unknown files as if "-oraw" was
2915 specified for the job. This functionality is disabled
2916 by default.
2917 - The "compatibility" mode fix for older backends did not
2918 work for smbspool. Added a workaround for it.
2919 - The HP-GL/2 filter didn't perform the right pen scaling
2920 with some files and the "fitplot" option.
2921 - New Software Performance Specification document that
2922 describes the memory, disk, and CPU usage of all the
2923 CUPS software.
2924
2925
2926CHANGES IN CUPS v1.1.1
2927
2928 - The pstoraster Makefile still referenced one of the
2929 old PDF filter files.
2930 - The filter Makefile used INSTALL_DATA instead of
2931 INSTALL_LIB to install the CUPS image library.
2932 - The administration CGI didn't work properly with
2933 network devices.
2934 - The BrowseACL variable was not updated after the
2935 cupsd.conf file was loaded.
2936 - The lpd mini-daemon didn't support printer instances.
2937 - Now use a default umask of 077 for child processes.
2938 - Now put temp files in /var/spool/cups/tmp for child
2939 processes and the root user, unless TMPDIR or TempDir
2940 is defined otherwise.
2941 - cupsGetPPD() no longer uses easy-to-guess filenames.
2942 - The CUPS-Delete-Class and CUPS-Delete-Printer
2943 operations now save classes.conf file as needed.
2944 - The lppasswd command wouldn't add a user.
2945 - The ppdOpen() function could cause a segfault if a
2946 0-length PPD file was read.
2947 - The image filters were not handling images with
2948 different X and Y resolutions properly.
2949 - The imagetoraster filter defaulted to RGB output
2950 instead of black output like pstoraster.
2951 - The pstops filter didn't handle binary data properly.
2952 - The pstops filter didn't handle copies properly for
2953 PS files lacking DSC comments.
2954 - The pstops filter now appends %%EOF to the end of
2955 documents if they don't have it.
2956 - The cupsGetPPD() function didn't work with remote
2957 printers lacking the @server in the name.
2958 - The configure script didn't work right when only
2959 --prefix was specified.
2960 - The ppdEmit() code now wraps all printer commands so
2961 that buggy PostScript printers will still print a file
2962 after receiving an option that isn't available.
2963 - Fixed the DeskJet margin bug, and disabled 600dpi
2964 color mode until it can be fixed.
2965 - The cupsAddDest() function didn't sort instances
2966 correctly in all cases.
2967 - The time-at-xyz attributes now expand to the date and
2968 time in banner files.
2969
2970
2971CHANGES IN CUPS v1.1
2972
2973 - Documentation updates.
2974 - Configuration script updates.
2975 - Didn't map charset and language value strings to lowercase
2976 and _ to - as required by SLP and IPP.
2977 - ppdLoadXYZ() didn't add the list of available fonts to the
2978 ppd_file_t structure.
2979 - The text filter common code was freeing the PPD file data
2980 before it was used.
2981 - The text filter now embeds missing fonts.
2982 - The CGI interface now maps local access to the server to
2983 the localhost address.
2984 - The HP-GL/2 filter didn't use the specified (or default)
2985 color ranges, resulting in strange colors.
2986 - The HP-GL/2 filter didn't default to no input window, which
2987 caused unnecessary clipping of plots.
2988 - Integrated Xpdf's pdftops filter into CUPS, which is a
2989 lightweight and reliable replacement for Ghostscript's
2990 PDF support.
2991 - Removed all PDF support from Ghostscript.
2992 - Updated HP driver to set top margin; this seems to fix
2993 the offset problem seen on HP DeskJet printers.
2994 - Fixed dependencies on the ZLIB and JPEG libraries in
2995 pstoraster.
2996 - The lpr command wasn't using the lpoptions defined by
2997 the user.
2998 - The lpr command would segfault if the CUPS server was
2999 not running.
3000 - The top-level makefile was not installing the CUPS
3001 initialization script. It now does so if it sees there
3002 is an init.d directory in /sbin, /etc/rc.d, or /etc.
3003 - "lpstat -v all" didn't work.
3004 - pstoraster would crash on some platforms doing the
3005 setpagedevice operator.
3006 - The web administration interface now allows you to set
3007 the default banner pages.
3008 - Images can now be positioned on the page using the new
3009 "position" option.
3010 - The AccessLog, ErrorLog, and PageLog directives now
3011 support "%s" to insert the server name.
3012 - Added a new BrowseShortNames directive to allow for
3013 short remote printer names ("printer" instead of
3014 "printer@server") when possible.
3015 - The scheduler could crash if given an invalid PPD file
3016 with no PageSize attributes.
3017 - Updated the serial, parallel, and usb backends to do
3018 multiple writes and ignore ioctl() errors as needed;
3019 this should fix problems with serial printing on old
3020 serial drivers and with the UltraSPARC parallel port
3021 driver under Solaris 2.7.
3022 - Now propagate LD_LIBRARY_PATH to child processes from
3023 cupsd.
3024 - New DataDir directive for installing in alternate
3025 locations.
3026 - New CUPS_SERVERROOT and CUPS_DATADIR environment
3027 variables to specify installation directories as
3028 needed.
3029 - Queued remote jobs recreate remote printers as needed
3030 when the scheduler is started.
3031 - Deleting a printer also purges all jobs on that
3032 printer.
3033 - Old job and control files that don't belong to a
3034 printer are automatically deleted.
3035 - Wasn't updating time-at-processing and
3036 time-at-completed attributes in job.
3037 - Didn't send required multiple-operation-time-out
3038 attribute in response to a get-printer-attributes
3039 request.
3040 - cups-lpd now supports options set with lpoptions.
3041 - The job-hold-until attribute is now provided with all
3042 jobs. For jobs that are not currently held the value
3043 is "no-hold".
3044 - The scheduler was not sending "unknown" values in IPP
3045 responses.
3046 - The lpoptions command now accumulates options from
3047 previous runs rather than replacing all options for a
3048 printer.
3049 - The IPP backend now switches to IPP/1.0 if a 1.1
3050 request fails.
3051 - The lpadmin and admin.cgi programs now validate new
3052 printer and class names.
3053 - The access_log file now includes the number of IPP bytes
3054 received in a POST request.
3055
3056
3057CHANGES IN CUPS v1.1b5
3058
3059 - Documentation updates.
3060 - The pstoraster filter didn't compile without the JPEG library.
3061 - The cupsd server didn't support the HTTP OPTIONS request
3062 method.
3063 - Dropped the "CLOSE" method supported by the cupsd server.
3064 (not defined in HTTP specification)
3065 - Makefile/configure script fixes.
3066 - Missing the job-restart template.
3067 - Added IPP test suite for testing.
3068 - Missing IPP documentation from binary distributions.
3069 - Fixed multiple-document handling code when last-document
3070 not specified.
3071 - Added more checks to IPP requests to prevent bad requests
3072 from getting through.
3073 - Not all of the Ghostscript error output was being sent to
3074 stderr.
3075 - The PostScript filter now added PJL commands to set the
3076 job name and display string, if supported.
3077 - The scheduler would crash if the browse socket could not
3078 be bound. Now disables browsing if port 631 (reserved for
3079 IPP) is being used by a misbehaving daemon.
3080 - The USB backend now looks for the older Linux 2.2.x USB
3081 printer device filenames as well as the newer ones.
3082 - The IPP backend now uses the UTF-8 charset exclusively,
3083 since apparently only CUPS handles more than US-ASCII and
3084 UTF-8...
3085 - Wasn't quoting ( in PostScript banners...
3086 - Send-document requests with no document-format attribute
3087 could cause cupsd to crash.
3088 - Old jobs in the spool directory might cause cupsd to
3089 crash.
3090 - CUPS now supports all of the recommended job-hold-until
3091 keywords as well as name values of the form "HH:MM" and
3092 "HH:MM:SS".
3093 - Added placeholder pointer for TLS encryption to the HTTP
3094 connection structure.
3095 - Fixed the "fast poll" bug reported by DISA - the
3096 status pipe wasn't being closed for multi-file jobs.
3097 - Revamped put_params code in pstoraster to fix bitmap
3098 allocation bug with FrameMaker output.
3099 - Ripped out filename, etc. code from pstoraster as it
3100 is a potential security hole.
3101 - Added support for RIP_CACHE environment variable in the
3102 new pstoraster.
3103 - Fixed USB device filenames for Linux; now support new
3104 pre-2.4 devices (/dev/usb/lp#) and 2.2 devices
3105 (/dev/usblp#)
3106 - Fixed accept-jobs crash with classes.
3107 - Didn't include dot-matrix EPSON drivers in previous
3108 release.
3109
3110
3111CHANGES IN CUPS v1.1b4
3112
3113 - Documentation updates.
3114 - Many makefile and configuration script fixes (should
3115 now compile better under *BSD.)
3116 - The MediaPosition attribute was being mishandled by
3117 GhostScript, causing the RIP to fail whenever a paper
3118 tray was selected.
3119 - The scheduler now logs the final line of log information
3120 from a filter, even if it doesn't end with a newline; this
3121 primarily affects GhostScript error output.
3122 - The scheduler was saving implicit classes, so after a few
3123 restarts you'll end up with AnyPrinter, AnyAnyPrinter, etc.
3124 - The JPEG autodetection didn't work with some JPEG files that
3125 came from digital cameras (JPEG but not JFIF); the new
3126 magic types should work with all images that the JPEG library
3127 can handle.
3128 - Fixed a bug in the new contains() MIME type rule that could
3129 cause cupsd to crash.
3130 - Switched to using strtol() in the MIME type code so that you
3131 can use hex, octal, or decimal constants as desired in the
3132 mime.types file.
3133 - Banner files are now treated as templates, allowing any type
3134 of file to be used as a banner.
3135 - Added a 30-second timeout to backend device reports so that a
3136 hung backend will not prevent the scheduler from starting.
3137 - Backends are once again terminated when jobs are stopped; the
3138 CUPS-supplied backends will stay alive until the downstream
3139 filters have had a chance to clear out old page data.
3140 - The charset lookup in the CUPS localization support was wrong
3141 (iso8859-x instead of iso-8859-x)
3142 - Changed the "cpNNNN" code page files to "windows-NNNN" to match
3143 the IANA registrations.
3144 - New PostScript banner pages.
3145 - Added Windows BMP and Alias PIX image file support to the image
3146 filter.
3147 - The PNG reading coded didn't free all of its buffers.
3148 - Added Digest authentication support to the client and server
3149 code.
3150 - Added Solaris options to System V commands.
3151 - Now support the output-bin job template attribute.
3152 - Now log the job-billing attribute in the page_log file, and
3153 keep track of the total number of pages in the
3154 job-media-sheets-completed attribute.
3155 - The penwidth option is now in micrometers to support more
3156 accurate width specification.
3157 - The image filters now support interlaced and transparent PNG
3158 files.
3159 - Didn't handle Keep-Alive for HTTP/1.0 clients.
3160 - The BrowsePoll support didn't handle when BrowseInterval
3161 was set to 0 (now uses 30 seconds if BrowseInterval is 0)
3162 - The DeskJet driver now supports 600 DPI color for printers
3163 that support it.
3164 - New lpinfo and lpmove commands.
3165 - The lpq command now supports the Digital UNIX output format.
3166 - The LPD mini-daemon now supports all required LPD operations.
3167 - Implemented timeouts for multi-file documents.
3168 - New cupsPrintFiles() function in the CUPS API library to
3169 print multiple files using create-job and send-document
3170 requests (1 job ID for multiple files)
3171 - The lp command now sends multiple files as a single job,
3172 matching the behavior of the System V command.
3173 - The "cancel -a" command now purges job history files.
3174
3175
3176CHANGES IN CUPS v1.1b3
3177
3178 - Documentation updates.
3179 - The startup script redirected stderr before stdout,
3180 which caused problems with some versions of Bourne
3181 shell and Bash.
3182 - Fixed a bug in the scheduler's PPD language reading
3183 code.
3184 - Fixed a bug in the scheduler's check for the
3185 manufacturer in the PPD.
3186 - The pstoraster filter didn't allow some input and
3187 output attributes to be set.
3188 - Added banner page support.
3189 - Added missing PAM configuration file.
3190 - Configuration script fixes for Linux and *BSD.
3191 - The log file code was using the wrong sign for the
3192 timezone offset.
3193 - The default printcap file is now empty (no printcap
3194 file is generated).
3195 - The scheduler did not start jobs destined for remote
3196 printers when they became available.
3197 - The scheduler now sends jobs to remote printers
3198 immediately. (when sending jobs to a class, the remote
3199 printer is only used when it becomes available)
3200 - The scheduler now supports printing of banner pages
3201 via the job-sheets attribute (banner files go in
3202 /usr/share/cups/banners)
3203 - The cupsd process now forks itself into the background
3204 (override with -f)
3205 - Added several *BSD enhancements.
3206 - Added UNSUPPORTED libtool option to configuration
3207 script to allow the use of libtool. Note that this is
3208 UNSUPPORTED by us, but added by request of the *BSD
3209 folks.
3210 - The parallel, serial, and usb backends now retry the
3211 opening of their ports. This allows multiple print
3212 queues to be associated with a single physical port,
3213 and will allow CUPS to support several types of
3214 parallel port auto-switches in the near future.
3215 - Set-Job-Attributes now supports adding, changing, and
3216 deleting job template attributes, and no longer allows
3217 job-printer-uri to be set (see CUPS-Move-Job)
3218 - Added CUPS-Move-Job operation to support moving of jobs.
3219 - The CGI template functionality now supports multiple
3220 languages (still only have templates for English)
3221 - The CUPS-Get-Printers and CUPS-Get-Classes operations
3222 now support filtering as defined in the IDD.
3223 - The Get-Jobs, CUPS-Get-Printers, and CUPS-Get-Classes
3224 operations no longer limit themselves to 1000 jobs,
3225 printers, or classes (believe it or not, this is
3226 needed for some sites)
3227 - The web interfaces now support language-specific
3228 templates.
3229 - The web admin interface now supports class management.
3230 - The web admin interface now shows a list of
3231 manufacturers before selecting the PPD/driver for a
3232 specific printer.
3233 - The web admin interface now supports configuration of
3234 the default printer options in the PPD file.
3235 - The web interface now uses printer/class
3236 authentication for the test page instead of admin
3237 authentication.
3238 - Updated the RPM spec file for the current release.
3239 - Updated language support for Windows code pages.
3240 - 8-bit character set files can now use multiple fonts
3241 (needed for Arabic, Greek, Hebrew, etc.)
3242 - Added basic right-to-left text support in the text
3243 filter.
3244 - The POSIX locale now uses ISO-8859-1 instead of
3245 US-ASCII.
3246 - Fixed PDF printing problems.
3247 - Fixed PostScript RIP page device dictionary elements
3248 that weren't getting passed in cups_get_params().
3249 - Added a new "contains" rule for the magic file typing.
3250 - The "printable" rule now accepts characters from 128 to 255
3251 (needed for Microsoft character sets)
3252 - Added support for ~/.cupsrc as well as /etc/cups/client.conf
3253 so that the default server can be configured on a per-user
3254 basis without environment variables.
3255 - Added LPD mini-daemon to support incoming LPD jobs.
3256
3257
3258CHANGES IN CUPS v1.1b2
3259
3260 - Documentation updates.
3261 - The lp command didn't always load the user-defined
3262 destinations, preventing it from seeing the default
3263 printer.
3264 - Many configure script and makefile fixes.
3265 - The Microsoft code page files were missing from the
3266 distribution.
3267 - Added a workaround for the HP IPP client (which is sending
3268 an invalid printer-uri in requests)
3269 - Fixed the encoding of text-with-language and name-with-language
3270 to match the IPP spec.
3271 - Added support for unknown value tags in the IPP routines
3272 (previously they would be ignored)
3273 - Integrated GNU GhostScript 5.50 into the pstoraster filter.
3274 - Client hostname resolution was broken on little-endian
3275 machines.
3276 - Now look at client.conf file for client's default server
3277 and printer.
3278 - The cupsServer() function did not close the client.conf file
3279 if it contained a ServerName directive.
3280 - Added BrowseAllow, BrowseDeny, BrowseOrder, BrowsePoll, and
3281 BrowseRelay directives.
3282 - BrowseInterval 0 disables advertising of local printers, but
3283 still receives information on remote printers.
3284 - New browse polling daemon (for polling servers on different
3285 networks)
3286 - New PPD cache file for faster startup times with large numbers
3287 of PPD files.
3288 - The Host: field was incorrectly required for HTTP/1.0 clients.
3289 - New set-job-attributes operation now supported.
3290 - The mime_load_types() and mime_load_convs() functions did not
3291 close their input files.
3292
3293
3294CHANGES IN CUPS v1.1b1
3295
3296 - NEW web-based administration interface.
3297 - NEW EPSON printer drivers.
3298 - NEW user-defined printers and options.
3299 - NEW persistent jobs and job history
3300 - NEW IPP/1.1 support
3301 - NEW template-based web interfaces.
3302 - NEW CUPS-get-devices and CUPS-get-ppds operations.
3303 - NEW support for create-job and send-file operations.
3304 - NEW certificate-based authentication for local
3305 administration.
3306 - NEW USB backend.
3307 - The lpr command now produces human-readable error messages.
3308 - The lpq command now produces BSD standard format output
3309 instead of OSF/1 output. This should resolve the SAMBA
3310 print queue problems that have been reported.
3311 - The IPP backend did not always detect when the "raw" option
3312 was being used.
3313 - The "lpstat -p" command would stop after the first active
3314 printer.
3315 - The "lpstat -v" command would stop before the first remote
3316 printer.