--- linuxsampler/trunk/ChangeLog 2007/10/12 12:35:58 1407 +++ linuxsampler/trunk/ChangeLog 2007/11/05 13:56:26 1471 @@ -1,6 +1,22 @@ Version CVS HEAD (?) * packaging changes: + - added autoconf checks for pthread library + - added autoconf check for pthread bug found on certain NPTL-enabled + glibc versions (see Gentoo bug report #194076) + + * general changes: + - bugfix: the thread used by an editor plugin didn't die when the + editor closed + + * LSCP server: + - added support for Windows style path / filenames, however with + forward slash path separators instead of backslash + (i.e. "C:/foo/bar.gig") + +Version 0.5.0 (15 October 2007) + + * packaging changes: - config.h is not going to be installed along with liblinuxsampler's API header files anymore - only the API relevant header (and source) files will be exported to @@ -11,6 +27,12 @@ OSX manually (patch by Toshi Nagata) - fixed buggy boolean --enable-foo / --disable-foo configure script parameters + - global.h now only covers global definitions that are needed for the + C++ API header files, all implementation internal global definitions + are now in global_private.h + - atomic.h is not exposed to the C++ API anymore + - no need to include config.h anymore for using LS's API header files + - fixed warnings in API doc generation * general changes: - replaced the old, confusing MIDI program change mechanism by a @@ -69,6 +91,7 @@ enabling a fast denormal FPU mode (x86 platforms supporting SSE2) - minor assembly fix in x86 features detection (don't use the PIC register, to avoid relocations in the text segment at runtime) + - POSIX callback functions of Thread.h are hidden * MIDI driver: - dispatch bank select (MSB and LSB) messages