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