/[svn]/libgig/trunk/ChangeLog
ViewVC logotype

Diff of /libgig/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3913 by schoenebeck, Fri Jun 4 11:28:11 2021 UTC revision 3921 by schoenebeck, Mon Jun 14 09:28:04 2021 UTC
# Line 14  Version SVN trunk (?) Line 14  Version SVN trunk (?)
14      - Chunk::LoadChunkData(): Fix clang sanatizer warning.      - Chunk::LoadChunkData(): Fix clang sanatizer warning.
15      - List::LoadSubChunks(): Fix potential garbage data access if reading a      - List::LoadSubChunks(): Fix potential garbage data access if reading a
16        RIFF chunk ID failed.        RIFF chunk ID failed.
17        - Added methods File::IsIOPerThread() and File::SetIOPerThread(bool); the
18          latter allows to automatically use a separate file I/O stream state for
19          each thread.
20        - Added method List::GetSubChunkAt().
21        - Added method List::GetSubListAt().
22        - Marked methods List::GetFirstSubChunk(), List::GetNextSubChunk(),
23          List::GetFirstSubList() and List::GetNextSubList() as deprecated.
24        - Use GetSubListAt() instead of GetFirstSubList() / GetNextSubList() in
25          entire RIFF.cpp file.
26    
27  Version 4.3.0 (9 May 2021)  Version 4.3.0 (9 May 2021)
28    

Legend:
Removed from v.3913  
changed lines
  Added in v.3921

  ViewVC Help
Powered by ViewVC