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