version 0.42 v0.42
authorAntoine Jacquet <royale@zerezo.com>
Mon, 2 Feb 2015 18:27:58 +0000 (19:27 +0100)
committerAntoine Jacquet <royale@zerezo.com>
Mon, 2 Feb 2015 18:27:58 +0000 (19:27 +0100)
ChangeLog
configure
configure.in

index bd77b25..d72db84 100644 (file)
--- 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
index e8f4978..3e719cc 100755 (executable)
--- 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
index 9a7348c..a9f8f0e 100644 (file)
@@ -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