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