Browse Source

* Attempt to let client timeout option work again on realtime mode.

Signed-off-by: Robert Jonsson <rj@spamatica.se>

* Changed to let jackd quit gracefully, when e.g. usb soundcard or power
  cable is unplugged. This adds to general correctness as it passes the
  error status to the caller, which does not happen for the nframes == 0
  case without it.

  Signed-off-by: Karsten Wiese <annabellesgarden@yahoo.de>

* Version changed to 0.100.1.

  Signed-off-by: Rui Nuno Capela <rncbc@rncbc.org>


git-svn-id: svn+ssh://jackaudio.org/trunk/jack@913 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
rncbc 21 years ago
parent
commit
e300729075
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -15,7 +15,7 @@ dnl changes are made
dnl ---
JACK_MAJOR_VERSION=0
JACK_MINOR_VERSION=100
JACK_MICRO_VERSION=0
JACK_MICRO_VERSION=1

dnl ---
dnl HOWTO: updating the jack protocol version


Loading…
Cancel
Save