--- libgig/trunk/ChangeLog 2007/03/18 07:13:06 1102 +++ libgig/trunk/ChangeLog 2007/03/24 11:55:06 1116 @@ -1,4 +1,4 @@ -Version CVS HEAD (?) +Version 3.1.1 (24 Mar 2007) * packaging changes: - ported to Windows using native Windows functions for file IO @@ -22,9 +22,16 @@ - added Instrument::MoveRegion method - fixed constructor for Region, which did not initialize correctly when used from Instrument::AddRegion + - when saving, override the gig::Regions sample reference simply by + the region's first dimension region's sample (avoids an exception + when trying to save a new instrument) + - fixed AddDimension() method which did not fill out all mandatory + dimension definition fields * src/DLS.cpp, src/DLS.h: - added Instrument::MoveRegion method + - fixed software info field which was wrongly stored on instruments, + causing an exception when trying to save a new instrument * src/RIFF.cpp, src/RIFF.h: - fixed RIFF::Chunk destructor which did not unregister previously