jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.3KB

  1. ---------------------------
  2. Jackdmp changes log
  3. ---------------------------
  4. 2006-09-23 Stephane Letz <letz@grame.fr>
  5. * Rename global "verbose" in "jack_verbose" to avoid symbol clash with PureData.
  6. 2006-09-20 Stephane Letz <letz@grame.fr>
  7. * On Windows, avoid to use the unsafe Kill thread method. Use thread Stop instead and have blocked IO be unlocked.
  8. * Still get RT thread termination problems, restore a version that works on OSX and Linux with conditionnal compilation for now.
  9. 2006-09-16 Stephane Letz <letz@grame.fr>
  10. * Restore behaviour of LoopBack driver, which has to be opened in any case...
  11. 2006-09-15 Stephane Letz <letz@grame.fr>
  12. * On Windows version, use signal to quit the server.
  13. 2006-09-13 Stephane Letz <letz@grame.fr>
  14. * Correct pipe destruction bug in JackWinNamedPipe class.
  15. 2006-09-11 Stephane Letz <letz@grame.fr>
  16. * Handling of LoopBack driver only when really needed.
  17. * Correct crash bug when closing clients on Windows due to multi-threading synchronization issues.
  18. 2006-09-06 Stephane Letz <letz@grame.fr>
  19. * Correct coreaudio driver (input was not working since 0.55 version).
  20. * Version for 0.58 release.
  21. 2006-09-04 Stephane Letz <letz@grame.fr>
  22. * Correct Windows VC++ projects.
  23. 2006-09-03 Stephane Letz <letz@grame.fr>
  24. * First import of version 0.58 base code