af891f2b31c90775bc5ae8fa650f55a1ddd34737
[FAPG] / CHANGELOG
1 Change log file for FAPG
2
3 version 0.36    (2007-01-17) (by Hank Barta)
4         * Added .pla output (to work with Sansa e200 series player)
5         * Fix segmentation fault with backslash option (patch by Antoine Jacquet)
6
7 version 0.35    (2006-02-08) (by Andreas Neuper)
8         * BUG fix: no more ampersand in RSS feeds are passed
9         * BUG fix: no more spaces or non-printables in links of RSS feeds
10         * BUG fix: potential access violations removed
11         * speed up printing by using table assignment (since predictiv)
12         * added hook to get additional info for RSS feeds (default is to use internal only)
13         * remove multiple slashes like ./// and //// as well
14         * clean with gnu compiler V3.3 (you might add but never remove 'unsigned'!)
15         * RSS feed successfully tested with iPod/iTunes and German language
16
17 version 0.34    (2006-01-21) (by Andreas Neuper)
18         * BUG fix: "unsigned char" (like in 0.31) to get complete output and avoid core dumps
19         * BUG fix: disabled "skip" variable to use multiple args
20         * added first attempt to generate RSS feeds (i.e. XML output)
21         * allow plain file arguments (before: only directories)
22         * raised defaults for inodes and file systems
23         * adapt man page, etc
24
25 version 0.33    (2006-01-15)
26         * code cleanup to avoid compilation warnings with gcc 4 (patch by Laurent Coustet)
27         * remove leading "./" when parsing current directory
28         * remove double "//" when parsing a directory ending with a "/" (patch by Laurent Coustet)
29
30 version 0.32    (2005-02-07)
31         * back to a basic Makefile for clean packinging purposes
32
33 version 0.31    (2005-02-05)
34         * a flag was added to avoid parsing twice the hardlinked files (patch by Andreas Neuper)
35         * Makefile was improved to easily build packages
36
37 version 0.30    (2004-10-12)
38         * selection by genre was added (thank you Andreas Neuper)
39         * MP2 files are parsed for mp3 headers (thank you Andreas Neuper)
40         * added support for Musepack files with APE tag
41
42 version 0.22    (2004-06-02)
43         * case-insensitive field names in Ogg Vorbis headers (patch by Jon Burgess)
44
45 version 0.21    (2004-05-01)
46         * manpage was added (thank you Thomas Kappler) 
47
48 version 0.2     (2004-02-14)
49         * more compatible with ID3 headers (some bug fixes)
50         * faster to parse MP3 files (nicer buffering)
51         * end of line are in DOS format when using the --windows flag (thank you Lukasz Wiechec)
52
53 version 0.1     (2003-10-05)
54         * initial release
55
56 version 0.0     (2003-10-01)
57         * beta pre-release