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