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