Change log file for FAPG
+version 0.40 (2008-03-01)
+ * fix segfault on "fapg --help" (patch by Dwayne Litzenberger)
+
version 0.39 (2008-02-13) (by Sebastian Pipping)
* XSPF support added
* now using Autoconf/Automake
-FAPG 0.39 (Fast Audio Playlist Generator)
+FAPG 0.40 (Fast Audio Playlist Generator)
site: http://royale.zerezo.com/fapg/
mail: royale@zerezo.com
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT(fapg.c)
-AM_INIT_AUTOMAKE(fapg, 0.39)
+AM_INIT_AUTOMAKE(fapg, 0.40)
AC_PROG_INSTALL
AC_PROG_CC
{"recursive", no_argument, NULL, 'r'},
{"stdin", no_argument, NULL, 's'},
{"windows", no_argument, NULL, 'w'},
- {"exclude", required_argument, NULL, 'x'}
+ {"exclude", required_argument, NULL, 'x'},
+ {NULL, 0, NULL, 0}
};
int c;
int option_index = 0;