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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1345 by iliev, Thu Sep 13 21:46:25 2007 UTC revision 1379 by schoenebeck, Thu Oct 4 12:18:16 2007 UTC
# Line 9  Version CVS HEAD (?) Line 9  Version CVS HEAD (?)
9        capable to execute our autoconf environment, thus no need anymore        capable to execute our autoconf environment, thus no need anymore
10        to maintain the compile time configuration file (osx/version.h) for        to maintain the compile time configuration file (osx/version.h) for
11        OSX manually (patch by Toshi Nagata)        OSX manually (patch by Toshi Nagata)
12        - fixed buggy boolean --enable-foo / --disable-foo configure script
13          parameters
14    
15    * general changes:    * general changes:
16      - replaced the old, confusing MIDI program change mechanism by a      - replaced the old, confusing MIDI program change mechanism by a
# Line 95  Version CVS HEAD (?) Line 97  Version CVS HEAD (?)
97        supplied to the configure script (fixes #46)        supplied to the configure script (fixes #46)
98      - disk thread: queue sizes are now proportional to CONFIG_MAX_STREAMS      - disk thread: queue sizes are now proportional to CONFIG_MAX_STREAMS
99        instead of a fix value        instead of a fix value
100        - behavior fix: on MIDI CC# 65 (portamento on / off), 126 (mono mode),
101          127 (solo mode) only kill voices if the respective mode really
102          changed
103    
104    * LSCP server:    * LSCP server:
105      - fixed compile time error for old Bison versions      - fixed compile time error for old Bison versions
# Line 108  Version CVS HEAD (?) Line 113  Version CVS HEAD (?)
113      - returns verbose syntax errors (line and column where syntax error      - returns verbose syntax errors (line and column where syntax error
114        occured, the unexpected character and the actually expected, possible        occured, the unexpected character and the actually expected, possible
115        character(s), the latter only if less than 5 possibilities)        character(s), the latter only if less than 5 possibilities)
116        - made sure that LSCP syntax is not affected by gigedit locale
117          settings
118        - bugfix regarding strings parameter lists: all comma separated lists
119          of strings were treated as being one string containing commas
120          (fixes #57)
121    
122    * Bug fixes:    * Bug fixes:
123      - fixed crash occurring on certain LSCP scripts (Bug 39)      - fixed crash occurring on certain LSCP scripts (Bug 39)

Legend:
Removed from v.1345  
changed lines
  Added in v.1379

  ViewVC Help
Powered by ViewVC