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