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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1407 by schoenebeck, Fri Oct 12 12:35:58 2007 UTC revision 1424 by schoenebeck, Sun Oct 14 22:00:17 2007 UTC
# Line 1  Line 1 
1  Version CVS HEAD (?)  Version 0.5.0 (15 October 2007)
2    
3    * packaging changes:    * packaging changes:
4      - config.h is not going to be installed along with liblinuxsampler's      - config.h is not going to be installed along with liblinuxsampler's
# Line 11  Version CVS HEAD (?) Line 11  Version CVS HEAD (?)
11        OSX manually (patch by Toshi Nagata)        OSX manually (patch by Toshi Nagata)
12      - fixed buggy boolean --enable-foo / --disable-foo configure script      - fixed buggy boolean --enable-foo / --disable-foo configure script
13        parameters        parameters
14        - global.h now only covers global definitions that are needed for the
15          C++ API header files, all implementation internal global definitions
16          are now in global_private.h
17        - atomic.h is not exposed to the C++ API anymore
18        - no need to include config.h anymore for using LS's API header files
19        - fixed warnings in API doc generation
20    
21    * general changes:    * general changes:
22      - replaced the old, confusing MIDI program change mechanism by a      - replaced the old, confusing MIDI program change mechanism by a
# Line 69  Version CVS HEAD (?) Line 75  Version CVS HEAD (?)
75        enabling a fast denormal FPU mode (x86 platforms supporting SSE2)        enabling a fast denormal FPU mode (x86 platforms supporting SSE2)
76      - minor assembly fix in x86 features detection (don't use the PIC      - minor assembly fix in x86 features detection (don't use the PIC
77        register, to avoid relocations in the text segment at runtime)        register, to avoid relocations in the text segment at runtime)
78        - POSIX callback functions of Thread.h are hidden
79    
80    * MIDI driver:    * MIDI driver:
81      - dispatch bank select (MSB and LSB) messages      - dispatch bank select (MSB and LSB) messages

Legend:
Removed from v.1407  
changed lines
  Added in v.1424

  ViewVC Help
Powered by ViewVC