--- libgig/trunk/ChangeLog 2008/01/06 10:53:53 1627 +++ libgig/trunk/ChangeLog 2009/03/01 22:08:32 1851 @@ -1,8 +1,20 @@ 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 + - bugfix in Sample::LoadSampleData*(): reset sample read position to + sample start before trying to (re)load sample data from file (#82) + + * src/RIFF.cpp, src/RIFF.h: + - bugfix: saving to the same file after the file size had been + increased made the file corrupt (#82) + - bugfix: refuse Chunk::Read() in case chunk has just been added, that + is not written physically yet (#82) Version 3.2.1 (5 Dec 2007)