version 0.43 v0.43
authorAntoine Jacquet <royale@zerezo.com>
Fri, 27 Mar 2020 17:26:48 +0000 (18:26 +0100)
committerAntoine Jacquet <royale@zerezo.com>
Fri, 27 Mar 2020 17:26:48 +0000 (18:26 +0100)
ChangeLog
configure
configure.in

index d72db84..1380eb3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Change log file for FAPG
 
 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)
 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)
index 3e719cc..8b85125 100755 (executable)
--- a/configure
+++ b/configure
@@ -2060,7 +2060,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=fapg
 
 # Define the identity of the package.
  PACKAGE=fapg
- VERSION=0.42
+ VERSION=0.43
 
 
 cat >>confdefs.h <<_ACEOF
 
 
 cat >>confdefs.h <<_ACEOF
index a9f8f0e..647de5a 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.61)
 AC_INIT(fapg.c)
 # 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
 
 AC_PROG_INSTALL
 AC_PROG_CC