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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 3260 by schoenebeck, Wed May 31 21:07:44 2017 UTC revision 3290 by schoenebeck, Fri Jun 23 12:24:58 2017 UTC
# Line 44  Version SVN trunk (?) Line 44  Version SVN trunk (?)
44        sub threads is 16-byte aligned        sub threads is 16-byte aligned
45      - fixed numerous compiler warnings      - fixed numerous compiler warnings
46      - Fixed invalid (note-on) event ID being assigned to new Note objects.      - Fixed invalid (note-on) event ID being assigned to new Note objects.
47        - Revised fundamental C++ classes "Thread", "Mutex" and "Condition" which
48          fixes potential undefined behavior.
49    
50    * packaging changes:    * packaging changes:
51      - removed unnecessary dependency to libuuid      - removed unnecessary dependency to libuuid
# Line 203  Version SVN trunk (?) Line 205  Version SVN trunk (?)
205      - NKSP language fix: Unknown characters were not handled correctly.      - NKSP language fix: Unknown characters were not handled correctly.
206      - NKSP language: Added support for "synchronized .. end synchronized"      - NKSP language: Added support for "synchronized .. end synchronized"
207        code blocks.        code blocks.
208        - Implemented built-in script function "abort()" which allows to abort
209          another script handler by passing its callback ID.
210        - Fixed potential memory access bug and potential undefined behavior of
211          "init" event handlers.
212        - Print a time stamp along to each call of built-in function "message()".
213        - ScriptVM API: Added VMParserContext::preprocessorComments() which allows
214          to retrieve all code blocks filtered out by the preprocessor.
215    
216    * Instruments DB:    * Instruments DB:
217      - Fixed memory access bug of general DB access code which lead to      - Fixed memory access bug of general DB access code which lead to

Legend:
Removed from v.3260  
changed lines
  Added in v.3290

  ViewVC Help
Powered by ViewVC