* Sun Jul 31 2011 Michael McTernan 0.5 - Use silent rules for make. - Map DISCNUMBER to TPOS tag. - Fix st_blocks returned by stat to give correct size. This means programs such as du will report the correct (virutal) size for the .aiffs. * Thu May 19 2011 Michael McTernan 0.4 - Tests use lazy unmount for more reliablity. - Fix freeing of resources on error paths of AiffNew(). - Make fast case of 16-bit little-endian stereo data faster and more specific (check for stereo). - Pre-allocate block of memory for decoding. - Micro-optimise format translation loop. * Thu May 12 2011 Michael McTernan 0.3 - Add some more tests under make check. * Tue May 10 2011 Michael McTernan 0.2 - Allow root directory to be passed as a relative path and resolve using realpath(). - Avoid calls to FLAC__stream_decoder_seek_absolute() unless required to speed up processing a little. - Call FLAC__stream_decoder_finish() to check MD5 sum on file close. - Only cache last decode block for faster linear read performance. - Add option to disable MD5 checking for slightly faster access. - Fix seg fault on malformed -r option. - Add faster code for 16-bit/sample & little endian targets. - Fix double free on FLACs with no tags. - Add beginnings of a test suite. * Tue May 3 2011 Michael McTernan 0.1 - Initial version.