Change log file for FAPG
+version 0.43 (2020-03-27) (by François Revol)
+ * parse ID3v2.3 TLEN as a fallback for duration detection
+ * don't skip printing EXTINF for unknown durations
+
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)
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT(fapg.c)
-AM_INIT_AUTOMAKE(fapg, 0.42)
+AM_INIT_AUTOMAKE(fapg, 0.43)
AC_PROG_INSTALL
AC_PROG_CC