jack1 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.

15 lines
570B

  1. 2004-09-08 Taybin Rutkin <taybin>
  2. * jackd.c: Better error reporting if/when dlopen() fails.
  3. 2003-03-05 Taybin Rutkin <taybin>
  4. * jackd.c: added version flag. -V and --version are accepted.
  5. 2003-02-21 Paul Davis <paul>
  6. * jackd.c: modified signal catching design to actually follow
  7. sigwait() specifications (ie. install handlers for all blocked
  8. signals). also removed some dead code from benchmarking/debugging.
  9. 2003-2-10 Taybin Rutkin <trutkin@physics.clarku.edu>
  10. * Initial Changelog
  11. * engine.c (handle_new_client): Returns protocol version for checking.