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