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