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