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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1244 by schoenebeck, Mon Jun 18 08:47:15 2007 UTC revision 1252 by schoenebeck, Sat Jun 23 15:54:18 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 87  Version CVS HEAD (?) Line 88  Version CVS HEAD (?)
88    * LSCP server:    * LSCP server:
89      - fixed compile time error for old Bison versions      - fixed compile time error for old Bison versions
90        (i.e. v1.28 found on MacOS 10.4, patch by Toshi Nagata)        (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        - returns verbose syntax errors (line and column where syntax error
98          occured, the unexpected character and the actually expected, possible
99          character(s), the latter only if less than 5 possibilities)
100    
101    * Bug fixes:    * Bug fixes:
102      - fixed crash occurring on certain LSCP scripts (Bug 39)      - fixed crash occurring on certain LSCP scripts (Bug 39)

Legend:
Removed from v.1244  
changed lines
  Added in v.1252

  ViewVC Help
Powered by ViewVC