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