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