Update default jack location on windows, per new installers
[jack2.git] / ChangeLog.rst
blob020410ff566bcd8549956e43908b605240021c91
1 ChangeLog
2 #########
4 * 1.9.14 (2019-10-28)
6   * Fix ARM build
7   * Fix mixed mode build when meta-data is enabled
8   * Fix blocking DBus device reservation, so it plays nice with others (like PipeWire)
9   * Use python3 for the waf build scripts
11 * 1.9.13 (2019-10-06)
13   * Meta-data API implementation. (and a few tools updated with support for it)
14   * Correct GPL licence to LGPL for files needed to build libjack.
15   * Remove FreeBoB backend (superseded by FFADO).
16   * define JACK_LIB_EXPORT, useful for internal clients.
17   * Mark jack_midi_reset_buffer as deprecated.
18   * Add example systemd unit file
19   * Signal to systemd when jackd is ready.
20   * Set "seq" alsa midi driver to maximum resolution possible.
21   * Fix loading internal clients from another internal client.
22   * Code cleanup and various fixes. (too many to mention here, see git log for details)
24 * 1.9.12 (2017-12-13)
26   * Fix Windows build issues.
27   * Fix build with gcc-7.
28   * Show hint when DBus device reservation fails.
29   * Add support for internal session files.
31 * 1.9.11-RC1 (2017-06-13)
33   * Various corrections in NetJack2 code. Partial buffers can now be
34     transmitted with libjacknet API.
35   * Including S24_LE/BE formats to linux ALSA driver.
36   * More robust shared memory allocator.
37   * Allow autostart of jackd on OSX where device-names can contain spaces.
38   * Correct CoreAudio devices aggregation code.
39   * Waf and wscripts improvement and update.
40   * More flexible RT priority setup on Windows.
41   * New JackProxyDriver.
42   * Various fixes in JACK MIDI code.
43   * Fix return value of SetTimebaseCallback().
44   * Correct netmanager latency reporting.
45   * Implement new jack_port_rename and JackPortRenameCallback API.
46   * For OSX El Capitan support, use of Posix semaphore and move of Frameworks
47     in /Library folder.
48   * Fix CPU hogging of the midi_thread().
49   * Release audio devices when alsa_driver_new fails.
50   * String management fix.
51   * Correct JackDriver::Open: call to fGraphManager->SetBufferSize has to use
52     current fEngineControl->fBufferSize value.
53   * Use ARM neon intrinsics for AudioBufferMixdown.
54   * Fix Netjack alignment.
55   * Various wscript improvements and cleanup.
56   * Fix initialization of several class variables.
57   * Heap-allocate client matrix in topo sort.
58   * Add a toggle command to transport utility, to allow toggling between play
59     and stop state.
60   * Avoid side effects from parsing of "version" option in jackd.
61   * Allow firewire device be selected via -d.
62   * Add ARM-NEON acceleration for all non-dithering sample conversion
63     functions.
64   * Add jack_simdtest utility.
65   * Use Linux futex as JackSynchro.
66   * Add autoclose option to jack_load.
68 * 1.9.10 (2014-07-19)
70   * More robust code in JackPortAudioDriver to handle buffer size change and
71     backend switching.
72   * Fix bus error on ARM platforms.
73   * Dynamically scan and print backend and internal names in jackd.
74   * CoreMIDI driver fixes.
75   * Rework NetJack2 code (OPUS codec on OSX, latency management, libjacknet
76     code).
77   * Correct auto-connect for audioadapter.
78   * Add IIO driver.
79   * Merge of Nedko no-self-connect branch.
80   * Fix freewheel mode.
81   * JackServer::SwitchMaster now correctly notify buffer_size and sample_rate
82     changes, cleanup/improvements in JackNetDriver.
83   * Tim Mayberry : Add support for building with mingw compiler.
84   * Merge of Kim Jeong Yeon Android branch.
85   * Partial port of metadata API.
87 * 1.9.9.5 (2012-11-26)
89   * Adrian Knoth fix in midiseq.c.
90   * Fix library symbols export issue.
91   * Cleanup drivers and internals loading code.
92   * jackctl_driver_params_parse API moved in public control.h.
93   * More general drivers/internals loading model on Windows.
94   * Factorize code the server/client request in JackRequestDecoder class.
95   * More robust server/client protocol.
96   * Implement shutdown for in server clients.
97   * Better time-out management in NetJack2.
98   * Experimental system port alias use in Windows JackRouter.
99   * Improve ShutDown in NetManager.
100   * Correct ShutDown in JackInternalClient and JackLibClient.
101   * Fix NetJack2 initialisation bug.
102   * Add EndTime function (especially for Windows).
103   * Rename JackProcessSync in JackPosixProcessSync.
104   * A bit more robust JackMessageBuffer implementation (in progress).
105   * Check server API callback from notification thread.
106   * Use a time-out in notification channel write function.
107   * Fix lock management in JackEngine.
108   * In control API, UNIX like sigset_t replaced by more abstract
109     jackctl_sigmask_t * opaque struct.
110   * Improve libjacknet master mode.
111   * Remove JACK_32_64 flag, so POST_PACKED_STRUCTURE now always used.
112     POST_PACKED_STRUCTURE used for jack_latency_range_t type.
113   * Rework JackMessageBuffer. [firewire]
115   * Introduce UpdateLatencies() in FFADO backend. [firewire]
117   * Allow FFADO backend to change the buffer size.
118   * Update waf.
119   * New jack_get_cycle_times() implementation from Fons Adriennsen.
120   * Align buffers to 32 byte boundaries to allow AVX processing.
121   * Extend jack_control to have parameter reset commands.
122   * Fix alsa driver parameter order.
123   * Control API: Enforce driver/internal parameter order.
124   * Fix in ALSA adapter.
125   * Devin Anderson patch for Jack/CoreMIDI duplicated messages.
126   * Change framework installation hierarchy for OSX Mountain Lion.
127   * Update JackCoreAudioDriver and JackCoreAudioAdapter with more recent API.
128   * jack_control: fix epr command.
129   * Add opus support to NetJack2.
130   * More robust channel mapping handling in JackCoreAudioDriver.
131   * netjack1/netone opus support.
132   * controlapi: fix double free on master switch.
133   * Use string ids in the alsa device list.
134   * netjack/opus: don't re-init en/decoders.
135   * Correct JackPortAudioDriver::Open: special case for ASIO drivers.
137 * 1.9.8 (2011-12-19)
139   * Merge newer-midi branch (Devin Anderson redesign of the MIDI drivers:
140     alsarawmidi, ffado, coremidi and winmme).
141   * Correction in jackdmp.cpp: notify_server_stop should be done after server
142     destruction.
143   * Correct driver lifetime management.
144   * Add XRun detection in PortAudio driver.
145   * CELT code for NetJack2.
146   * Merge branch switch-master-port-registration-notifications: correct driver
147     port registration.
148   * Libjacknet in progress.
149   * Correct MIDI in NetJack2.
150   * Correct OSX real-time thread setup.
151   * Correct rd_acquire in dbus code.
152   * Correct NetJack2 connection handling.
153   * SaveConnections/RestoreConnections in NetDriver and JackAudioDriver.
154   * Special version of jack_attach_shm/jack_release_shm on client side for
155     POSIX shared memory, to solve a memory leak issue.
156   * Another round of code improvements to handle completely buggy Digidesign
157     CoreAudio user-land driver.
158   * Special CATCH_CLOSE_EXCEPTION_RETURN to handle Close API calls.
159   * Add JACK_NETJACK_PORT and JACK_NETJACK_MULTICAST environment variables for
160     NetJack2. NetJack2 now only send data on network only is ports are
161     connected both sides.
162   * Fix for "starting two instances of same app in parallel does not work"
163     bug.
164   * Enable explicit channel mapping in CoreAudio driver.
165   * New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and
166     JackNetOneDriver classes.
167   * More robust code in synchronization primitives and in JackMessageBuffer.
168   * More robust Control API implementation. Add jackctl_driver_get_type in
169     Control API.
170   * Singleton behaviour for JackCoreMidiDriver and JackWinMMEDriver.
171   * John Emmas patch for DSP CPU computation.
172   * John Emmas Windows server launching patch.
173   * Fix jack_set_port_name API.
174   * Enable local access in NetJack2 code.
175   * Dynamic port management in JACK/CoreMidi bridge.
177 * 1.9.7 (2011-03-30)
179   * Sync JackAlsaDriver::alsa_driver_check_card_type with JACK1 backend.
180   * Correct JackServer::Open to avoid a race when control API is used on OSX.
181   * Improve backend error handling: fatal error returned by Read/Write now
182     cause a Process failure (so a thread exit for blocking backends).
183     Recoverable ones (XRuns..) are now treated internally in ALSA, FreeBob and
184     FFADO backends.
185   * In jackdmp.cpp, jackctl_setup_signals moved before jackctl_server_start.
186   * Correct symbols export in backends on OSX. ALSA backend: suspend/resume
187     handling.
188   * Correct dummy driver.
189   * Adrian Knoth jack_lsp patch.
190   * Remove JackPortIsActive flag.
191   * New latency API implementation.
192   * ComputeTotalLatencies now a client/server call.
193   * Add latent test client for latency API.
194   * Also print playback and capture latency in jack_lsp.
195     jack_client_has_session_callback implementation.
196   * Check requested buffer size and limit to 1..8192 - avoids weird behaviour
197     caused by jack_bufsize foobar.
198   * jack_port_type_get_buffer_size implementation.
199   * Stop using alloca and allocate buffer on the heap for alsa_io.
200   * Rename jdelay to jack_iodelay as per Fons' request.
201   * Call buffer size callback in activate (actually this is done on client side
202     in the RT thread Init method).
203   * Add jack_midi_dump client.
204   * Synchronize net JACK1 with JACK1 version.
205   * Synchronize jack_connect/jack_disconnect with JACK1 version.
206   * Correct JackNetMaster::SetBufferSize.
207   * Use jack_default_audio_sample_t instead of float consistently, fix ticket
208     #201.
209   * -X now allows to add several slave backends, add -I to load several
210     internal clients.
211   * Rework internal slave driver management, JackServerGlobals now handle same
212     parameters as jackdmp.
213   * Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest
214     API.
215   * Devin Anderson server-ctl-proposal branch merged on trunk: improved control
216     API, slave backend reworked. Implement renaming in JackDriver::Open to
217     avoid name collision (thanks Devin Anderson).
218   * Correct alsa_driver_restart (thanks Devin Anderson). Correction of
219     jack_connect/jack_disconnect: use of jack_activate and volatile keyword for
220     thread shared variable.
221   * Correction of JackNetOneDriver for latest CELT API.
222   * Synchronize JackWeakAPI.cpp with new APIs.
224 * 1.9.6 (2010-08-30)
226   * Improve JackCoreAudioDriver and JackCoreAudioAdapter : when no devices are
227     described, takes default input and output and aggregate them.
228   * Correct JackGraphManager::DeactivatePort.
229   * Correct JackMachServerChannel::Execute : keep running even in error cases.
230     Raise JACK_PROTOCOL_VERSION number.
231   * Arnold Krille firewire patch.
232   * Raise JACK_DRIVER_PARAM_STRING_MAX and JACK_PARAM_STRING_MAX to 127
233     otherwise some audio drivers cannot be loaded on OSX.
234   * Fix some file header to have library side code use LGPL.
235   * On Windows, now use TRE library for regexp (BSD license instead of GPL
236     license).
237   * ffado-portname-sync.patch from ticket #163 applied.
238   * Remove call to exit in library code.
239   * Make jack_connect/jack_disconnect wait for effective port
240     connection/disconnection.
241   * Add tests to validate intclient.h API.
242   * On Linux, inter-process synchronization primitive switched to POSIX
243     semaphore.
244   * In JackCoreAudioDriver, move code called in MeasureCallback to be called
245     once in IO thread.
246   * David Garcia Garzon netone patch.
247   * Fix from Fernando Lopez-Lezcano for compilation on fc13.
248   * Fix JackPosixSemaphore::TimedWait : same behavior as
249     JackPosixSemaphore::Wait regarding EINTR.
250   * David Garcia Garzon unused_pkt_buf_field_jack2 netone patch.
251   * Arnold Krille firewire snooping patch.
252   * Jan Engelhardt patch for get_cycles on SPARC.
253   * Adrian Knoth hurd.patch, kfreebsd-fix.patch and alpha_ia64-sigsegv.patch
254     from ticket 177.
255   * Adrian Knoth fix for linux cycle.h (ticket 188).
256   * In JackCoreAudioDriver, fix an issue when no value is given for input.
258 * 1.9.5 (2010-02-12)
260   * Dynamic choice of maximum port number.
261   * More robust sample rate change handling code in JackCoreAudioDriver.
262   * Devin Anderson patch for Jack FFADO driver issues with lost MIDI bytes
263     between periods (and more).
264   * Fix port_rename callback: now both old name and new name are given as
265     parameters.
266   * Special code in JackCoreAudio driver to handle completely buggy Digidesign
267     CoreAudio user-land driver.
268   * Ensure that client-side message buffer thread calls thread_init callback
269     if/when it is set by the client (backport of JACK1 rev 3838).
270   * Check dynamic port-max value.
271   * Fix JackCoreMidiDriver::ReadProcAux when ring buffer is full (thanks Devin
272     Anderson).
273   * Josh Green ALSA driver capture only patch.
274   * When threads are cancelled, the exception has to be rethrown.
275   * Use a QUIT notification to properly quit the server channel, the server
276     channel thread can then be 'stopped' instead of 'canceled'.
277   * Mario Lang alsa_io time calculation overflow patch. Shared memory manager
278     was calling abort in case of fatal error, now return an error in caller.
279   * Change JackEngineProfiling and JackAudioAdapterInterface gnuplot scripts
280     to output SVG instead of PDF.
282 * 1.9.4 (2009-11-19)
284   * Solaris boomer backend now working in capture or playback only mode.
285   * Add a -G parameter in CoreAudio backend (the computation value in RT
286     thread expressed as percent of period).
287   * Use SNDCTL_DSP_SYNCGROUP/SNDCTL_DSP_SYNCSTART API to synchronize input and
288     output in Solaris boomer backend.
289   * Big endian bug fix in memops.c.
290   * Fix issues in JackNetDriver::DecodeTransportData and
291     JackNetDriver::Initialize.
292   * Correct CPU timing in JackNetDriver, now take cycle begin time after Read.
293   * Simplify transport in NetJack2: master only can control transport.
294   * Change CoreAudio notification thread setup for OSX Snow Leopard.
295   * Correct server temporary mode: now set a global and quit after
296     server/client message handling is finished.
297   * Add a string parameter to server ==> client notification, add a new
298     JackInfoShutdownCallback type.
299   * CoreAudio backend now issue a JackInfoShutdownCallback when an
300     unrecoverable error is detected (sampling rate change, stream
301     configuration change).
302   * Correct jackdmp.cpp (failures case were not correct..).
303   * Improve JackCoreAudioDriver code.
304   * Raise default port number to 2048.
305   * Correct JackProcessSync::LockedTimedWait.
306   * Correct JACK_MESSAGE_SIZE value, particularly in OSX RPC code.
307   * Now start server channel thread only when backend has been started (so in
308     JackServer::Start).
309   * Should solve race conditions at start time.
310   * jack_verbose moved to JackGlobals class.
311   * Improve aggregate device management in JackCoreAudioDriver: now a
312     "private" device only and cleanup properly.
313   * Aggregate device code added to JackCoreAudioAdapter.
314   * Implement "hog mode" (exclusive access of the audio device) in
315     JackCoreAudioDriver.
316   * Fix jack_set_sample_rate_callback to have he same behavior as in JACK1.
317   * Dynamic system version detection in JackCoreAudioDriver to either create
318     public or private aggregate device.
319   * In JackCoreAudioDriver, force the SR value to the wanted one *before*
320     creating aggregate device (otherwise creation will fail).
321   * In JackCoreAudioDriver, better cleanup of AD when intermediate open
322     failure.
323   * In JackCoreAudioDriver::Start, wait for the audio driver to effectively
324     start (use the MeasureCallback).
325   * In JackCoreAudioDriver, improve management of input/output channels: -1 is
326     now used internally to indicate a wanted max value.
327   * In JackCoreAudioDriver::OpenAUHAL, correct stream format setup and
328     cleanup.
329   * Correct crash bug in JackAudioAdapterInterface when not input is used in
330     adapter (temporary fix).
331   * Sync JackCoreAudioAdapter code on JackCoreAudioDriver one.
332   * JACK_SCHED_POLICY switched to SCHED_FIFO.
333   * Now can aggregate device that are themselves AD.
334   * No reason to make jack_on_shutdown deprecated, so revert the incorrect
335     change.
336   * Thread AcquireRealTime and DropRealTime were (incorrectly) using fThread
337     field.
338   * Use pthread_self()) (or GetCurrentThread() on Windows) to get the calling
339     thread.
340   * Correctly save and restore RT mode state in freewheel mode.
341   * Correct freewheel code on client side.
342   * Fix AcquireRealTime and DropRealTime: now distinguish when called from
343     another thread (AcquireRealTime/DropRealTime) and from the thread itself
344     (AcquireSelfRealTime/DropSelfRealTime).
345   * Correct JackPosixThread::StartImp: thread priority setting now done in the
346     RT case only.
347   * Correct JackGraphManager::GetBuffer for the "client loop with one
348     connection" case: buffer must be copied.
349   * Correct JackInfoShutdownCallback prototype, two new
350     JackClientProcessFailure and JackClientZombie JackStatus code.
351   * Correct JackCoreAudio driver when empty strings are given as -C, -P or -d
352     parameter.
353   * Better memory allocation error checking on client (library) side.
354   * Better memory allocation error checking in ringbuffer.c, weak import
355     improvements.
356   * Memory allocation error checking for jack_client_new and jack_client_open
357     (server and client side).
358   * Memory allocation error checking in server for RPC.
359   * Simplify server temporary mode: now use a JackTemporaryException.
360   * Lock/Unlock shared memory segments (to test...).
361   * Sync with JACK1 : -r parameter now used for no-realtime, realtime (-R) is
362     now default, usable backend given vie platform.
363   * In JackCoreAudio driver, (possibly) clock drift compensation when needed
364     in aggregated devices.
365   * In JackCoreAudio driver, clock drift compensation in aggregated devices
366     working.
367   * In JackCoreAudio driver, clock drift compensation semantic changed a bit:
368     when on, does not activate if not needed (same clock domain).
369   * Sync JackCoreAudioAdapter code with JackCoreAudioDriver.
371 * 1.9.3 (2009-07-21)
373   * New JackBoomerDriver class for Boomer driver on Solaris.
374   * Add mixed 32/64 bits mode (off by default).
375   * Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver).
376   * In ALSA audio card reservation code, tries to open the card even if
377     reservation fails.
378   * Clock source setting on Linux.
379   * Add jackctl_server_switch_master API.
380   * Fix transport callback (timebase master, sync) issue when used after
381     jack_activate (RT thread was not running).
382   * D-Bus access for jackctl_server_add_slave/jackctl_server_remove_slave API.
383   * Cleanup "loopback" stuff in server.
384   * Torben Hohn fix for InitTime and GetMicroSeconds in JackWinTime.c.
385   * New jack_free function added in jack.h.
386   * Reworked Torben Hohn fix for server restart issue on Windows.
387   * Correct jack_set_error_function, jack_set_info_function and
388     jack_set_thread_creator functions.
389   * Correct JackFifo::TimedWait for EINTR handling.
390   * Move DBus based audio device reservation code in ALSA backend compilation.
391   * Correct JackTransportEngine::MakeAllLocating, sync callback has to be
392     called in this case also.
393   * NetJack2 code: better error checkout, method renaming.
394   * Tim Bechmann patch: hammerfall, only release monitor thread, if it has
395     been created.
396   * Tim Bechmann memops.c optimization patches.
397   * In combined --dbus and --classic compilation code, use PulseAudio
398     acquire/release code.
399   * Big rewrite of Solaris boomer driver, seems to work in duplex mode at
400     least.
401   * Loopback backend reborn as a dynamically loadable separated backend.
403 * 1.9.2 (2009-02-11)
405   * Solaris version.
406   * New "profiling" tools.
407   * Rework the mutex/signal classes.
408   * Support for BIG_ENDIAN machines in NetJack2.
409   * D-BUS based device reservation to better coexist with PulseAudio on Linux.
410   * Add auto_connect parameter in netmanager and netadapter.
411   * Use Torben Hohn PI controler code for adapters.
412   * Client incorrect re-naming fixed : now done at socket and fifo level.
413   * Virtualize and allow overriding of thread creation function, to allow Wine
414     support (from JACK1).
416 * 1.9.1 (2008-11-14)
418   * Fix jackctl_server_unload_internal.
419   * Filter SIGPIPE to avoid having client get a SIGPIPE when trying to access
420     a died server.
421   * Libjack shutdown handler does not "deactivate" (fActive = false) the
422     client anymore, so that jack_deactivate correctly does the job later on.
423   * Better isolation of server and clients system resources to allow starting
424     the server in several user account at the same time.
425   * Report ringbuffer.c fixes from JACK1.
426   * Client and library global context cleanup in case of incorrect shutdown
427     handling (that is applications not correctly closing client after server
428     has shutdown).
429   * Use JACK_DRIVER_DIR variable in internal clients loader.
430   * For ALSA driver, synchronize with latest JACK1 memops functions.
431   * Synchronize JACK2 public headers with JACK1 ones.
432   * Implement jack_client_real_time_priority and
433     jack_client_max_real_time_priority API.
434   * Use up to BUFFER_SIZE_MAX frames in midi ports, fix for ticket #117.
435   * Cleanup server starting code for clients directly linked with
436     libjackserver.so.
437   * JackMessageBuffer was using thread "Stop" scheme in destructor, now use
438     the safer thread "Kill" way.
439   * Synchronize ALSA backend code with JACK1 one.
440   * Set default mode to 'slow' in JackNetDriver and JackNetAdapter.
441   * Simplify audio packet order verification.
442   * Fix JackNetInterface::SetNetBufferSize for socket buffer size computation
443     and JackNetMasterInterface::DataRecv if synch packet is received, various
444     cleanup.
445   * Better recovery of network overload situations, now "resynchronize" by
446     skipping cycles.".
447   * Support for BIG_ENDIAN machines in NetJack2.
448   * Support for BIG_ENDIAN machines in NetJack2 for MIDI ports.
449   * Support for "-h" option in internal clients to print the parameters.
450   * In NetJack2, fix a bug when capture or playback only channels are used.
451   * Add a JACK_INTERNAL_DIR environment variable to be used for internal
452     clients.
453   * Add a resample quality parameter in audioadapter.
454   * Now correctly return an error if JackServer::SetBufferSize could not
455     change the buffer size (and was just restoring the current one).
456   * Use PRIu32 kind of macro in JackAlsaDriver again.
457   * Add a resample quality parameter in netadapter.
459 * 1.9.0 (2008-03-18)
461   * Waf based build system: Nedko Arnaudov, Grame for preliminary OSX support.
462   * Control API, dbus based server control access: Nedko Arnaudov, Grame.
463   * NetJack2 components (in progress): jack_net backend, netmanager,
464     audioadapter, netadapter : Romain Moret, Grame.
465   * Code restructuring to help port on other architectures: Michael Voigt.
466   * Code cleanup/optimization: Tim Blechmann.
467   * Improve handling of server internal clients that can now be
468     loaded/unloaded using the new server control API: Grame.
469   * A lot of bug fix and improvements.
471 * 0.72 (2008-04-10)
473 * 0.71 (2008-02-14)
475   * Add port register/unregister notification in JackAlsaDriver.
476   * Correct JACK_port_unregister in MIDI backend.
477   * Add TimeCallback in JackDebugClient class.
478   * Correct jack_get_time propotype.
479   * Correct JackSocketClientChannel::ClientClose to use ServerSyncCall instead
480     of ServerAsyncCall.
481   * Better documentation in jack.h. libjackdmp.so renamed to
482     libjackservermp.so and same for OSX framework.
483   * Define an internal jack_client_open_aux needed for library wrapper feature.
484   * Remove unneeded jack_port_connect API.
485   * Correct jack_port_get_connections function (should return NULL when no
486     connections).
487   * In thread model, execute a dummy cycle to be sure thread has the correct
488     properties (ensure thread creation is finished).
489   * Fix engine real-time notification (was broken since ??).
490   * Implements wrapper layer.
491   * Correct jack_port_get_total_latency.
492   * Correct all backend playback port latency in case of "asynchronous" mode
493     (1 buffer more).
494   * Add test for jack_cycle_wait, jack_cycle_wait and jack_set_process_thread
495     API.
496   * RT scheduling for OSX thread (when used in dummy driver).
497   * Add -L (extra output latency in aynchronous mode) in CoreAudio driver.
498   * New JackLockedEngine decorator class to serialize access from ALSA Midi
499     thread, command thread and in-server clients.
500   * Use engine in JackAlsaDriver::port_register and
501     JackAlsaDriver::port_unregister.
502   * Fix connect notification to deliver *one* notification only.
503   * Correct JackClient::Activate so that first kGraphOrderCallback can be
504     received by the client notification thread.
505   * New jack_server_control client to test notifications when linked to the
506     server library.
507   * Synchronise transport.h with latest jackd version (Video handling).
508   * Transport timebase fix.
509   * Dmitry Baikov patch for alsa_rawmidi driver.
510   * Pieter Palmers patch for FFADO driver.
511   * Add an Init method for blocking drivers to be decorated using
512     JackThreadedDriver class.
513   * Correct PortRegister, port name checking must be done on server side.
514   * Correct a missing parameter in the usage message of jack_midiseq.
515   * New SetNonBlocking method for JackSocket.
516   * Correct a dirty port array issue in JackGraphManager::GetPortsAux.
518 * 0.70 (2008-01-24)
520   * Updated API to match jack 0.109.0 version.
521   * Update in usx2y.c and JackPort.cpp to match jackd 0.109.2.
522   * Latest jack_lsp code from jack SVN.
523   * Add jack_mp_thread_wait client example.
524   * Add jack_thread_wait client example.
525   * Remove checking thread in CoreAudio driver, better device state change
526     recovery strategy: the driver is stopped and restarted.
527   * Move transport related methods from JackEngine to JackServer.
530   * Tim Blechmann sse optimization patch for JackaudioPort::MixAudioBuffer,
531     use of Apple Accelerate framework on OSX.
532   * Remove use of assert in JackFifo, JackMachSemaphore, and
533     JackPosixSemaphore: print an error instead.
534   * Correct "server_connect": close the communication channel.
535   * More robust external API.
536   * Use SetAlias for port naming.
537   * Use jackd midi port naming scheme.
538   * Notify ports unregistration in JackEngine::ClientCloseAux.
539   * Fix in JackClient::Error(): when RT thread is failing and calling
540     Shutdown, Shutdown was not desactivating the client correctly.
542 * 0.69
544   * On OSX, use CFNotificationCenterPostNotificationWithOptions with
545     kCFNotificationDeliverImmediately | kCFNotificationPostToAllSessions for
546     server ==> JackRouter plugin notification.
547   * On OSX, use jack server name in notification system.
548   * Correct fPeriodUsecs computation in JackAudioDriver::SetBufferSize and
549     JackAudioDriver::SetSampleRate.
550   * Correct JackMachNotifyChannel::ClientNotify.
551   * Correct bug in CoreAudio driver sample rate management.
552   * Add a sample_rate change listener in CoreAudio driver.
553   * Correct sample_rate management in JackCoreAudioDriver::Open.
554   * Better handling in sample_rate change listener.
555   * Pieter Palmers FFADO driver and scons based build.
556   * Pieter Palmers second new build system: scons and Makefile based build.
557   * Tim Blechmann scons patch.
558   * Change string management for proper compilation with gcc 4.2.2.
559   * JackLog cleanup.
560   * Cleanup in CoreAudio driver.
561   * Tim Blechmann patch for JackGraphManager::GetPortsAux memory leak, Tim
562     Blechmann patch for scons install.
563   * Dmitry Baikov MIDI patch: alsa_seqmidi and alsa_rammidi drivers.
564   * CoreAudio driver improvement: detect and notify abnormal situations
565     (stopped driver in case of SR change...).
567 * 0.68 (2007-10-16)
569   * Internal loadable client implementation, winpipe version added.
570   * Reorganize jack headers.
571   * Improve Linux install/remove scripts.
572   * Use LIB_DIR variable for 64 bits related compilation (drivers location).
573   * More generic Linux script.
574   * Correct jack_acquire_real_time_scheduling on OSX.
575   * Merge of Dmitry Baikov MIDI branch.
576   * Correct JackGraphManager::GetPortsAux to use port type.
577   * Remove JackEngineTiming class: code moved in JackEngineControl.
578   * Add midiseq and midisine examples.
579   * Cleanup old zombification code.
580   * Linux Makefile now install jack headers.
581   * Use of JACK_CLIENT_DEBUG environment variable to activate debug client
582     mode.
583   * Definition of JACK_LOCATION variable using -D in the Makefile.
584   * Restore jack 0.103.0 MIDI API version.
585   * Fix a bug in freewheel management in async mode: drivers now receive the
586     kStartFreewheelCallback and kStopFreewheelCallback notifications.
587   * Server and user directory related code moved in a JackTools file.
588   * Client name rewriting to remove path characters (used in fifo naming).
589   * Correct ALSA driver Attach method: internal driver may have changed the
590     buffer_size and sample_rate values.
591   * Add JackWinSemaphore class.
592   * Add an implementation for obsolete jack_internal_client_new and
593     jack_internal_client_close.
594   * Add missing jack_port_type_size.
595   * Use of JackWinSemaphore instead of JackWinEvent for inter-process
596     synchronization.
597   * Correct types.h for use with MINGW on Windows.
598   * Move OSX start/stop notification mechanism in Jackdmp.cpp.
599   * Correct CheckPort in JackAPI.cpp.
601 * 0.67 (2007-09-28)
603   * Correct jack_client_open "status" management.
604   * Rename server_name from "default" to "jackdmp_default" to avoid conflict
605     with regular jackd server.
606   * Fix a resource leak issue in JackCoreAudioDriver::Close().
607   * Better implement "jack_client_open" when linking a client with the server
608     library.
609   * Correct "jack_register_server" in shm.c.
610   * Add missing timestamps.c and timestamps.h files.
611   * Correctly export public headers in OSX frameworks.
612   * Suppress JackEngine::ClientInternalCloseIm method.
613   * Use .jackdrc file (instead of .jackdmprc).
614   * Install script now creates a link "jackd ==> jackdmp" so that automatic
615     launch can work correctly.
616   * Paul Davis patch for -r (--replace-registry) feature.
617   * Internal loadable client implementation.
618   * Fix JackEngine::Close() method.
619   * Windows JackRouter.dll version 0.17: 32 integer sample format.
621 * 0.66 (2007-09-06)
623   * Internal cleanup.
624   * Windows JackRouter.dll version 0.16: use of "jack_client_open" API to
625     allow automatic client renaming, better Windows VISTA support, new
626     JackRouter.ini file.
628 * 0.65 (2007-08-30)
630   * Fix backend port alias management (renaming in system:xxx).
631   * Fix a bug in JackLibClient::Open introduced when adding automatic client
632     renaming.
633   * Fix a bug in jack_test.
634   * Correct JackShmMem destructor.
635   * Correct end case in JackClient::Execute.
636   * Correct JackMachSemaphore::Disconnect.
637   * Implement server temporary (-T) mode.
638   * Make "Rename" a method of JackPort class, call it from driver Attach
639     method.
640   * Server/library protocol checking implementation.
642 * 0.64 (2007-07-26)
644   * Checking in the server to avoid calling the clients if no callback are
645     registered.
646   * Correct deprecated jack_set_sample_rate_callback to return 0 instead of
647     -1.
648   * Dmitry Baikov buffer size patch.
649   * Correct notification for kActivateClient event. Correct
650     JackEngine::ClientCloseAux (when called from
651     JackEngine::ClientExternalOpen).
652   * Correct JackWinEvent::Allocate.
653   * Automatic client renaming.
654   * Add "systemic" latencies management in CoreAudio driver.
655   * Automatic server launch.
656   * Removes unneeded 'volatile' for JackTransportEngine::fWriteCounter.
658 * 0.63 (2007-04-05)
660   * Correct back JackAlsaDriver::Read method.
661   * Dmitry Baikov patch for JackGraphManager.cpp. Merge JackGraphManager Remove
662     and Release method in a unique Release method.
663   * Dmitry Baikov jackmp-time patch : add jack_get_time, jack_time_to_frames,
664     jack_frames_to_time. Add missing -D__SMP__in OSX project.  Add new
665     jack_port_set_alias, jack_port_unset_alias and jack_port_get_aliases API.
666   * Steven Chamberlain patch to fix jack_port_by_id export.
667   * Steven Chamberlain patch to fix jack_port_type. Test for jack_port_type
668     behaviour in jack_test.cpp tool. Add jack_set_client_registration_callback
669     API. Add "callback exiting" and "jack_frame_time" tests in jack_test.
671 * 0.62 (2007-02-16)
673   * More client debug code: check if the client is still valid in every
674     JackDebugClient method, check if the library context is still valid in
675     every API call.
676   * Uses a time out value of 10 sec in freewheel mode (like jack).
677   * More robust activation/deactivation code, especially in case of client
678     crash.
679   * New LockAllMemory and UnlockAllMemory functions.
680   * Use pthread_attr_setstacksize in JackPosixThread class.
681   * Add Pieter Palmers FreeBob driver.
682   * Thibault LeMeur ALSA driver patch.
683   * Thom Johansen fix for port buffer alignment issues.
684   * Better error checking in PortAudio driver.
686 * 0.61 (2006-12-18)
688   * Tom Szilagyi memory leak fix in ringbuffer.c.
689   * Move client refnum management in JackEngine.
690   * Shared_ports renamed to shared_graph.
691   * Add call to the init callback (set up using the
692     jack_set_thread_init_callback API) in Real-Time and Notification threads.
693   * Define a new 'kActivateClient' notification.
694   * New server/client data transfer model to fix a 64 bits system bug.
695   * Fix a device name reversal bug in ALSA driver.
696   * Implement thread.h API.
698 * 0.60 (2006-11-23)
700   * Improve audio driver synchronous code to better handle possible time-out
701     cases.
702   * Correct JackWinEnvent::Allocate (handle the ERROR_ALREADY_EXISTS case).
703   * Correct JackEngine::ClientExternalNew.
705 * 0.59 (2006-09-22)
707   * Various fixes in Windows version.
708   * Signal handling in the Windows server.
709   * Improved JackRouter ASIO/Jack bridge on Windows.
710   * Rename global "verbose" in "jack_verbose" to avoid symbol clash with
711     PureData.
712   * Add a new cpu testing/loading client.
713   * Correct server SetBufferSize in case of failure.
714   * Correct PortAudio driver help.
715   * Use -D to setup ADDON_DIR on OSX and Linux.
716   * Synchronize ALSA backend with jack one.
718 * 0.58 (2006-09-06)
720   * Correct a bug introduced in 0.55 version that was preventing coreaudio
721     audio inputs to work.
722   * Restructured code structure after import on svn.
724 * 0.57
726   * Correct bug in Mutex code in JackClientPipeThread::HandleRequest.
727   * ASIO JackRouter driver supports more applications.
728   * Updated HTML documentation.
729   * Windows dll binaries are compiled in "release" mode.
731 * 0.56
733   * Correct SetBufferSize in coreaudio driver, portaudio driver and
734     JackServer.
735   * Real-time notifications for Windows version.
736   * In the PortAudio backend, display more informations for installed WinMME,
738   * DirectSound and ASIO drivers.
740 * 0.55
742   * Windows version.
743   * Correct management of monitor ports in ALSA driver.
744   * Engine code cleanup.
745   * Apply Rui patch for more consistent parameter naming in coreaudio driver.
746   * Correct JackProcessSync::TimedWait: time-out was not computed correctly.
747   * Check the return code of NotifyAddClient in JackEngine. 
749 * 0.54
751   * Use the latest shm implementation that solve the uncleaned shm segment
752     problem on OSX.
753   * Close still opened file descriptors (report from Giso Grimm). Updated html
754     documentation.
756 * 0.53
758   * Correct JackPilotMP tool on OSX.
759   * Correct CoreAudio driver for half duplex cases.
760   * Fix a bug in transport for "unactivated" clients.
761   * Fix a bug when removing "unactivated" clients from the server. Tested on
762     Linux/PPC.
764 * 0.52
766   * Universal version for Mac Intel and PPC.
767   * Improvement of CoreAudio driver for half duplex cases.
769 * 0.51
771   * Correct bugs in transport API implementation.
773 * 0.50
775   * Transport API implementation.
777 * 0.49
779   * Internal connection manager code cleanup.
781 * 0.48
783   * Finish software monitoring implementation for ALSA and CoreAudio drivers.
784   * Simpler shared library management on OSX.
786 * 0.47
788   * More fix for 64 bits compilation.
789   * Correct ALSA driver.
790   * Create a specific folder for jackdmp drivers.
791   * Use /dev/shm as default for fifo and sockets.
792   * "Install" and "Remove" script for smoother use with regular jack.
794 * 0.46
796   * Fix a bug in loop management.
797   * Fix a bug in driver loading/unloading code.
798   * Internal code cleanup for better 64 bits architecture support.
799   * Compilation on OSX/Intel.
800   * Add the -d option for coreaudio driver (display CoreAudio devices internal
801     name).
803 * 0.45
805   * Script to remove the OSX binary stuff.
806   * Correct an export symbol issue that was preventing QjackCtl to work on OSX.
807   * Fix the consequences of the asynchronous semantic of
808     connections/disconnections.
810 * 0.44
812   * Patch from Dmitry Daikov: use clock_gettime by default for timing.
813   * Correct dirty buffer issue in CoreAudio driver. Updated doc.
815 * 0.43
817   * Correct freewheel mode.
818   * Optimize ALSA and coreaudio drivers.
819   * Correct OSX installation script.
821 * 0.42
823   * Patch from Nick Mainsbridge.
824   * Correct default mode for ALSA driver.
825   * Correct XCode project.
827 * 0.41
829   * Add the ALSA MMAP_COMPLEX support for ALSA driver.
830   * Patch from Dmitry Daikov: compilation option to choose between
831     "get_cycles" and "gettimeofday" to measure timing.
833 * 0.4
835   * Linux version, code cleanup, new -L parameter to activate the loopback
836     driver (see Documentation), a number of loopback ports can be defined.
837     Client validation tool.
839 * 0.31
841   * Correct bug in mixing code that caused Ardour + jackdmp to crash...
843 * 0.3
845   * Implement client zombification + correct feedback loop management + code
846     cleanup.
848 * 0.2
850   * Implements jack_time_frame, new -S (sync) mode: when "synch" mode is
851     activated, the jackdmp server waits for the graph to be finished in the
852     current cycle before writing the output buffers. Note: To experiment with
853     the -S option, jackdmp must be launched in a console.
855 * 0.1
857   * First published version