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