From: Antoine Jacquet Date: Mon, 2 Feb 2015 18:27:58 +0000 (+0100) Subject: version 0.42 X-Git-Tag: v0.42 X-Git-Url: http://royale.zerezo.com/git/?p=FAPG;a=commitdiff_plain;h=refs%2Ftags%2Fv0.42;ds=sidebyside version 0.42 --- diff --git a/ChangeLog b/ChangeLog index bd77b25..d72db84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 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 diff --git a/configure b/configure index e8f4978..3e719cc 100755 --- a/configure +++ b/configure @@ -2060,7 +2060,7 @@ fi # Define the identity of the package. PACKAGE=fapg - VERSION=0.41 + VERSION=0.42 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index 9a7348c..a9f8f0e 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.41) +AM_INIT_AUTOMAKE(fapg, 0.42) AC_PROG_INSTALL AC_PROG_CC