X-Git-Url: http://royale.zerezo.com/git/?p=FAPG;a=blobdiff_plain;f=CHANGELOG;h=32497e0abb01cc4583f0dab0fdfe132fef6e6adc;hp=0a4b8e55968a7295076de93d0a59d86827b34ecf;hb=refs%2Ftags%2Fv0.35;hpb=f1ebe91895265253a92612eda89900a29e8a4a01 diff --git a/CHANGELOG b/CHANGELOG index 0a4b8e5..32497e0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,42 @@ -Change log file for fapg +Change log file for FAPG + +version 0.35 (2006-02-08) (by Andreas Neuper) + * BUG fix: no more ampersand in RSS feeds are passed + * BUG fix: no more spaces or non-printables in links of RSS feeds + * BUG fix: potential access violations removed + * speed up printing by using table assignment (since predictiv) + * added hook to get additional info for RSS feeds (default is to use internal only) + * remove multiple slashes like ./// and //// as well + * clean with gnu compiler V3.3 (you might add but never remove 'unsigned'!) + * RSS feed successfully tested with iPod/iTunes and German language + +version 0.34 (2006-01-21) (by Andreas Neuper) + * BUG fix: "unsigned char" (like in 0.31) to get complete output and avoid core dumps + * BUG fix: disabled "skip" variable to use multiple args + * added first attempt to generate RSS feeds (i.e. XML output) + * allow plain file arguments (before: only directories) + * raised defaults for inodes and file systems + * adapt man page, etc + +version 0.33 (2006-01-15) + * code cleanup to avoid compilation warnings with gcc 4 (patch by Laurent Coustet) + * remove leading "./" when parsing current directory + * remove double "//" when parsing a directory ending with a "/" (patch by Laurent Coustet) + +version 0.32 (2005-02-07) + * back to a basic Makefile for clean packinging purposes + +version 0.31 (2005-02-05) + * a flag was added to avoid parsing twice the hardlinked files (patch by Andreas Neuper) + * Makefile was improved to easily build packages + +version 0.30 (2004-10-12) + * selection by genre was added (thank you Andreas Neuper) + * MP2 files are parsed for mp3 headers (thank you Andreas Neuper) + * added support for Musepack files with APE tag + +version 0.22 (2004-06-02) + * case-insensitive field names in Ogg Vorbis headers (patch by Jon Burgess) version 0.21 (2004-05-01) * manpage was added (thank you Thomas Kappler) @@ -12,4 +50,4 @@ version 0.1 (2003-10-05) * initial release version 0.0 (2003-10-01) - * beta pre-release \ No newline at end of file + * beta pre-release