X-Git-Url: http://royale.zerezo.com/git/?p=FAPG;a=blobdiff_plain;f=CHANGELOG;h=333e53c434d027796810b21cb3c001fdb94b22bf;hp=ff594387bdd4fc0ce7cb4a1555c920783c7b5832;hb=389b0b695d6dd0e98f3ad67a47d6f6e48ed1b62e;hpb=eb987a9f4940f5143602e2ef7138550d0263ae40 diff --git a/CHANGELOG b/CHANGELOG index ff59438..333e53c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,47 @@ Change log file for FAPG +version 0.38 (2007-03-13) (by Jonny Bijlsma) + * added .txx output (to work with iRiver T-series) + +version 0.37 (2007-03-07) + * added a --stdin option to act as a filter (read filenames and directories from input) + * trim spaces in artist/title when guessing from filename + * restore --backslash option behavior + +version 0.36 (2007-01-17) (by Hank Barta) + * added .pla output (to work with Sansa e200 series player) + * fix segmentation fault with backslash option (patch by Antoine Jacquet) + +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)