--- libgig/trunk/ChangeLog 2021/06/04 22:22:41 3914 +++ libgig/trunk/ChangeLog 2021/06/07 18:57:17 3915 @@ -14,6 +14,9 @@ - Chunk::LoadChunkData(): Fix clang sanatizer warning. - List::LoadSubChunks(): Fix potential garbage data access if reading a RIFF chunk ID failed. + - Added methods File::IsIOPerThread() and File::SetIOPerThread(bool); the + latter allows to automatically use a separate file I/O stream state for + each thread. Version 4.3.0 (9 May 2021)