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

Diff of /libgig/trunk/ChangeLog

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

revision 3961 by schoenebeck, Sat Jun 19 11:01:40 2021 UTC revision 4076 by schoenebeck, Fri Jan 26 15:59:01 2024 UTC
# Line 1  Line 1 
1  Version SVN trunk (?)  Version 4.4.0 (26 Jan 2024)
2    
3      * general changes:
4        - Add new command line tool "wav2gig".
5        - Fix build errors on Windows (patches by Ross Maxx).
6    
7    * src/gig.cpp, src/gig.h:    * src/gig.cpp, src/gig.h:
8      - Region::DeleteDimensionZone(): Fix clang sanatizer warning.      - Region::DeleteDimensionZone(): Fix clang sanatizer warning.
# Line 71  Version SVN trunk (?) Line 75  Version SVN trunk (?)
75      - Changed signature of method      - Changed signature of method
76        Instrument::SetScriptPatchVariable(int,String,String) to        Instrument::SetScriptPatchVariable(int,String,String) to
77        Instrument::SetScriptPatchVariable(size_t,String,String).        Instrument::SetScriptPatchVariable(size_t,String,String).
78        - Changed signature of method
79          Instrument::UnsetScriptPatchVariable(int,String) to
80          Instrument::UnsetScriptPatchVariable(ssize_t,String).
81        - Fixed iterator invalidation (i.e. crash) caused by adding / removing
82          samples (only triggered if now deprecated File::GetFirstSample() /
83          File::GetNextSample() methods were still used).
84        - Fixed Sample::Write() method not having updated sample's CRC (correctly)
85          if sample was previously resized.
86        - Fixed iterator invalidation (i.e. crash) caused by adding / removing /
87          moving regions (only triggered if now deprecated File::GetFirstRegion() /
88          File::GetNextRegion() methods were still used).
89        - Fixed iterator invalidation (i.e. crash) caused by adding / removing
90          instruments (only triggered if now deprecated File::GetFirstInstrument() /
91          File::GetNextInstrument() methods were still used).
92    
93    * src/SF.cpp, src/SF.h:    * src/SF.cpp, src/SF.h:
94      - File::DeleteInstrument(): Fix clang sanatizer warning.      - File::DeleteInstrument(): Fix clang sanatizer warning.
# Line 96  Version SVN trunk (?) Line 114  Version SVN trunk (?)
114      - Added method File::GetInstrument().      - Added method File::GetInstrument().
115      - Marked methods File::GetFirstInstrument() and File::GetNextInstrument()      - Marked methods File::GetFirstInstrument() and File::GetNextInstrument()
116        as deprecated.        as deprecated.
117        - Added method Instrument::CountRegions().
118        - Fixed iterator invalidation (i.e. crash) caused by adding / removing
119          samples (only triggered if now deprecated File::GetFirstSample() /
120          File::GetNextSample() methods were still used).
121        - Fixed iterator invalidation (i.e. crash) caused by adding / removing /
122          moving regions (only triggered if now deprecated File::GetFirstRegion() /
123          File::GetNextRegion() methods were still used).
124        - Fixed iterator invalidation (i.e. crash) caused by adding / removing
125          instruments (only triggered if now deprecated File::GetFirstInstrument() /
126          File::GetNextInstrument() methods were still used).
127    
128    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
129      - Chunk::LoadChunkData(): Fix clang sanatizer warning.      - Chunk::LoadChunkData(): Fix clang sanatizer warning.
# Line 511  Version 4.0.0 (14 Jul 2015) Line 539  Version 4.0.0 (14 Jul 2015)
539      - POSIX: show operating system's error reason if opening a file failed      - POSIX: show operating system's error reason if opening a file failed
540      - Added support for custom progress notification while saving to RIFF file.      - Added support for custom progress notification while saving to RIFF file.
541      - Fixed embarrassing old bug: POSIX read() errors were never detected on      - Fixed embarrassing old bug: POSIX read() errors were never detected on
542        Chunk::Read() calls due to signment incompatible variable.        Chunk::Read() calls due to signment incompatible variable.
543      - Cleanup of an old DLL binary backward compatibility hack.      - Cleanup of an old DLL binary backward compatibility hack.
544    
545    * src/gigextract.cpp:    * src/gigextract.cpp:

Legend:
Removed from v.3961  
changed lines
  Added in v.4076

  ViewVC Help
Powered by ViewVC