]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES-1.3.txt
c9786957306915b50ff3d13bc3716795b392988d
[thirdparty/cups.git] / CHANGES-1.3.txt
1 CHANGES-1.3.txt
2 ---------------
3
4 CHANGES IN CUPS V1.3.10
5
6 - SECURITY: The PNG image reading code did not validate the
7 image size properly, leading to a potential buffer overflow
8 (STR #2974)
9
10
11 CHANGES IN CUPS V1.3.9
12
13 - SECURITY: The HP-GL/2 filter did not range check pen numbers
14 (STR #2911)
15 - SECURITY: The SGI image file reader did not range check
16 16-bit run lengths (STR #2918)
17 - SECURITY: The text filter did not range check cpi, lpi, or
18 column values (STR #2919)
19 - Documentation updates (STR #2904, STR #2944)
20 - The French web admin page was never updated (STR #2963)
21 - The IPP backend did not retry print jobs when the printer
22 reported itself as busy or unavailable (STR #2951)
23 - The "Set Allowed Users" web interface did not handle trailing
24 whitespace correctly (STR #2956)
25 - The PostScript filter did not work with Adobe applications
26 using custom page sizes (STR #2968)
27 - The Mac OS X USB backend did not work with some printers
28 that reported a bad 1284 device ID.
29 - The scheduler incorrectly resolved the client connection
30 address when HostNameLookups was set to Off (STR #2946)
31 - The IPP backend incorrectly stopped the local queue if
32 the remote server reported the "paused" state.
33 - The cupsGetDests() function did not catch all types of
34 request errors.
35 - The scheduler did not always log "job queued" messages
36 (STR #2943)
37 - The scheduler did not support destination filtering using
38 the printer-location attribute properly (STR #2945)
39 - The scheduler did not send the server-started,
40 server-restarted, or server-stopped events (STR #2927)
41 - The scheduler no longer enforces configuration file
42 permissions on symlinked files (STR #2937)
43 - CUPS now reinitializes the DNS resolver on failures
44 (STR #2920)
45 - The CUPS desktop menu item was broken (STR #2924)
46 - The PPD parser was too strict about missing keyword
47 values in "relaxed" mode.
48 - The PostScript filter incorrectly mirrored landscape
49 documents.
50 - The scheduler did not correctly update the
51 auth-info-required value(s) if the AuthType was Default.
52 - The scheduler required Kerberos authentication for
53 all operations on remote Kerberized printers instead
54 of just for the operations that needed it.
55 - The socket backend could wait indefinitely for back-
56 channel data with some devices.
57 - PJL panel messages were not reset correctly on older
58 printers (STR #2909)
59 - cupsfilter used the wrong default path (STR #2908)
60 - Fixed address matching for "BrowseAddress @IF(name)"
61 (STR #2910)
62 - Fixed compiles on AIX.
63 - Firefox 3 did not work with the CUPS web interface in SSL
64 mode (STR #2892)
65 - Custom options with multiple parameters were not emitted
66 correctly.
67 - Refined the cupstestppd utility.
68 - ppdEmit*() did not support custom JCL options (STR #2889)
69 - The cupstestppd utility incorrectly reported missing
70 "en" base translations (STR #2887)
71
72
73 CHANGES IN CUPS V1.3.8
74
75 - Documentation updates (STR #2785, STR #2861, STR #2862)
76 - The scheduler did not add the ending job sheet when the
77 job was released.
78 - The IPP backend did not relay marker-* attributes.
79 - The CUPS GNOME/KDE menu item was not localized for
80 Chinese (STR #2880)
81 - The CUPS GNOME/KDE menu item was not localized for
82 Japanese (STR #2876)
83 - The cupstestppd utility reported mixed line endings for
84 Mac OS and Windows PPD files (STR #2874)
85 - The pdftops filter did not print landscape orientation PDF
86 pages correctly on all printers (STR #2850)
87 - The scheduler did not handle expiring of implicit classes
88 or their members properly, leading to a configuration where
89 one of the members would have a short name (STR #2766)
90 - The scheduler and cupstestppd utilities did not support
91 cupsFilter and cupsPreFilter programs with spaces in their
92 names (STR #2866)
93 - Removed unused variables and assignments found by the
94 LLVM "clang" tool.
95 - Added NULL checks recommended by the LLVM "clang" tool.
96 - The scheduler would crash if you started a printer that
97 pointed to a backend that did not exist (STR #2865)
98 - The ppdLocalize functions incorrectly mapped all generic
99 locales to country-specific locales.
100 - The cups-driverd program did not support Simplified Chinese
101 or Traditional Chinese language version strings (STR #2851)
102 - Added an Indonesian translation (STR #2792)
103 - Fixed a timing issue in the backends that could cause data
104 corruption with the CUPS_SC_CMD_DRAIN_OUTPUT side-channel
105 command (STR #2858)
106 - The scheduler did not support "HostNameLookups" with all of
107 the boolean names (STR #2861)
108 - Fixed a compile problem with glibc 2.8 (STR #2860)
109 - The scheduler incorrectly filtered out queues with ACLs and
110 authentication.
111 - The PostScript filter did not support %%IncludeFeature lines
112 in the page setup section of each page (STR #2831)
113 - The scheduler did not generate printer-state events when the
114 default printer was changed (STR #2764)
115 - cupstestppd incorrectly reported a warning about the PPD format
116 version in some locales (STR #2854)
117 - cupsGetPPD() and friends incorrectly returned a PPD file for
118 a class with no printers.
119 - The member-uris values for local printers in a class returned
120 by the scheduler did not reflect the connected hostname or
121 port.
122 - The CUPS PHP extension was not thread-safe (STR #2828)
123 - The scheduler incorrectly added the document-format-default
124 attribute to the list of "common" printer attributes, which
125 over time would slow down the printing system (STR #2755,
126 STR #2836)
127 - The cups-deviced and cups-driverd helper programs did not set
128 the CFProcessPath environment variable on Mac OS X (STR #2837)
129 - "lpstat -p" could report the wrong job as printing (STR #2845)
130 - The scheduler would crash when some cupsd.conf directives
131 were missing values (STR #2849)
132 - The web interface "move jobs" operation redirected users to
133 the wrong URL (STR #2815)
134 - The Polish web interface translation contained errors
135 (STR #2815)
136 - The scheduler did not report PostScript printer PPDs with
137 filters as PostScript devices.
138 - The scheduler did not set the job document-format attribute
139 for jobs submitted using Create-Job and Send-Document.
140 - cupsFileTell() did not work for log files opened in append
141 mode (STR #2810)
142 - The scheduler did not set QUERY_STRING all of the time
143 for CGI scripts (STR #2781, STR #2816)
144 - The scheduler now returns an error for bad job-sheets
145 values (STR #2775)
146 - Authenticated remote printing did not work over domain
147 sockets (STR #2750)
148 - The scheduler incorrectly logged errors for print filters
149 when a job was canceled (STR #2806, #2808)
150 - The scheduler no longer allows multiple RSS subscriptions
151 with the same URI (STR #2789)
152 - The scheduler now supports Kerberized printing with
153 multiple server names (STR #2783)
154 - "Satisfy any" did not work in IPP policies (STR #2782)
155 - The CUPS imaging library would crash with very large
156 images - more than 16Mx16M pixels (STR #2805)
157 - The PNG image loading code would crash with large images
158 (STR #2790)
159 - The scheduler did not limit the total number of filters.
160 - The scheduler now ensures that the RSS directory has
161 the correct permissions.
162 - The RSS notifier did not quote the feed URL in the RSS
163 file it created (STR #2801)
164 - The web interface allowed the creation and cancellation
165 of RSS subscriptions without a username (STR #2774)
166 - Increased the default MaxCopies value on Mac OS X to
167 9999 to match the limit imposed by the print dialog.
168 - The scheduler did not reject requests with an empty
169 Content-Length field (STR #2787)
170 - The scheduler did not log the current date and time and
171 did not escape special characters in request URIs when
172 logging bad requests to the access_log file (STR #2788)
173
174
175 CHANGES IN CUPS V1.3.7
176
177 - CVE-2008-0047: cgiCompileSearch buffer overflow (STR #2729)
178 - CVE-2008-1373: CUPS GIF image filter overflow (STR #2765)
179 - Updated the "make check" tests to do a more thorough
180 automated test.
181 - cups-driverd complained about missing directories (STR
182 #2777)
183 - cupsaddsmb would leave the Samba username and password on
184 disk if no Windows drivers were installed (STR #2779)
185 - The Linux USB backend used 100% CPU when a printer was
186 disconnected (STR #2769)
187 - The sample raster drivers did not properly handle SIGTERM
188 (STR #2770)
189 - The scheduler sent notify_post() messages too often on
190 Mac OS X.
191 - Kerberos access to the web interface did not work
192 (STR #2748)
193 - The scheduler did not support "AuthType Default" in IPP
194 policies (STR #2749)
195 - The scheduler did not support the "HideImplicitMembers"
196 directive as documented (STR #2760)
197 - "make check" didn't return a non-zero exit code on
198 error (STR #2758)
199 - The scheduler incorrectly logged AUTH_foo environment
200 variables in debug mode (STR #2751)
201 - The image filters inverted PBM files (STR #2746)
202 - cupsctl would crash if the scheduler was not running
203 (STR #2741)
204 - The scheduler could crash when printing using a port
205 monitor (STR #2742)
206 - The scheduler would crash if PAM was broken (STR #2734)
207 - The image filters did not work with some CMYK JPEG files
208 produced by Adobe applications (STR #2727)
209 - The Mac OS X USB backend did not work with printers that
210 did not report a make or model.
211 - The job-sheets option was not encoded properly (STR #2715)
212 - The scheduler incorrectly complained about missing LSB
213 PPD directories.
214
215
216 CHANGES IN CUPS V1.3.6
217
218 - Documentation updates (STR #2646, STR #2647, STR #2649)
219 - Fixed a problem with the web interface "Use Kerberos
220 Authentication" check box (STR #2703)
221 - The scheduler unconditionally overwrote the printer-state-
222 message with "process-name failed" when a filter or backend
223 failed, preventing a useful error message from being shown
224 to the user.
225 - Policies on CUPS-Move-Job didn't work as expected (STR
226 #2699)
227 - The configure script only supported D-BUS on Linux
228 (STR #2702)
229 - The scheduler did not support </LimitExcept> (STR #2701)
230 - The scheduler did not reset the job-hold-until attribute
231 after a job's hold time was reached.
232 - The scheduler did not support printer supply attributes
233 (STR #1307)
234 - The Kerberos credentials provided by some Windows KDCs
235 were still too large - now use a dynamic buffer to
236 support credentials up to 64k in size (STR #2695)
237 - Printing a test page from the web interface incorrectly
238 defaulted to the "guest" user (STR #2688)
239 - The cupsEncodeOptions2() function did not parse multiple-
240 value attribute values properly (STR #2690)
241 - The scheduler incorrectly sent printer-stopped events for
242 status updates from the print filters (STR #2680)
243 - The IPP backend could crash when handling printer errors
244 (STR #2667)
245 - Multi-file jobs did not print to remote CUPS servers
246 (STR #2673)
247 - The scheduler did not provide the Apple language ID to
248 job filters.
249 - Kerberos authentication did not work with the web
250 interface (STR #2606, STR #2669)
251 - The requesing-user-name-allowed and -denied functionality
252 did not work for Kerberos-authenticated usernames (STR
253 #2670)
254 - CUPS didn't compile on HP-UX 11i (STR #2679)
255 - cupsEncodeOptions2() did not handle option values like
256 "What's up, doc?" properly.
257 - Added lots of memory allocation checks (Fortify)
258 - The scheduler would crash if it was unable to add a job
259 file (Fortify)
260 - ppdOpen*() did not check all memory allocations (Coverity)
261 - ippReadIO() did not check all memory allocations (Coverity)
262 - The PostScript filter did not detect read errors (Coverity)
263 - The scheduler did not check for a missing job-sheets-completed
264 attribute when sending an event notification (Coverity)
265 - "Set Printer Options" might not work with raw queues (Coverity)
266 - cupsRasterInterpretPPD() could crash on certain PostScript
267 errors (Coverity)
268 - The USB backend did not check for back-channel support
269 properly on all systems (Coverity)
270 - Fixed memory leaks in the GIF and PNM image loading code
271 (Coverity)
272 - Removed some dead code in the CUPS API and scheduler (Coverity)
273 - Fixed two overflow bugs in the HP-GL/2 filter (Coverity)
274 - Fixed another ASN1 string parsing bug (STR #2665)
275 - The RSS notifier directory was not installed with the
276 correct permissions.
277 - The standard CUPS backends could use 100% CPU while waiting
278 for print data (STR #2664)
279 - Filename-based MIME rules did not work (STR #2659)
280 - The cups-polld program did not exit if the scheduler crashed
281 (STR #2640)
282 - The scheduler would crash if you tried to set the port-monitor
283 on a raw queue (STR #2639)
284 - The scheduler could crash if a polled remote printer was
285 converted to a class (STR #2656)
286 - The web interface and cupsctl did not correctly reflect
287 the "allow printing from the Internet" state (STR #2650)
288 - The scheduler incorrectly treated MIME types as case-
289 sensitive (STR #2657)
290 - The Java support classes did not send UTF-8 strings to
291 the scheduler (STR #2651)
292 - The CGI code did not handle interrupted POST requests
293 properly (STR #2652)
294 - The PostScript filter incorrectly handled number-up when
295 the number of pages was evenly divisible by the number-up
296 value.
297 - The PDF filter incorrectly filtered pages when page-ranges
298 and number-up were both specified (STR #2643)
299 - The IPP backend did not handle printing of pictwps files
300 to a non-Mac CUPS server properly.
301 - The scheduler did not detect network interface changes
302 on operating systems other than Mac OS X (STR #2631)
303 - The scheduler now logs the UNIX error message when it
304 is unable to create a request file such as a print job.
305 - Added support for --enable-pie on Mac OS X.
306
307
308 CHANGES IN CUPS V1.3.5
309
310 - The SNMP backend did not check for negative string
311 lengths (STR #2589)
312 - The scheduler incorrectly removed auth-info attributes,
313 potentially leading to a loss of all options for a job.
314 - The scheduler stopped sending CUPS browse packets on a
315 restart when using fixed addresses (STR #2618)
316 - Fixed PDF filter security issues (CVE-2007-4352
317 CVE-2007-5392 CVE-2007-5393)
318 - Changing settings would always change the DefaultAuthType
319 and Allow lines (STR #2580)
320 - The scheduler would crash when submitting an undefined
321 format file from Samba with LogLevel debug2 (STR #2600)
322 - The scheduler did not use poll() when epoll() was not
323 supported by the running kernel (STR #2582)
324 - Fixed a compile problem with Heimdal Kerberos (STR #2592)
325 - The USB backend now retries connections to a printer
326 indefinitely rather than stopping the queue.
327 - Printers with untranslated JCL options were not exported
328 to Samba correctly (STR #2570)
329 - The USB backend did not work with some Minolta USB
330 printers (STR #2604)
331 - The strcasecmp() emulation code did not compile (STR
332 #2612)
333 - The scheduler would crash if a job was sent to an empty
334 class (STR #2605)
335 - The lpc command did not work in non-UTF-8 locales (STR
336 #2595)
337 - Subscriptions for printer-stopped events also received
338 other state changes (STR #2572)
339 - cupstestppd incorrectly reported translation errors for
340 the "en" locale.
341 - ppdOpen() did not handle custom options properly when the
342 Custom attribute appeared before the OpenUI for that
343 option.
344 - The scheduler could crash when deleting a printer or
345 listing old jobs.
346 - The Mac OS X USB backend did not allow for requeuing of
347 jobs submitted to a class.
348 - lpmove didn't accept a job ID by itself.
349 - The scheduler incorrectly removed job history information
350 for remote print jobs.
351 - The scheduler incorrectly sent the
352 "com.apple.printerListChanged" message for printer state
353 changes.
354 - The PostScript filter drew the page borders (when enabled)
355 outside the imageable area.
356 - The LPD and IPP backends did not default to the correct
357 port numbers when using alternate scheme names.
358 - The scheduler incorrectly deleted hardwired remote
359 printers on system sleep.
360 - The scheduler would abort if a bad browse protocol name
361 was listed in the cupsd.conf file.
362 - The online cupsd.conf help file incorrectly showed
363 "dns-sd" instead of "dnssd" for Bonjour sharing.
364 - The scheduler could crash changing the port-monitor value.
365 - The scheduler generated CoreFoundation errors when run as
366 a background process.
367 - When printing with number-up > 1, it was possible to get
368 an extra blank page.
369
370
371 CHANGES IN CUPS V1.3.4
372
373 - Documentation updates (STR #2560, STR #2563, STR #2569)
374 - CUPS now maps the "nb" locale to "no" on all platforms
375 (STR #2575)
376 - CUPS did not work with a Windows 2003 R2 KDC (STR #2568)
377 - ippReadIO() could read past the end of a buffer (STR
378 #2561)
379 - The scheduler would crash on shutdown if it was unable
380 to create a Kerberos context.
381 - Multiple AuthTypes in cupsd.conf did not work (STR
382 #2545)
383 - The snmp.conf file referenced the wrong man page (STR
384 #2564)
385 - The cupsaddsmb program didn't handle domain sockets
386 properly (STR #2556)
387 - The scheduler now validates device URIs when adding
388 printers.
389 - Updated httpSeparateURI() to support hostnames with
390 the backslash character.
391 - Updated the Japanese localization (STR #2546)
392 - The parallel backend now gets the current IEEE-1284
393 device ID string on Linux (STR #2553)
394 - The IPP backend now checks the job status at
395 variable intervals (from 1 to 10 seconds) instead
396 of every 10 seconds for faster remote printing
397 (STR #2548)
398 - "lpr -p" and "lpr -l" did not work (STR #2544)
399 - Compilation failed when a previous version of CUPS
400 was installed and was included in the SSL include
401 path (STR #2538)
402 - The scheduler did not reject requests with charsets
403 other than US-ASCII or UTF-8, and the CUPS API
404 incorrectly passed the locale charset to the scheduler
405 instead of UTF-8 (STR #2537)
406 - cups-deviced did not filter out duplicate devices.
407 - The AppleTalk backend incorrectly added a scheme
408 listing when AppleTalk was disabled or no printers
409 were found.
410 - The PostScript filter generated N^2 copies when the
411 printer supported collated copies and user requested
412 reverse-order output.
413 - The scheduler did not reprint all of the files in a
414 job that was held.
415 - The scheduler did not update the printcap file after
416 removing stale remote queues.
417 - The cupsd.conf man page incorrectly referenced
418 "AuthType Kerberos" instead of "AuthType Negotiate".
419
420
421 CHANGES IN CUPS V1.3.3
422
423 - The scheduler did not use the attributes-natural-language
424 attribute when passing the LANG environment variable to
425 cups-deviced or cups-driverd.
426 - The scheduler did not use the printer-op-policy when
427 modifying classes or printers (STR #2525)
428 - The auth-info-required attribute was not always updated
429 for remote queues that required authentication.
430 - The German web interface localization contained errors
431 (STR #2523)
432 - The Swedish localization contained errors (STR #2522)
433
434
435 CHANGES IN CUPS V1.3.2
436
437 - The 1.3.1 release was incorrectly created from the
438 1.4.x source tree (STR #2519)
439 - Added support for 32/64-bit libraries on HP-UX
440 (STR #2520)
441 - The scheduler incorrectly used portrait as the default
442 orientation (STR #2513)
443 - The scheduler no longer writes the printcap file for
444 every remote printer update (STR #2512)
445 - Remote raw printing with multiple copies did not work
446 (STR #2518)
447 - Updated the configure script to require at least autoconf
448 2.60 (STR #2515)
449 - Some gzip'd PPD files were not read in their entirety
450 (STR #2510)
451
452
453 CHANGES IN CUPS V1.3.1
454
455 - Documentation updates.
456 - The USB backend on Mac OS X could hang if the driver and
457 printer did not match.
458 - Delegated Kerberos credentials were not working.
459 - "make distclean" incorrectly removed the edit-config.tmpl
460 files (STR #2508)
461 - Fix compile problem on HP-UX (STR #2501)
462 - The cupstestppd utility now tests for resolutions greater
463 than 99999 DPI to detect a missing "x" between the X and Y
464 resolutions.
465 - Fixed many problems in the various translations and added
466 a new "checkpo" utility to validate them.
467 - The cupstestppd utility now tests the custom page size code
468 for CUPS raster drivers.
469 - cupsLangDefault() did not attempt to return a language that
470 was supported by the calling application.
471 - If a remote printer stopped while a job was being sent, the
472 local queue would also get stopped and the job re-queued,
473 resulting in duplicate prints in some cases.
474 - A few Apple-specific job options needed to be omitted when
475 printing a banner page.
476 - The new peer credential support did not compile on FreeBSD
477 (STR #2495)
478 - Direct links to help files did not set the current section
479 so the table-of-contents was not shown.
480 - The configure script did not support --localedir=foo (STR #2488)
481 - The backends were not displaying their localized messages.
482 - CUPS-Authenticate-Job did not require Kerberos authentication
483 on queues protected by Kerberos.
484 - The Zebra ZPL driver did not work with Brady label printers
485 (STR #2487)
486 - Norwegian wasn't localized on Mac OS X.
487 - getnameinfo() returns an error on some systems when DNS is
488 not available, leading to numerous problems (STR #2486)
489 - The cupsfilter command did not work properly on Mac OS X.
490 - The scheduler makefile contained a typo (STR #2483)
491 - The TBCP and BCP port monitors did not handle the trailing
492 CTRL-D in some PostScript output properly.
493 - Fixed the localization instructions and German template for
494 the "Find New Printers" button (STR #2478)
495 - The web interface did not work with the Chinese localization
496 (STR #2477)
497 - The web interface home page did not work for languages that
498 were only partially localized (STR #2472)
499 - Updated the Spanish web interface localization (STR #2473)
500 - ppdLocalize() did not work for country-specific localizations.
501
502
503 CHANGES IN CUPS V1.3.0
504
505 - The scheduler did not handle out-of-file conditions
506 gracefully when accepting new connections, leading to
507 heavy CPU usage.
508 - The scheduler did not detect ServerBin misconfigurations
509 (STR #2470)
510 - "AuthType Default" did not work as expected when the
511 "DefaultAuthType foo" line appeared after it in the
512 cupsd.conf file.
513 - The on-line help did not describe many common printing
514 options (STR #1846)
515 - The IPP backend did not return the "auth required" status
516 when printing to a Kerberos-protected queue.
517 - The scheduler was not looking in the correct directories
518 for LSB PPD files (STR #2464)
519 - Changed references to ESP Ghostscript to GPL Ghostscript
520 (STR #2463)
521 - The PostScript filter did not cleanly terminate when
522 the job was canceled or stopped.
523 - Fixed generation of Kerberos credentials for remote
524 printing. Note that this requires a recent version of
525 MIT Kerberos with a working krb5_cc_new_unique()
526 function or Heimdal Kerberos.
527 - Added Portuguese and updated Italian message catalogs.
528
529
530 CHANGES IN CUPS V1.3rc2
531
532 - Added more range checking to the pdftops filter.
533 - The scheduler would crash if a remote IPP queue was stopped
534 (STR #2460)
535 - The scheduler did not allow "DefaultAuthType None".
536
537
538 CHANGES IN CUPS V1.3rc1
539
540 - Updated the German localization (STR #2443)
541 - cupsAdminGetServerSettings() did not handle </Foo> properly.
542 - When lprm and cancel are run with no job ID, they now will
543 cancel the first stopped job if no pending or processing
544 jobs are left in the queue.
545 - The scheduler now logs successful print jobs, filter
546 failures, and the job file types at the default log
547 level (STR #2458)
548 - The scheduler now logs the usernames it is using for
549 authorization at LogLevel debug instead of debug2 (STR #2448)
550 - Added Intellitech Intellibar and Zebra CPCL PPDs to the list
551 of installed PPDs.
552 - Added 6" and 8" wide label sizes for the Zebra ZPL Label
553 Printer driver (STR #2442)
554 - The cupsaddsmb program and web interface now support
555 exporting of 64-bit Windows drivers, when available
556 (STR #2439)
557 - Moving a job that was printing did not stop the job on the
558 original printer (STR #2262)
559 - The cups-lpd mini-daemon did not work on Mac OS X server.
560 - Added httpGetAuthString() and httpSetAuthString() APIs to get
561 and set the current (cached) authorization string to use for
562 HTTP requests.
563 - Updated the default cupsd.conf policy to list the
564 "administrative" operations separately from the "printer
565 control" operations so that it is easier to define a
566 group of users that are "printer operators".
567 - The web interface now pulls the default cupsd.conf file
568 from cupsd.conf.default in the CUPS config directory.
569 - Added a help file for using Kerberos with CUPS.
570 - The scheduler now strips the "@KDC" portion of Kerberos
571 usernames since those usernames typically do not appear in
572 the group membership lists used by CUPS.
573 - cupsMarkOptions() could (incorrectly) leave multiple option
574 choices marked.
575 - Backends could (incorrectly) run as root during discovery
576 (STR #2454)
577 - Avahi is now supported for DNS-SD (Bonjour) printer sharing
578 (STR #2455)
579 - The default cupsd.conf file had typos and old operation names
580 (STR #2450)
581 - The scheduler now erases authentication cache files using the
582 7-pass US DoD algorithm.
583 - Delegated Kerberos credentials (proxy authentication) did not
584 work.
585 - The filter makefile did not optimize the libcupsimage.2.dylib
586 with a sectorder file.
587 - The IPP backend incorrectly wrote an empty printer message
588 when processing the "none" state reason.
589 - The USB backend could deadlock on Mac OS X while performing
590 a side-channel command.
591 - The scheduler did not prevent remote queues from being
592 shared/published.
593 - The scheduler did not remove the temporary request file on
594 authentication errors.
595 - ppdLocalizeIPPReason() did not handle "scheme:" schemes or
596 "file" URLs.
597 - ppdLocalizeIPPReason() was not exported on Mac OS X.
598
599
600 CHANGES IN CUPS V1.3b1
601
602 - Copyright updates - CUPS is now owned by Apple Inc.
603 - Documentation updates (STR #1775, STR #2027, STR #2130,
604 STR #2131, STR #2263, STR #2356, STR #2397)
605 - Added new cupsfilter utility (STR #1734)
606 - Added new job-printer-state-message and
607 job-printer-state-reasons attributes to jobs (STR #2418)
608 - Added LDAP+SSL support (STR #1967)
609 - CUPS now supports authentication via peer credentials
610 over domain sockets (STR #2242, STR #2277)
611 - The CUPS sample driver PPDs are now generated by the PPD
612 compiler and include all of the localized languages by
613 default (STR #2164)
614 - You can now specify "AuthType Default" in the cupsd.conf
615 file to use the default authentication defined by the
616 DefaultAuthType directive.
617 - The SNMP backend no longer adds a default Address line
618 when none is specified in the snmp.conf file; this allows
619 the backend to be easily disabled as needed (STR #2434)
620 - Added a new cupsctl command for doing basic changes to
621 the cupsd.conf file (STR #1777)
622 - Added a new ppdLocalizeIPPReason() function to get the
623 localized text/URI for a given IPP reason keyword for a
624 driver.
625 - Removed the deskjet2.ppd driver, as it only worked with
626 a very small subset of HP DeskJet printers and was
627 confusing to users. The rastertohp driver still
628 supports the deskjet2.ppd options for existing queues.
629 - The scheduler did not add a trailing banner page if a
630 client did not specify the last document in a job (STR
631 #1711)
632 - The scheduler did not report Bonjour shared printers as
633 remote printers (STR #2384)
634 - Added new -R and -W options to the cupstestppd program
635 for greater control over the testing of PPDs.
636 - Added a new cupsGetServerPPD() function for getting
637 an available PPD from the server (STR #2334)
638 - Added a new cupsDoIORequest() function for reading
639 and writing files via IPP requests (STR #2334)
640 - Added a new CUPS_GET_PPD operation for getting an
641 available PPD file on the server (STR #2334)
642 - CUPS_GET_PPDS now reports multiple ppd-product values
643 based on the PPD ModelName and Product strings (STR
644 #2334, STR #2383)
645 - CUPS_GET_PPDS now reports the PSVersion attributes
646 from a PPD file in the ppd-psversion attribute
647 (STR #2334)
648 - CUPS_GET_PPDS now reports the cupsModelNumber attribute
649 from a PPD file in the ppd-model-number attribute (STR
650 #2383)
651 - CUPS_GET_PPDS now reports a driver type string in the
652 ppd-type attribute based on the cupsFax and cupsFilter
653 attributes in a PPD file (STR #2383)
654 - Added a new printer attribute called "cups-version"
655 which reports the version of CUPS that is running
656 (STR #2240)
657 - backendRunLoop() now aborts immediately on SIGTERM
658 if no data has been written yet (STR #2103)
659 - Due to poor IPP support from the vendors, the SNMP
660 backend no longer tries IPP connections; instead,
661 it now uses a lookup file with fallback to port 9100
662 (socket://address) and 515 (lpd://address) printing
663 (STR #2035, STR #2354)
664 - The scheduler now recreates the CUPS log directory as
665 needed (STR #2353)
666 - cupsLangDefault() now maps new-style Apple locale names
667 to the traditional ll_CC form (STR #2357)
668 - Add new cupsArrayNew2() API to support hashed lookups
669 of array elements (STR #2358)
670 - ppdConflicts() optimizations (STR #2358)
671 - The cupstestppd program now tests for existing filters,
672 icons, profiles, and dialog extensions (STR #2326)
673 - The web interface no longer lists new printers on the
674 main administration page. Instead, a new "List Available
675 Printers" button is provided that shows a separate page
676 with the list of printers.
677 - The web interface now supports setting the banner and
678 policy options on raw printers and classes (STR #2238)
679 - The socket backend now reads any pending back-channel
680 data before shutting down the socket (STR #2325)
681 - Added a new ErrorPolicy directive in the cupsd.conf
682 file (STR #1871)
683 - Printers that use JCL options are now exported to Samba
684 correctly (STR #1985)
685 - The IPP backend now relays printer-state-message values
686 from the server to the client (STR #2109)
687 - Added support for the PWG printer-alert and
688 printer-alert-description attributes (STR #2088)
689 - Added support for LPD "stream" mode (STR #2036)
690 - The scheduler now reports the PostScript product string
691 from PPD files in CUPS-Get-PPDs responses (STR #1900)
692 - Raw printing with queues pointing to the file pseudo-
693 device and multiple files and/or banners now works (STR
694 #1933)
695 - Added new public cupsAdminGetServerSettings() and
696 cupsAdminSetServerSettings() APIs.
697 - Added new "makebuttons" script in the "tools" directory
698 for creating web interface buttons (STR #2231)
699 - Added support for DNS-SD (aka "Bonjour") printer sharing
700 (STR #1171)
701 - Job operations (cancel, hold, release, etc.) from the
702 web interface now return back to the original page (STR
703 #2239)
704 - The classes or printers list is now shown after a
705 successful deletion from the web interface (STR #1999)
706 - The default configuration now allows browse packets from
707 any address (STR #2008)
708 - The web interface now provides an "allow printing from the
709 Internet" check box (STR #1897)
710 - The notify-events-default and
711 notify-lease-duration-default attributes can now be set
712 (STR #1671)
713 - Server-side default options are now sent to clients when
714 the "printer-defaults" attribute group is requested (STR
715 #1923)
716 - Added support for Linux "relro" linker option (STR #1614)
717 - CUPS now validates the number-up option value (STR #1329)
718 - The on-line help now provides better search capabilities
719 (STR #1701)
720 - The web interface "Add This Printer" button now allows you
721 to change the printer name, description, and location
722 (STR #1646)
723 - Added support for Mac OS X authorization services
724 (STR #2206)
725 - Added support for driver-specific pre-filters (STR #2108)
726 - Added a new side-channel API for drivers and backends
727 for basic device control and information queries (STR
728 #1898)
729 - The scheduler now uses poll(), epoll(), or /dev/kqueue
730 instead of select() when possible (STR #1261)
731 - Added new cupsArrayGetIndex() and cupsArrayGetInsert()
732 functions to get the current index and insertion
733 positions of an array.
734 - Added a new --with-max-copies configure option (STR
735 #2090)
736 - Added new cupsRemoveDest() and cupsSetDefaultDest()
737 functions.
738 - Added support for cupsPJLCharset attribute in PPD files
739 which specifies the character set that is used in PJL
740 strings (STR #1969)
741 - Moved the definition of the (private) _http_s structure
742 to http-private.h; code that directly accesses the
743 http_t members will no longer compile!
744 - Added support for setting the document-format-default
745 attribute on a per-printer basis.
746 - Added support for IntelliBar label printers.