From 3169ea63a2c647807d1f8339fdb7020d03098c13 Mon Sep 17 00:00:00 2001 From: Antoine Jacquet Date: Fri, 27 Mar 2020 18:26:48 +0100 Subject: [PATCH] version 0.43 --- ChangeLog | 4 ++++ configure | 2 +- configure.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.20.1