Mercurial > hg > libxtract
changeset 58:3936f8492cab
Version 0.4.0. Updated ChangeLog
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Mon, 29 Jan 2007 15:11:59 +0000 |
parents | 184798bc9660 |
children | 8fd7088c8ff6 |
files | ChangeLog configure.in |
diffstat | 2 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Jan 29 12:34:50 2007 +0000 +++ b/ChangeLog Mon Jan 29 15:11:59 2007 +0000 @@ -1,3 +1,12 @@ +2007-01-29 Jamie Bullock <jamie@postlude.co.uk> + * version 0.4.0 + * Added namespacing for macros and enumerations + * Made most macros private + * Rationalised formats for data (*data and argv) to create consistency + between functions + * Added spectral_mean() and friends + * Added feature descriptors (see libxtract.h/descriptors.c + 2006-12-15 Jamie Bullock <jamie@postlude.co.uk> * version 0.3.4 * Changed xtract_lowest_match(), to xtract_lowest(). It just returns the
--- a/configure.in Mon Jan 29 12:34:50 2007 +0000 +++ b/configure.in Mon Jan 29 15:11:59 2007 +0000 @@ -2,9 +2,9 @@ # Increment for major API changes, release status changes m4_define(libxtract_major_version, 0) # Increment for feature additions and enhancements -m4_define(libxtract_minor_version, 3) +m4_define(libxtract_minor_version, 4) # Increment for fixes -m4_define(libxtract_fix_version, 4) +m4_define(libxtract_fix_version, 0) m4_define(libxtract_version, libxtract_major_version.libxtract_minor_version.libxtract_fix_version)