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