--- libgig/trunk/ChangeLog 2005/06/12 13:06:57 632 +++ libgig/trunk/ChangeLog 2005/07/26 11:13:53 728 @@ -1,5 +1,31 @@ +Version CVS HEAD (?) + + * packaging changes: + - require automake (>= 1.5) for 'make -f Makefile.cvs' + (mandatory for 'dist-bzip2' automake option) + + * src/gig.cpp, src/gig.h: + - support for gig v3 multi-file format (.gig, .gx01, .gx02, ...), + the extension files are read automatically when the samples are + loaded + - fixed the 24 bit decompression, the result should now be exact + instead of an approximation + - added VCFCutoffControllerInvert parameter and GetVelocityCutoff + function to DimensionRegion + + * src/DLS.cpp, src/DLS.h: + - the upper bits of the pool table indices are read (used as + extension file numbers for gig v3) + + * src/RIFF.cpp, src/RIFF.h: + - the file name is remembered in the RIFF::File object + Version 2.0.1 (12 Jun 2005) + * packaging changes: + - include debian/ directory on 'make dist' + - create a bzip2 tarball on 'make dist' + * src/gigextract.cpp: - show also version of libsndfile or build version of libaudiofile when using the -v switch