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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1212 by schoenebeck, Tue May 29 23:59:36 2007 UTC revision 1295 by iliev, Mon Aug 13 20:05:56 2007 UTC
# Line 48  Version CVS HEAD (?) Line 48  Version CVS HEAD (?)
48        to spawn a matching instrument editor for the instrument on the        to spawn a matching instrument editor for the instrument on the
49        given sampler channel, the plugin path can be overridden at compile        given sampler channel, the plugin path can be overridden at compile
50        time with ./configure --enable-plugin-dir=/some/dir        time with ./configure --enable-plugin-dir=/some/dir
51        - fixed several issues in fundamental "Thread" class: set scheduling
52          policy and priority on thread level, set a minimum stack size for
53          thread (TODO: a reasonable value yet to be tested), bugfix: non-RT
54          threads simply inherited properties of starting thread instead of
55          setting their own policy and priority
56        - minor fix in our automatic stack trace mechanism on crashes, the
57          main process did not wait for the stack trace process to finish
58          its output
59        - fixed some minor memory leaks
60        - reenabled assembly features support, at the moment only for
61          enabling a fast denormal FPU mode (x86 platforms supporting SSE2)
62    
63    * MIDI driver:    * MIDI driver:
64      - dispatch bank select (MSB and LSB) messages      - dispatch bank select (MSB and LSB) messages
# Line 76  Version CVS HEAD (?) Line 87  Version CVS HEAD (?)
87      - fixed compiler error when --enable-override-filter-type was      - fixed compiler error when --enable-override-filter-type was
88        supplied to the configure script (fixes #46)        supplied to the configure script (fixes #46)
89    
90      * LSCP server:
91        - fixed compile time error for old Bison versions
92          (i.e. v1.28 found on MacOS 10.4, patch by Toshi Nagata)
93        - parser now supports extended ASCII character set
94          (up to ASCII code 255, i.e. includes now umlauts and accents)
95        - filename arguments in LSCP commands now allow to use escape
96          sequences, that is directly literal as one of: \', \", \\, \n, \r,
97          \f, \t, \v, or as octal ASCII code value like \132, or as hex ASCII
98          code value like \xf2) (fixes bug #24)
99        - returns verbose syntax errors (line and column where syntax error
100          occured, the unexpected character and the actually expected, possible
101          character(s), the latter only if less than 5 possibilities)
102    
103    * Bug fixes:    * Bug fixes:
104      - fixed crash occurring on certain LSCP scripts (Bug 39)      - fixed crash occurring on certain LSCP scripts (Bug 39)
105      - another thread safety fix for lscp "load engine" and "set      - another thread safety fix for lscp "load engine" and "set
106        channel audio output device"        channel audio output device"
107        - fixed a crash which occurs when reassigning the same engine
108          on a sampler channel with connected MIDI device
109        - fixed a crash which occurs when changing the number of ports of a MIDI
110          device connected to a sampler channel to number less then or equal
111          to the index of the port to which the sampler channel is connected.
112    
113      * test cases:
114        - updated and fixed (haven't been touched in a while)
115    
116  Version 0.4.0 (24 November 2006)  Version 0.4.0 (24 November 2006)
117    

Legend:
Removed from v.1212  
changed lines
  Added in v.1295

  ViewVC Help
Powered by ViewVC