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

Diff of /libgig/trunk/ChangeLog

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

revision 3454 by persson, Sun Jan 27 10:07:48 2019 UTC revision 3468 by persson, Tue Feb 12 18:54:40 2019 UTC
# Line 20  Version SVN trunk (?) Line 20  Version SVN trunk (?)
20        regular behaviour of playing release trigger sample on MIDI note-off        regular behaviour of playing release trigger sample on MIDI note-off
21        events.        events.
22    
23      * src/DLS.cpp, src/DLS.h:
24        - File: Fixed implicitly allocated RIFF::File object never been freed.
25    
26    * src/Serialization.cpp, src/Serialization.h:    * src/Serialization.cpp, src/Serialization.h:
27      - Hide pure internal declarations from header file to avoid numerous      - Hide pure internal declarations from header file to avoid numerous
28        compiler warnings when building and linking against the public API.        compiler warnings when building and linking against the public API.
29      - Fixed comparision logic bug      - Fixed comparision logic bug
30        - Fixed memory leak in DataType::customTypeName().
31    
32    * src/RIFF.cpp, src/RIFF.h:    * src/RIFF.cpp, src/RIFF.h:
33      - Fix: Calling File::SetMode() left an undefined file handle on Windows and      - Fix: Calling File::SetMode() left an undefined file handle on Windows and
34        caused a resource leak        caused a resource leak
35        - Avoid compiler warning when building for 32 bit windows.
36    
37    * src/tools/gigdump.cpp:    * src/tools/gigdump.cpp:
38      - Added command line option --instrument-names which causes only      - Added command line option --instrument-names which causes only

Legend:
Removed from v.3454  
changed lines
  Added in v.3468

  ViewVC Help
Powered by ViewVC