--------------------------- Jackdmp changes log --------------------------- 2006-11-04 Stephane Letz * Use -D to setup ADDON_DIR on OSX and Linux. 2006-10-11 Stephane Letz * Correct server SetBufferSize in case of failure. Correct PortAudio driver help. 2006-10-06 Stephane Letz * Add a new cpu testing/loading client. 2006-09-23 Stephane Letz * Rename global "verbose" in "jack_verbose" to avoid symbol clash with PureData. 2006-09-20 Stephane Letz * On Windows, avoid to use the unsafe Kill thread method. Use thread Stop instead and have blocked IO be unlocked. * Still get RT thread termination problems, restore a version that works on OSX and Linux with conditionnal compilation for now. 2006-09-16 Stephane Letz * Restore behaviour of LoopBack driver, which has to be opened in any case... 2006-09-15 Stephane Letz * On Windows version, use signal to quit the server. 2006-09-13 Stephane Letz * Correct pipe destruction bug in JackWinNamedPipe class. 2006-09-11 Stephane Letz * Handling of LoopBack driver only when really needed. * Correct crash bug when closing clients on Windows due to multi-threading synchronization issues. 2006-09-06 Stephane Letz * Correct coreaudio driver (input was not working since 0.55 version). * Version for 0.58 release. 2006-09-04 Stephane Letz * Correct Windows VC++ projects. 2006-09-03 Stephane Letz * First import of version 0.58 base code