$Id: ChangeLog 1347 2009-06-22 15:53:15Z toni $ 2009-06-22: Release 0.6.0 * Features: - Preliminary support for MPEG-2 and Layers I and II, and display of warnings were support is flakey. - Print the length in seconds in the console plot. * Bugfixes: - Fixed detection of sampling rate. Previous versions were incorrect though only for sampling rates other than 44.1kHz - Avoid looping over the file in free-form bitstreams and out-of-specs frequencies. Broken files could produce either error too. - Fixed CRC detection (it was reported reversed) * Other: - Display warnings for more types of files that will probably confuse the program. - Warn of files that might be not really mp3s - MS Windows project Visual C++ project files and configuration script 2009-04-25: Release 0.5.1 * Bugfixes: - Corrected typo in list of available plotters - Don't print the "Bitrate plot:" message with image output - Corrected mutex/condition duplication (produced assertion failures on deallocation) * Graphical plot: - Replaced label "0" with "free" - Added "k" suffix to bitrates - Switched to a smother, single hue, colour output, the older colours are available with --old-colorscheme - GD: Better alignment of labels - Magick: Correct alignment of labels; cleaner labels; font selection * Other: - Added '[options]' to usage message - Corrected configure --enable-debug - Added configure flag --enable-aggressive (aggressive optimisation for the local CPU) - Hide by default disabled/ignored command-line options with --help, added --help-full to display all 2009-04-17: Release 0.5.0 * Features: - Image output is usable (not final though), both gd and/or ImageMagick++/GraphicsMagick++ can be used. If both are compiled in, one or the other can be chosen with "-p". - Allow choosing the output file name with "-o" - Display a list of available plotters with "-p list" * Bugfixes: - Print usage information when command-line is incorrect * Documentation: - Added manpage (converted to PDF for Windows distribution) * Requirements: - Boost.Thread is a new requirement - Boost minimum version bumped to 1.34.1 (lower version of Thread to be supported). * Portability enhancements: - Windows support, can be compiled in Visual C++ 2008 - Removed unix-specific thread/process spawning code (replaced by Boost.Thread) * Packaging: - Debian: Better policy compliance - RPM: Added initial support - FreeBSD: Integrated the ports script from FreeBSD 2007-05-26: Release 0.4.0a (alpha) * Features: - Support for broken/headerless streams - Support for image output (uses GraphicsMagick++) * Portability enhancements: - Adopted the standard GNU distribution style (./configure is distributed along sources now - Initial support to build form Windows * Internal: - Cleanup of old code - Documentation of code 2007-05-20: Release 0.3.2 alpha [First public alpha] Pre-release history: 2007-05-20: * Features: Added average bitrate calculation 2007-05-20: * Features: Enabled processing of CBR files 2007-05-18 * Features: - Better handling of CBR files - Support for files without ID3v2 tags 2007-05-14 [First proof-of-concept] # vim:set ts=4 et ai: #