From: Antoine Jacquet Date: Fri, 27 Mar 2020 17:26:48 +0000 (+0100) Subject: version 0.43 X-Git-Tag: v0.43 X-Git-Url: http://royale.zerezo.com/git/?p=FAPG;a=commitdiff_plain;h=3169ea63a2c647807d1f8339fdb7020d03098c13;hp=f5b5db6cc36f84e5cd21481a6f5d6de0c17d1087 version 0.43 --- diff --git a/ChangeLog b/ChangeLog index d72db84..1380eb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 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) diff --git a/configure b/configure index 3e719cc..8b85125 100755 --- a/configure +++ b/configure @@ -2060,7 +2060,7 @@ fi # Define the identity of the package. PACKAGE=fapg - VERSION=0.42 + VERSION=0.43 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index a9f8f0e..647de5a 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # 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