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.

59 lines
1.7KB

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