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