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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1233 by schoenebeck, Mon Jun 11 13:42:21 2007 UTC revision 1248 by persson, Fri Jun 22 10:10:06 2007 UTC
# Line 56  Version CVS HEAD (?) Line 56  Version CVS HEAD (?)
56      - minor fix in our automatic stack trace mechanism on crashes, the      - minor fix in our automatic stack trace mechanism on crashes, the
57        main process did not wait for the stack trace process to finish        main process did not wait for the stack trace process to finish
58        its output        its output
59        - fixed some minor memory leaks
60    
61    * MIDI driver:    * MIDI driver:
62      - dispatch bank select (MSB and LSB) messages      - dispatch bank select (MSB and LSB) messages
# Line 84  Version CVS HEAD (?) Line 85  Version CVS HEAD (?)
85      - fixed compiler error when --enable-override-filter-type was      - fixed compiler error when --enable-override-filter-type was
86        supplied to the configure script (fixes #46)        supplied to the configure script (fixes #46)
87    
88      * LSCP server:
89        - fixed compile time error for old Bison versions
90          (i.e. v1.28 found on MacOS 10.4, patch by Toshi Nagata)
91        - parser now supports extended ASCII character set
92          (up to ASCII code 255, i.e. includes now umlauts and accents)
93        - filename arguments in LSCP commands now allow to use escape
94          sequences, that is directly literal as one of: \', \", \\, \n, \r,
95          \f, \t, \v, or as octal ASCII code value like \132, or as hex ASCII
96          code value like \xf2) (fixes bug #24)
97    
98    * Bug fixes:    * Bug fixes:
99      - fixed crash occurring on certain LSCP scripts (Bug 39)      - fixed crash occurring on certain LSCP scripts (Bug 39)
100      - another thread safety fix for lscp "load engine" and "set      - another thread safety fix for lscp "load engine" and "set

Legend:
Removed from v.1233  
changed lines
  Added in v.1248

  ViewVC Help
Powered by ViewVC