--- libgig/trunk/ChangeLog 2007/03/12 18:16:55 1095 +++ libgig/trunk/ChangeLog 2007/03/18 07:13:06 1102 @@ -16,11 +16,21 @@ all the samples that belong to that group - fixed crash which occured on interfering File::DeleteSample() and File::GetNextSample() calls (due to iterator invalidation) + - fixed group names which were not saved + - fixed group destructor which did not remove the RIFF chunk associated + with the group + - added Instrument::MoveRegion method + - fixed constructor for Region, which did not initialize correctly + when used from Instrument::AddRegion + + * src/DLS.cpp, src/DLS.h: + - added Instrument::MoveRegion method * src/RIFF.cpp, src/RIFF.h: - fixed RIFF::Chunk destructor which did not unregister previously resized chunks, leading to a "zero size chunk" exception when File::Save() was called + - added List::MoveSubChunk method Version 3.1.0 (24 Nov 2006)