--- libgig/trunk/ChangeLog 2005/05/08 16:19:34 518 +++ libgig/trunk/ChangeLog 2005/06/15 13:57:29 652 @@ -1,6 +1,26 @@ Version CVS HEAD (?) * packaging changes: + - require automake (>= 1.5) for 'make -f Makefile.cvs' + (mandatory for 'dist-bzip2' automake option) + +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 + - fixed mutual link dependency to libsndfile / libaudiofile + + * src/gig.cpp, src/gig.h: + - added DimensionRegion::GetVelocityRelease function + +Version 2.0.0 (9 May 2005) + + * packaging changes: - fixed conditional linkage of either libsndfile or libaudiofile (if none of the two exist, configure script will abort) - man pages are now auto generated with the correct libgig version @@ -51,9 +71,8 @@ libgig version * src/gigdump.cpp: - - added output of UnityNote and FineTune - - added output of Gain and SampleStartOffset - - added output of LoopPlayCount + - added output of UnityNote, FineTune, Gain, SampleStartOffset an + LoopPlayCount - added command line switch -v to show gigdump's revision and the used libgig version