--- libgig/trunk/ChangeLog 2021/06/17 10:09:42 3935 +++ libgig/trunk/ChangeLog 2021/06/17 12:04:54 3939 @@ -28,6 +28,11 @@ Group::GetNextSample() in entire gig.cpp file. - Changed signature of method File::GetGroup(uint) to File::GetGroup(size_t). + - Fixed File::GetGroup(size_t) to be reentrant-safe. + - Marked methods GetFirstGroup() and GetNextGroup() as deprecated. + - Fixed GetGroup(String) to be reentrant-safe. + - Use GetGroup() instead of GetFirstGroup() / GetNextGroup() in entire + gig.cpp file. * src/SF.cpp, src/SF.h: - File::DeleteInstrument(): Fix clang sanatizer warning.