cfc88f1eb61feb21a1c39632675b765408d40c4d
[FAPG] / CHANGELOG
1 Change log file for FAPG
2
3 version 0.34    (2006-01-21) (by Andreas Neuper)
4         * BUG fix: "unsigned char" (like in 0.31) to get complete output and avoid core dumps
5         * BUG fix: disabled "skip" variable to use multiple args
6         * added first attempt to generate RSS feeds (i.e. XML output)
7         * allow plain file arguments (before: only directories)
8         * raised defaults for inodes and file systems
9         * adapt man page, etc
10
11 version 0.33    (2006-01-15)
12         * code cleanup to avoid compilation warnings with gcc 4 (patch by Laurent Coustet)
13         * remove leading "./" when parsing current directory
14         * remove double "//" when parsing a directory ending with a "/" (patch by Laurent Coustet)
15
16 version 0.32    (2005-02-07)
17         * back to a basic Makefile for clean packinging purposes
18
19 version 0.31    (2005-02-05)
20         * a flag was added to avoid parsing twice the hardlinked files (patch by Andreas Neuper)
21         * Makefile was improved to easily build packages
22
23 version 0.30    (2004-10-12)
24         * selection by genre was added (thank you Andreas Neuper)
25         * MP2 files are parsed for mp3 headers (thank you Andreas Neuper)
26         * added support for Musepack files with APE tag
27
28 version 0.22    (2004-06-02)
29         * case-insensitive field names in Ogg Vorbis headers (patch by Jon Burgess)
30
31 version 0.21    (2004-05-01)
32         * manpage was added (thank you Thomas Kappler) 
33
34 version 0.2     (2004-02-14)
35         * more compatible with ID3 headers (some bug fixes)
36         * faster to parse MP3 files (nicer buffering)
37         * end of line are in DOS format when using the --windows flag (thank you Lukasz Wiechec)
38
39 version 0.1     (2003-10-05)
40         * initial release
41
42 version 0.0     (2003-10-01)
43         * beta pre-release