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

Diff of /libgig/trunk/ChangeLog

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

revision 3777 by schoenebeck, Sat May 23 19:55:32 2020 UTC revision 3878 by schoenebeck, Sun May 9 10:37:39 2021 UTC
# Line 1  Line 1 
1  Version SVN trunk (?)  Version 4.3.0 (9 May 2021)
2    
3    * general changes:    * general changes:
4      - Require at least a C++11 compliant compiler.      - Require at least a C++11 compliant compiler.
# Line 39  Version SVN trunk (?) Line 39  Version SVN trunk (?)
39        GetScriptPatchVariable(), SetScriptPatchVariable(),        GetScriptPatchVariable(), SetScriptPatchVariable(),
40        UnsetScriptPatchVariable(); stored persistently as new 'SCPV' RIFF chunk        UnsetScriptPatchVariable(); stored persistently as new 'SCPV' RIFF chunk
41        as child of our '3LS ' list chunk on Instrument level.        as child of our '3LS ' list chunk on Instrument level.
42        - Fixed undefined behaviour when modifying script slots on an instrument
43          that had been cloned and not been saved yet (e.g. unintended modification
44          of original instrument's script slots, and crash on Instrument destruction
45          due to double free of pScriptRefs).
46    
47    * src/Serialization.cpp, src/Serialization.h:    * src/Serialization.cpp, src/Serialization.h:
48      - Fixed broken Archive(RawData) constructor which always threw an      - Fixed broken Archive(RawData) constructor which always threw an
# Line 60  Version SVN trunk (?) Line 64  Version SVN trunk (?)
64      - Added built-in support for C++ Map<> objects (a.k.a. std::map from the      - Added built-in support for C++ Map<> objects (a.k.a. std::map from the
65        STL).        STL).
66    
67      * src/helper.h:
68        - Fix compile error with GCC 9 due to ignored result value of vasprintf()
69          function call.
70    
71    * src/tools/gigdump.cpp:    * src/tools/gigdump.cpp:
72      - Print dimension region properties LFO1WaveForm, LFO2WaveForm,      - Print dimension region properties LFO1WaveForm, LFO2WaveForm,
73        LFO3WaveForm, LFO1Phase, LFO2Phase, LFO3Phase, LFO1FlipPhase,        LFO3WaveForm, LFO1Phase, LFO2Phase, LFO3Phase, LFO1FlipPhase,

Legend:
Removed from v.3777  
changed lines
  Added in v.3878

  ViewVC Help
Powered by ViewVC