Change log file for FAPG
+version 0.42 (2015-02-02)
+ * unescaped character in man page (patch by Kumar Appaiah)
+ * security flaws in FAPG 0.41 and related patches (patch by Sebastian Pipping)
+ * increase buffer size for ID3 with images (patch by Peter Cherriman)
+ * ignore "ALBUM ARTIST" Ogg tag (patch by Patrick Smits)
+
version 0.41 (2008-03-10)
* add dummy support of WMA files
* fix file header detection
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT(fapg.c)
-AM_INIT_AUTOMAKE(fapg, 0.41)
+AM_INIT_AUTOMAKE(fapg, 0.42)
AC_PROG_INSTALL
AC_PROG_CC