--- libgig/trunk/ChangeLog 2007/12/05 15:01:11 1549 +++ libgig/trunk/ChangeLog 2008/03/06 20:42:22 1713 @@ -1,3 +1,17 @@ +Version CVS HEAD (?) + + * general changes: + - fixed compilation with gcc 4.3 + + * src/gig.cpp, src/gig.h: + - added partial support for MIDI rules, only the Controller + Triggered rule is supported so far + - bugfix: removed another iterator invalidation in DeleteSample + + * src/RIFF.cpp, src/RIFF.h: + - bugfix: saving to the same file after the file size had been + increased made the file corrupt (#82) + Version 3.2.1 (5 Dec 2007) * src/RIFF.cpp, src/RIFF.h: