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