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