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