From: Hendrik te W. <he...@4d...> - 2006-01-13 08:44:19
|
All, A new version of cpfspd has been released. This is version 1.10.1 Some bugs were fixed that were not properly addressed when releasing version 1.10.0 The version can be downloaded from the sourceforge.net location: http://sourceforge.net/projects/pfspd/ Done in release 1.10.1 (dd. Jan. 10, 2006) --------------------------------------- Highlights New release to recover from bugs in 1.10.0 Bug fixes - Function p_write_header(), takes care that a newly written header has room available for auxiliary headers (even when the header supplied by the application does not request this). The calculation of the amount of records was incorrect in cases where the record length is not a power of 2. This is corrected. This bug was created with the introduction of auxiliary data. This bug caused the following error without appearent reason: Error no: 228, description: Auxiliary header exceeds maximum size - When reading from stdin using a pipe, all unused data is flushed from the pipe before the program terminates to avoid a "broken pipe" error. Previously, such error occured when an application wrote more data into the pipe then it read from the pipe. This could easily happen when writing extra components and reading only the standard components. Bye, Hendrik |