Update ChangeLog
[jack2.git] / ChangeLog.rst
blob16c6a6e0aab771d9deeb659b0b911385f1bdd724
1 ChangeLog
2 #########
4 * 1.9.13 (2019-10-06)
6   * Meta-data API implementation. (and a few tools updated with support for it)
8   * Correct GPL licence to LGPL for files needed to build libjack.
10   * Remove FreeBoB backend (superseded by FFADO).
12   * define JACK_LIB_EXPORT, useful for internal clients.
14   * Mark jack_midi_reset_buffer as deprecated.
16   * Add example systemd unit file
18   * Signal to systemd when jackd is ready.
20   * Set "seq" alsa midi driver to maximum resolution possible.
22   * Fix loading internal clients from another internal client.
24   * Code cleanup and various fixes. (too many to mention here, see git log for details)
26 * 1.9.12 (2017-12-13)
28   * Fix Windows build issues.
30   * Fix build with gcc-7.
32   * Show hint when DBus device reservation fails.
34   * Add support for internal session files.
36 * 1.9.11-RC1 (2017-06-13)
38   * Various corrections in NetJack2 code. Partial buffers can now be
39     transmitted with libjacknet API.
41   * Including S24_LE/BE formats to linux ALSA driver.
43   * More robust shared memory allocator.
45   * Allow autostart of jackd on OSX where device-names can contain spaces.
47   * Correct CoreAudio devices aggregation code.
49   * Waf and wscripts improvement and update.
51   * More flexible RT priority setup on Windows.
53   * New JackProxyDriver.
55   * Various fixes in JACK MIDI code.
57   * Fix return value of SetTimebaseCallback().
59   * Correct netmanager latency reporting.
61   * Implement new jack_port_rename and JackPortRenameCallback API.
63   * For OSX El Capitan support, use of Posix semaphore and move of Frameworks
64     in /Library folder.
66   * Fix CPU hogging of the midi_thread().
68   * Release audio devices when alsa_driver_new fails.
70   * String management fix.
72   * Correct JackDriver::Open: call to fGraphManager->SetBufferSize has to use
73     current fEngineControl->fBufferSize value.
75   * Use ARM neon intrinsics for AudioBufferMixdown.
77   * Fix Netjack alignment.
79   * Various wscript improvements and cleanup.
81   * Fix initialization of several class variables.
83   * Heap-allocate client matrix in topo sort.
85   * Add a toggle command to transport utility, to allow toggling between play
86     and stop state.
88   * Avoid side effects from parsing of "version" option in jackd.
90   * Allow firewire device be selected via -d.
92   * Add ARM-NEON acceleration for all non-dithering sample conversion
93     functions.
95   * Add jack_simdtest utility.
97   * Use Linux futex as JackSynchro.
99   * Add autoclose option to jack_load.
101 * 1.9.10 (2014-07-19)
103   * More robust code in JackPortAudioDriver to handle buffer size change and
104     backend switching.
106   * Fix bus error on ARM platforms.
108   * Dynamically scan and print backend and internal names in jackd.
110   * CoreMIDI driver fixes.
112   * Rework NetJack2 code (OPUS codec on OSX, latency management, libjacknet
113     code).
115   * Correct auto-connect for audioadapter.
117   * Add IIO driver.
119   * Merge of Nedko no-self-connect branch.
121   * Fix freewheel mode.
123   * JackServer::SwitchMaster now correctly notify buffer_size and sample_rate
124     changes, cleanup/improvements in JackNetDriver.
126   * Tim Mayberry : Add support for building with mingw compiler.
128   * Merge of Kim Jeong Yeon Android branch.
130   * Partial port of metadata API.
132 * 1.9.9.5 (2012-11-26)
134   * Adrian Knoth fix in midiseq.c.
136   * Fix library symbols export issue.
138   * Cleanup drivers and internals loading code.
140   * jackctl_driver_params_parse API moved in public control.h.
142   * More general drivers/internals loading model on Windows.
144   * Factorize code the server/client request in JackRequestDecoder class.
146   * More robust server/client protocol.
148   * Implement shutdown for in server clients.
150   * Better time-out management in NetJack2.
152   * Experimental system port alias use in Windows JackRouter.
154   * Improve ShutDown in NetManager.
156   * Correct ShutDown in JackInternalClient and JackLibClient.
158   * Fix NetJack2 initialisation bug.
160   * Add EndTime function (especially for Windows).
162   * Rename JackProcessSync in JackPosixProcessSync.
164   * A bit more robust JackMessageBuffer implementation (in progress).
166   * Check server API callback from notification thread.
168   * Use a time-out in notification channel write function.
170   * Fix lock management in JackEngine.
172   * In control API, UNIX like sigset_t replaced by more abstract
173     jackctl_sigmask_t * opaque struct.
175   * Improve libjacknet master mode.
177   * Remove JACK_32_64 flag, so POST_PACKED_STRUCTURE now always used.
178     POST_PACKED_STRUCTURE used for jack_latency_range_t type.
180   * Rework JackMessageBuffer. [firewire]
182   * Introduce UpdateLatencies() in FFADO backend. [firewire]
184   * Allow FFADO backend to change the buffer size.
186   * Update waf.
188   * New jack_get_cycle_times() implementation from Fons Adriennsen.
190   * Align buffers to 32 byte boundaries to allow AVX processing.
192   * Extend jack_control to have parameter reset commands.
194   * Fix alsa driver parameter order.
196   * Control API: Enforce driver/internal parameter order.
198   * Fix in ALSA adapter.
200   * Devin Anderson patch for Jack/CoreMIDI duplicated messages.
202   * Change framework installation hierarchy for OSX Mountain Lion.
204   * Update JackCoreAudioDriver and JackCoreAudioAdapter with more recent API.
206   * jack_control: fix epr command.
208   * Add opus support to NetJack2.
210   * More robust channel mapping handling in JackCoreAudioDriver.
212   * netjack1/netone opus support.
214   * controlapi: fix double free on master switch.
216   * Use string ids in the alsa device list.
218   * netjack/opus: don't re-init en/decoders.
220   * Correct JackPortAudioDriver::Open: special case for ASIO drivers.
222 * 1.9.8 (2011-12-19)
224   * Merge newer-midi branch (Devin Anderson redesign of the MIDI drivers:
225     alsarawmidi, ffado, coremidi and winmme).
227   * Correction in jackdmp.cpp: notify_server_stop should be done after server
228     destruction.
230   * Correct driver lifetime management.
232   * Add XRun detection in PortAudio driver.
234   * CELT code for NetJack2.
236   * Merge branch switch-master-port-registration-notifications: correct driver
237     port registration.
239   * Libjacknet in progress.
241   * Correct MIDI in NetJack2.
243   * Correct OSX real-time thread setup.
245   * Correct rd_acquire in dbus code.
247   * Correct NetJack2 connection handling.
249   * SaveConnections/RestoreConnections in NetDriver and JackAudioDriver.
251   * Special version of jack_attach_shm/jack_release_shm on client side for
252     POSIX shared memory, to solve a memory leak issue.
254   * Another round of code improvements to handle completely buggy Digidesign
255     CoreAudio user-land driver.
257   * Special CATCH_CLOSE_EXCEPTION_RETURN to handle Close API calls.
259   * Add JACK_NETJACK_PORT and JACK_NETJACK_MULTICAST environment variables for
260     NetJack2. NetJack2 now only send data on network only is ports are
261     connected both sides.
263   * Fix for "starting two instances of same app in parallel does not work"
264     bug.
266   * Enable explicit channel mapping in CoreAudio driver.
268   * New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and
269     JackNetOneDriver classes.
271   * More robust code in synchronization primitives and in JackMessageBuffer.
273   * More robust Control API implementation. Add jackctl_driver_get_type in
274     Control API.
276   * Singleton behaviour for JackCoreMidiDriver and JackWinMMEDriver.
278   * John Emmas patch for DSP CPU computation.
280   * John Emmas Windows server launching patch.
282   * Fix jack_set_port_name API.
284   * Enable local access in NetJack2 code.
286   * Dynamic port management in JACK/CoreMidi bridge.
288 * 1.9.7 (2011-03-30)
290   * Sync JackAlsaDriver::alsa_driver_check_card_type with JACK1 backend.
292   * Correct JackServer::Open to avoid a race when control API is used on OSX.
294   * Improve backend error handling: fatal error returned by Read/Write now
295     cause a Process failure (so a thread exit for blocking backends).
296     Recoverable ones (XRuns..) are now treated internally in ALSA, FreeBob and
297     FFADO backends.
299   * In jackdmp.cpp, jackctl_setup_signals moved before jackctl_server_start.
301   * Correct symbols export in backends on OSX. ALSA backend: suspend/resume
302     handling.
304   * Correct dummy driver.
306   * Adrian Knoth jack_lsp patch.
308   * Remove JackPortIsActive flag.
310   * New latency API implementation.
312   * ComputeTotalLatencies now a client/server call.
314   * Add latent test client for latency API.
316   * Also print playback and capture latency in jack_lsp.
317     jack_client_has_session_callback implementation.
319   * Check requested buffer size and limit to 1..8192 - avoids weird behaviour
320     caused by jack_bufsize foobar.
322   * jack_port_type_get_buffer_size implementation.
324   * Stop using alloca and allocate buffer on the heap for alsa_io.
326   * Rename jdelay to jack_iodelay as per Fons' request.
328   * Call buffer size callback in activate (actually this is done on client side
329     in the RT thread Init method).
331   * Add jack_midi_dump client.
333   * Synchronize net JACK1 with JACK1 version.
335   * Synchronize jack_connect/jack_disconnect with JACK1 version.
337   * Correct JackNetMaster::SetBufferSize.
339   * Use jack_default_audio_sample_t instead of float consistently, fix ticket
340     #201.
342   * -X now allows to add several slave backends, add -I to load several
343     internal clients.
345   * Rework internal slave driver management, JackServerGlobals now handle same
346     parameters as jackdmp.
348   * Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest
349     API.
351   * Devin Anderson server-ctl-proposal branch merged on trunk: improved control
352     API, slave backend reworked. Implement renaming in JackDriver::Open to
353     avoid name collision (thanks Devin Anderson).
355   * Correct alsa_driver_restart (thanks Devin Anderson). Correction of
356     jack_connect/jack_disconnect: use of jack_activate and volatile keyword for
357     thread shared variable.
359   * Correction of JackNetOneDriver for latest CELT API.
361   * Synchronize JackWeakAPI.cpp with new APIs.
363 * 1.9.6 (2010-08-30)
365   * Improve JackCoreAudioDriver and JackCoreAudioAdapter : when no devices are
366     described, takes default input and output and aggregate them.
368   * Correct JackGraphManager::DeactivatePort.
370   * Correct JackMachServerChannel::Execute : keep running even in error cases.
371     Raise JACK_PROTOCOL_VERSION number.
373   * Arnold Krille firewire patch.
375   * Raise JACK_DRIVER_PARAM_STRING_MAX and JACK_PARAM_STRING_MAX to 127
376     otherwise some audio drivers cannot be loaded on OSX.
378   * Fix some file header to have library side code use LGPL.
380   * On Windows, now use TRE library for regexp (BSD license instead of GPL
381     license).
383   * ffado-portname-sync.patch from ticket #163 applied.
385   * Remove call to exit in library code.
387   * Make jack_connect/jack_disconnect wait for effective port
388     connection/disconnection.
390   * Add tests to validate intclient.h API.
392   * On Linux, inter-process synchronization primitive switched to POSIX
393     semaphore.
395   * In JackCoreAudioDriver, move code called in MeasureCallback to be called
396     once in IO thread.
398   * David Garcia Garzon netone patch.
400   * Fix from Fernando Lopez-Lezcano for compilation on fc13.
402   * Fix JackPosixSemaphore::TimedWait : same behavior as
403     JackPosixSemaphore::Wait regarding EINTR.
405   * David Garcia Garzon unused_pkt_buf_field_jack2 netone patch.
407   * Arnold Krille firewire snooping patch.
409   * Jan Engelhardt patch for get_cycles on SPARC.
411   * Adrian Knoth hurd.patch, kfreebsd-fix.patch and alpha_ia64-sigsegv.patch
412     from ticket 177.
414   * Adrian Knoth fix for linux cycle.h (ticket 188).
416   * In JackCoreAudioDriver, fix an issue when no value is given for input.
418 * 1.9.5 (2010-02-12)
420   * Dynamic choice of maximum port number.
422   * More robust sample rate change handling code in JackCoreAudioDriver.
424   * Devin Anderson patch for Jack FFADO driver issues with lost MIDI bytes
425     between periods (and more).
427   * Fix port_rename callback: now both old name and new name are given as
428     parameters.
430   * Special code in JackCoreAudio driver to handle completely buggy Digidesign
431     CoreAudio user-land driver.
433   * Ensure that client-side message buffer thread calls thread_init callback
434     if/when it is set by the client (backport of JACK1 rev 3838).
436   * Check dynamic port-max value.
438   * Fix JackCoreMidiDriver::ReadProcAux when ring buffer is full (thanks Devin
439     Anderson).
441   * Josh Green ALSA driver capture only patch.
443   * When threads are cancelled, the exception has to be rethrown.
445   * Use a QUIT notification to properly quit the server channel, the server
446     channel thread can then be 'stopped' instead of 'canceled'.
448   * Mario Lang alsa_io time calculation overflow patch. Shared memory manager
449     was calling abort in case of fatal error, now return an error in caller.
451   * Change JackEngineProfiling and JackAudioAdapterInterface gnuplot scripts
452     to output SVG instead of PDF.
454 * 1.9.4 (2009-11-19)
456   * Solaris boomer backend now working in capture or playback only mode.
458   * Add a -G parameter in CoreAudio backend (the computation value in RT
459     thread expressed as percent of period).
461   * Use SNDCTL_DSP_SYNCGROUP/SNDCTL_DSP_SYNCSTART API to synchronize input and
462     output in Solaris boomer backend.
464   * Big endian bug fix in memops.c.
466   * Fix issues in JackNetDriver::DecodeTransportData and
467     JackNetDriver::Initialize.
469   * Correct CPU timing in JackNetDriver, now take cycle begin time after Read.
471   * Simplify transport in NetJack2: master only can control transport.
473   * Change CoreAudio notification thread setup for OSX Snow Leopard.
475   * Correct server temporary mode: now set a global and quit after
476     server/client message handling is finished.
478   * Add a string parameter to server ==> client notification, add a new
479     JackInfoShutdownCallback type.
481   * CoreAudio backend now issue a JackInfoShutdownCallback when an
482     unrecoverable error is detected (sampling rate change, stream
483     configuration change).
485   * Correct jackdmp.cpp (failures case were not correct..).
487   * Improve JackCoreAudioDriver code.
489   * Raise default port number to 2048.
491   * Correct JackProcessSync::LockedTimedWait.
493   * Correct JACK_MESSAGE_SIZE value, particularly in OSX RPC code.
495   * Now start server channel thread only when backend has been started (so in
496     JackServer::Start).
498   * Should solve race conditions at start time.
500   * jack_verbose moved to JackGlobals class.
502   * Improve aggregate device management in JackCoreAudioDriver: now a
503     "private" device only and cleanup properly.
505   * Aggregate device code added to JackCoreAudioAdapter.
507   * Implement "hog mode" (exclusive access of the audio device) in
508     JackCoreAudioDriver.
510   * Fix jack_set_sample_rate_callback to have he same behavior as in JACK1.
512   * Dynamic system version detection in JackCoreAudioDriver to either create
513     public or private aggregate device.
515   * In JackCoreAudioDriver, force the SR value to the wanted one *before*
516     creating aggregate device (otherwise creation will fail).
518   * In JackCoreAudioDriver, better cleanup of AD when intermediate open
519     failure.
521   * In JackCoreAudioDriver::Start, wait for the audio driver to effectively
522     start (use the MeasureCallback).
524   * In JackCoreAudioDriver, improve management of input/output channels: -1 is
525     now used internally to indicate a wanted max value.
527   * In JackCoreAudioDriver::OpenAUHAL, correct stream format setup and
528     cleanup.
530   * Correct crash bug in JackAudioAdapterInterface when not input is used in
531     adapter (temporary fix).
533   * Sync JackCoreAudioAdapter code on JackCoreAudioDriver one.
535   * JACK_SCHED_POLICY switched to SCHED_FIFO.
537   * Now can aggregate device that are themselves AD.
539   * No reason to make jack_on_shutdown deprecated, so revert the incorrect
540     change.
542   * Thread AcquireRealTime and DropRealTime were (incorrectly) using fThread
543     field.
545   * Use pthread_self()) (or GetCurrentThread() on Windows) to get the calling
546     thread.
548   * Correctly save and restore RT mode state in freewheel mode.
550   * Correct freewheel code on client side.
552   * Fix AcquireRealTime and DropRealTime: now distinguish when called from
553     another thread (AcquireRealTime/DropRealTime) and from the thread itself
554     (AcquireSelfRealTime/DropSelfRealTime).
556   * Correct JackPosixThread::StartImp: thread priority setting now done in the
557     RT case only.
559   * Correct JackGraphManager::GetBuffer for the "client loop with one
560     connection" case: buffer must be copied.
562   * Correct JackInfoShutdownCallback prototype, two new
563     JackClientProcessFailure and JackClientZombie JackStatus code.
565   * Correct JackCoreAudio driver when empty strings are given as -C, -P or -d
566     parameter.
568   * Better memory allocation error checking on client (library) side.
570   * Better memory allocation error checking in ringbuffer.c, weak import
571     improvements.
573   * Memory allocation error checking for jack_client_new and jack_client_open
574     (server and client side).
576   * Memory allocation error checking in server for RPC.
578   * Simplify server temporary mode: now use a JackTemporaryException.
580   * Lock/Unlock shared memory segments (to test...).
582   * Sync with JACK1 : -r parameter now used for no-realtime, realtime (-R) is
583     now default, usable backend given vie platform.
585   * In JackCoreAudio driver, (possibly) clock drift compensation when needed
586     in aggregated devices.
588   * In JackCoreAudio driver, clock drift compensation in aggregated devices
589     working.
591   * In JackCoreAudio driver, clock drift compensation semantic changed a bit:
592     when on, does not activate if not needed (same clock domain).
594   * Sync JackCoreAudioAdapter code with JackCoreAudioDriver.
596 * 1.9.3 (2009-07-21)
598   * New JackBoomerDriver class for Boomer driver on Solaris.
600   * Add mixed 32/64 bits mode (off by default).
602   * Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver).
604   * In ALSA audio card reservation code, tries to open the card even if
605     reservation fails.
607   * Clock source setting on Linux.
609   * Add jackctl_server_switch_master API.
611   * Fix transport callback (timebase master, sync) issue when used after
612     jack_activate (RT thread was not running).
614   * D-Bus access for jackctl_server_add_slave/jackctl_server_remove_slave API.
616   * Cleanup "loopback" stuff in server.
618   * Torben Hohn fix for InitTime and GetMicroSeconds in JackWinTime.c.
620   * New jack_free function added in jack.h.
622   * Reworked Torben Hohn fix for server restart issue on Windows.
624   * Correct jack_set_error_function, jack_set_info_function and
625     jack_set_thread_creator functions.
627   * Correct JackFifo::TimedWait for EINTR handling.
629   * Move DBus based audio device reservation code in ALSA backend compilation.
631   * Correct JackTransportEngine::MakeAllLocating, sync callback has to be
632     called in this case also.
634   * NetJack2 code: better error checkout, method renaming.
636   * Tim Bechmann patch: hammerfall, only release monitor thread, if it has
637     been created.
639   * Tim Bechmann memops.c optimization patches.
641   * In combined --dbus and --classic compilation code, use PulseAudio
642     acquire/release code.
644   * Big rewrite of Solaris boomer driver, seems to work in duplex mode at
645     least.
647   * Loopback backend reborn as a dynamically loadable separated backend.
649 * 1.9.2 (2009-02-11)
651   * Solaris version.
653   * New "profiling" tools.
655   * Rework the mutex/signal classes.
657   * Support for BIG_ENDIAN machines in NetJack2.
659   * D-BUS based device reservation to better coexist with PulseAudio on Linux.
661   * Add auto_connect parameter in netmanager and netadapter.
663   * Use Torben Hohn PI controler code for adapters.
665   * Client incorrect re-naming fixed : now done at socket and fifo level.
667   * Virtualize and allow overriding of thread creation function, to allow Wine
668     support (from JACK1).
670 * 1.9.1 (2008-11-14)
672   * Fix jackctl_server_unload_internal.
674   * Filter SIGPIPE to avoid having client get a SIGPIPE when trying to access
675     a died server.
677   * Libjack shutdown handler does not "deactivate" (fActive = false) the
678     client anymore, so that jack_deactivate correctly does the job later on.
680   * Better isolation of server and clients system resources to allow starting
681     the server in several user account at the same time.
683   * Report ringbuffer.c fixes from JACK1.
685   * Client and library global context cleanup in case of incorrect shutdown
686     handling (that is applications not correctly closing client after server
687     has shutdown).
689   * Use JACK_DRIVER_DIR variable in internal clients loader.
691   * For ALSA driver, synchronize with latest JACK1 memops functions.
693   * Synchronize JACK2 public headers with JACK1 ones.
695   * Implement jack_client_real_time_priority and
696     jack_client_max_real_time_priority API.
698   * Use up to BUFFER_SIZE_MAX frames in midi ports, fix for ticket #117.
700   * Cleanup server starting code for clients directly linked with
701     libjackserver.so.
703   * JackMessageBuffer was using thread "Stop" scheme in destructor, now use
704     the safer thread "Kill" way.
706   * Synchronize ALSA backend code with JACK1 one.
708   * Set default mode to 'slow' in JackNetDriver and JackNetAdapter.
710   * Simplify audio packet order verification.
712   * Fix JackNetInterface::SetNetBufferSize for socket buffer size computation
713     and JackNetMasterInterface::DataRecv if synch packet is received, various
714     cleanup.
716   * Better recovery of network overload situations, now "resynchronize" by
717     skipping cycles.".
719   * Support for BIG_ENDIAN machines in NetJack2.
721   * Support for BIG_ENDIAN machines in NetJack2 for MIDI ports.
723   * Support for "-h" option in internal clients to print the parameters.
725   * In NetJack2, fix a bug when capture or playback only channels are used.
727   * Add a JACK_INTERNAL_DIR environment variable to be used for internal
728     clients.
730   * Add a resample quality parameter in audioadapter.
732   * Now correctly return an error if JackServer::SetBufferSize could not
733     change the buffer size (and was just restoring the current one).
735   * Use PRIu32 kind of macro in JackAlsaDriver again.
737   * Add a resample quality parameter in netadapter.
739 * 1.9.0 (2008-03-18)
741   * Waf based build system: Nedko Arnaudov, Grame for preliminary OSX support.
743   * Control API, dbus based server control access: Nedko Arnaudov, Grame.
745   * NetJack2 components (in progress): jack_net backend, netmanager,
746     audioadapter, netadapter : Romain Moret, Grame.
748   * Code restructuring to help port on other architectures: Michael Voigt.
750   * Code cleanup/optimization: Tim Blechmann.
752   * Improve handling of server internal clients that can now be
753     loaded/unloaded using the new server control API: Grame.
755   * A lot of bug fix and improvements.
757 * 0.72 (2008-04-10)
759 * 0.71 (2008-02-14)
761   * Add port register/unregister notification in JackAlsaDriver.
763   * Correct JACK_port_unregister in MIDI backend.
765   * Add TimeCallback in JackDebugClient class.
767   * Correct jack_get_time propotype.
769   * Correct JackSocketClientChannel::ClientClose to use ServerSyncCall instead
770     of ServerAsyncCall.
772   * Better documentation in jack.h. libjackdmp.so renamed to
773     libjackservermp.so and same for OSX framework.
775   * Define an internal jack_client_open_aux needed for library wrapper feature.
777   * Remove unneeded jack_port_connect API.
779   * Correct jack_port_get_connections function (should return NULL when no
780     connections).
782   * In thread model, execute a dummy cycle to be sure thread has the correct
783     properties (ensure thread creation is finished).
785   * Fix engine real-time notification (was broken since ??).
787   * Implements wrapper layer.
789   * Correct jack_port_get_total_latency.
791   * Correct all backend playback port latency in case of "asynchronous" mode
792     (1 buffer more).
794   * Add test for jack_cycle_wait, jack_cycle_wait and jack_set_process_thread
795     API.
797   * RT scheduling for OSX thread (when used in dummy driver).
799   * Add -L (extra output latency in aynchronous mode) in CoreAudio driver.
801   * New JackLockedEngine decorator class to serialize access from ALSA Midi
802     thread, command thread and in-server clients.
804   * Use engine in JackAlsaDriver::port_register and
805     JackAlsaDriver::port_unregister.
807   * Fix connect notification to deliver *one* notification only.
809   * Correct JackClient::Activate so that first kGraphOrderCallback can be
810     received by the client notification thread.
812   * New jack_server_control client to test notifications when linked to the
813     server library.
815   * Synchronise transport.h with latest jackd version (Video handling).
817   * Transport timebase fix.
819   * Dmitry Baikov patch for alsa_rawmidi driver.
821   * Pieter Palmers patch for FFADO driver.
823   * Add an Init method for blocking drivers to be decorated using
824     JackThreadedDriver class.
826   * Correct PortRegister, port name checking must be done on server side.
828   * Correct a missing parameter in the usage message of jack_midiseq.
830   * New SetNonBlocking method for JackSocket.
832   * Correct a dirty port array issue in JackGraphManager::GetPortsAux.
834 * 0.70 (2008-01-24)
836   * Updated API to match jack 0.109.0 version.
838   * Update in usx2y.c and JackPort.cpp to match jackd 0.109.2.
840   * Latest jack_lsp code from jack SVN.
842   * Add jack_mp_thread_wait client example.
844   * Add jack_thread_wait client example.
846   * Remove checking thread in CoreAudio driver, better device state change
847     recovery strategy: the driver is stopped and restarted.
849   * Move transport related methods from JackEngine to JackServer.
852   * Tim Blechmann sse optimization patch for JackaudioPort::MixAudioBuffer,
853     use of Apple Accelerate framework on OSX.
855   * Remove use of assert in JackFifo, JackMachSemaphore, and
856     JackPosixSemaphore: print an error instead.
858   * Correct "server_connect": close the communication channel.
860   * More robust external API.
862   * Use SetAlias for port naming.
864   * Use jackd midi port naming scheme.
866   * Notify ports unregistration in JackEngine::ClientCloseAux.
868   * Fix in JackClient::Error(): when RT thread is failing and calling
869     Shutdown, Shutdown was not desactivating the client correctly.
871 * 0.69
873   * On OSX, use CFNotificationCenterPostNotificationWithOptions with
874     kCFNotificationDeliverImmediately | kCFNotificationPostToAllSessions for
875     server ==> JackRouter plugin notification.
877   * On OSX, use jack server name in notification system.
879   * Correct fPeriodUsecs computation in JackAudioDriver::SetBufferSize and
880     JackAudioDriver::SetSampleRate.
882   * Correct JackMachNotifyChannel::ClientNotify.
884   * Correct bug in CoreAudio driver sample rate management.
886   * Add a sample_rate change listener in CoreAudio driver.
888   * Correct sample_rate management in JackCoreAudioDriver::Open.
890   * Better handling in sample_rate change listener.
892   * Pieter Palmers FFADO driver and scons based build.
894   * Pieter Palmers second new build system: scons and Makefile based build.
896   * Tim Blechmann scons patch.
898   * Change string management for proper compilation with gcc 4.2.2.
900   * JackLog cleanup.
902   * Cleanup in CoreAudio driver.
904   * Tim Blechmann patch for JackGraphManager::GetPortsAux memory leak, Tim
905     Blechmann patch for scons install.
907   * Dmitry Baikov MIDI patch: alsa_seqmidi and alsa_rammidi drivers.
909   * CoreAudio driver improvement: detect and notify abnormal situations
910     (stopped driver in case of SR change...).
912 * 0.68 (2007-10-16)
914   * Internal loadable client implementation, winpipe version added.
916   * Reorganize jack headers.
918   * Improve Linux install/remove scripts.
920   * Use LIB_DIR variable for 64 bits related compilation (drivers location).
922   * More generic Linux script.
924   * Correct jack_acquire_real_time_scheduling on OSX.
926   * Merge of Dmitry Baikov MIDI branch.
928   * Correct JackGraphManager::GetPortsAux to use port type.
930   * Remove JackEngineTiming class: code moved in JackEngineControl.
932   * Add midiseq and midisine examples.
934   * Cleanup old zombification code.
936   * Linux Makefile now install jack headers.
938   * Use of JACK_CLIENT_DEBUG environment variable to activate debug client
939     mode.
941   * Definition of JACK_LOCATION variable using -D in the Makefile.
943   * Restore jack 0.103.0 MIDI API version.
945   * Fix a bug in freewheel management in async mode: drivers now receive the
946     kStartFreewheelCallback and kStopFreewheelCallback notifications.
948   * Server and user directory related code moved in a JackTools file.
950   * Client name rewriting to remove path characters (used in fifo naming).
952   * Correct ALSA driver Attach method: internal driver may have changed the
953     buffer_size and sample_rate values.
955   * Add JackWinSemaphore class.
957   * Add an implementation for obsolete jack_internal_client_new and
958     jack_internal_client_close.
960   * Add missing jack_port_type_size.
962   * Use of JackWinSemaphore instead of JackWinEvent for inter-process
963     synchronization.
965   * Correct types.h for use with MINGW on Windows.
967   * Move OSX start/stop notification mechanism in Jackdmp.cpp.
969   * Correct CheckPort in JackAPI.cpp.
971 * 0.67 (2007-09-28)
973   * Correct jack_client_open "status" management.
975   * Rename server_name from "default" to "jackdmp_default" to avoid conflict
976     with regular jackd server.
978   * Fix a resource leak issue in JackCoreAudioDriver::Close().
980   * Better implement "jack_client_open" when linking a client with the server
981     library.
983   * Correct "jack_register_server" in shm.c.
985   * Add missing timestamps.c and timestamps.h files.
987   * Correctly export public headers in OSX frameworks.
989   * Suppress JackEngine::ClientInternalCloseIm method.
991   * Use .jackdrc file (instead of .jackdmprc).
993   * Install script now creates a link "jackd ==> jackdmp" so that automatic
994     launch can work correctly.
996   * Paul Davis patch for -r (--replace-registry) feature.
998   * Internal loadable client implementation.
1000   * Fix JackEngine::Close() method.
1002   * Windows JackRouter.dll version 0.17: 32 integer sample format.
1004 * 0.66 (2007-09-06)
1006   * Internal cleanup.
1008   * Windows JackRouter.dll version 0.16: use of "jack_client_open" API to
1009     allow automatic client renaming, better Windows VISTA support, new
1010     JackRouter.ini file.
1012 * 0.65 (2007-08-30)
1014   * Fix backend port alias management (renaming in system:xxx).
1016   * Fix a bug in JackLibClient::Open introduced when adding automatic client
1017     renaming.
1019   * Fix a bug in jack_test.
1021   * Correct JackShmMem destructor.
1023   * Correct end case in JackClient::Execute.
1025   * Correct JackMachSemaphore::Disconnect.
1027   * Implement server temporary (-T) mode.
1029   * Make "Rename" a method of JackPort class, call it from driver Attach
1030     method.
1032   * Server/library protocol checking implementation.
1034 * 0.64 (2007-07-26)
1036   * Checking in the server to avoid calling the clients if no callback are
1037     registered.
1039   * Correct deprecated jack_set_sample_rate_callback to return 0 instead of
1040     -1.
1042   * Dmitry Baikov buffer size patch.
1044   * Correct notification for kActivateClient event. Correct
1045     JackEngine::ClientCloseAux (when called from
1046     JackEngine::ClientExternalOpen).
1048   * Correct JackWinEvent::Allocate.
1050   * Automatic client renaming.
1052   * Add "systemic" latencies management in CoreAudio driver.
1054   * Automatic server launch.
1056   * Removes unneeded 'volatile' for JackTransportEngine::fWriteCounter.
1058 * 0.63 (2007-04-05)
1060   * Correct back JackAlsaDriver::Read method.
1062   * Dmitry Baikov patch for JackGraphManager.cpp. Merge JackGraphManager Remove
1063     and Release method in a unique Release method.
1065   * Dmitry Baikov jackmp-time patch : add jack_get_time, jack_time_to_frames,
1066     jack_frames_to_time. Add missing -D__SMP__in OSX project.  Add new
1067     jack_port_set_alias, jack_port_unset_alias and jack_port_get_aliases API.
1069   * Steven Chamberlain patch to fix jack_port_by_id export.
1071   * Steven Chamberlain patch to fix jack_port_type. Test for jack_port_type
1072     behaviour in jack_test.cpp tool. Add jack_set_client_registration_callback
1073     API. Add "callback exiting" and "jack_frame_time" tests in jack_test.
1075 * 0.62 (2007-02-16)
1077   * More client debug code: check if the client is still valid in every
1078     JackDebugClient method, check if the library context is still valid in
1079     every API call.
1081   * Uses a time out value of 10 sec in freewheel mode (like jack).
1083   * More robust activation/deactivation code, especially in case of client
1084     crash.
1086   * New LockAllMemory and UnlockAllMemory functions.
1088   * Use pthread_attr_setstacksize in JackPosixThread class.
1090   * Add Pieter Palmers FreeBob driver.
1092   * Thibault LeMeur ALSA driver patch.
1094   * Thom Johansen fix for port buffer alignment issues.
1096   * Better error checking in PortAudio driver.
1098 * 0.61 (2006-12-18)
1100   * Tom Szilagyi memory leak fix in ringbuffer.c.
1102   * Move client refnum management in JackEngine.
1104   * Shared_ports renamed to shared_graph.
1106   * Add call to the init callback (set up using the
1107     jack_set_thread_init_callback API) in Real-Time and Notification threads.
1109   * Define a new 'kActivateClient' notification.
1111   * New server/client data transfer model to fix a 64 bits system bug.
1113   * Fix a device name reversal bug in ALSA driver.
1115   * Implement thread.h API.
1117 * 0.60 (2006-11-23)
1119   * Improve audio driver synchronous code to better handle possible time-out
1120     cases.
1122   * Correct JackWinEnvent::Allocate (handle the ERROR_ALREADY_EXISTS case).
1124   * Correct JackEngine::ClientExternalNew.
1126 * 0.59 (2006-09-22)
1128   * Various fixes in Windows version.
1130   * Signal handling in the Windows server.
1132   * Improved JackRouter ASIO/Jack bridge on Windows.
1134   * Rename global "verbose" in "jack_verbose" to avoid symbol clash with
1135     PureData.
1137   * Add a new cpu testing/loading client.
1139   * Correct server SetBufferSize in case of failure.
1141   * Correct PortAudio driver help.
1143   * Use -D to setup ADDON_DIR on OSX and Linux.
1145   * Synchronize ALSA backend with jack one.
1147 * 0.58 (2006-09-06)
1149   * Correct a bug introduced in 0.55 version that was preventing coreaudio
1150     audio inputs to work.
1152   * Restructured code structure after import on svn.
1154 * 0.57
1156   * Correct bug in Mutex code in JackClientPipeThread::HandleRequest.
1158   * ASIO JackRouter driver supports more applications.
1160   * Updated HTML documentation.
1162   * Windows dll binaries are compiled in "release" mode.
1164 * 0.56
1166   * Correct SetBufferSize in coreaudio driver, portaudio driver and
1167     JackServer.
1169   * Real-time notifications for Windows version.
1171   * In the PortAudio backend, display more informations for installed WinMME,
1173   * DirectSound and ASIO drivers.
1175 * 0.55
1177   * Windows version.
1179   * Correct management of monitor ports in ALSA driver.
1181   * Engine code cleanup.
1183   * Apply Rui patch for more consistent parameter naming in coreaudio driver.
1185   * Correct JackProcessSync::TimedWait: time-out was not computed correctly.
1187   * Check the return code of NotifyAddClient in JackEngine. 
1189 * 0.54
1191   * Use the latest shm implementation that solve the uncleaned shm segment
1192     problem on OSX.
1194   * Close still opened file descriptors (report from Giso Grimm). Updated html
1195     documentation.
1197 * 0.53
1199   * Correct JackPilotMP tool on OSX.
1201   * Correct CoreAudio driver for half duplex cases.
1203   * Fix a bug in transport for "unactivated" clients.
1205   * Fix a bug when removing "unactivated" clients from the server. Tested on
1206     Linux/PPC.
1208 * 0.52
1210   * Universal version for Mac Intel and PPC.
1212   * Improvement of CoreAudio driver for half duplex cases.
1214 * 0.51
1216   * Correct bugs in transport API implementation.
1218 * 0.50
1220   * Transport API implementation.
1222 * 0.49
1224   * Internal connection manager code cleanup.
1226 * 0.48
1228   * Finish software monitoring implementation for ALSA and CoreAudio drivers.
1230   * Simpler shared library management on OSX.
1232 * 0.47
1234   * More fix for 64 bits compilation.
1236   * Correct ALSA driver.
1238   * Create a specific folder for jackdmp drivers.
1240   * Use /dev/shm as default for fifo and sockets.
1242   * "Install" and "Remove" script for smoother use with regular jack.
1244 * 0.46
1246   * Fix a bug in loop management.
1248   * Fix a bug in driver loading/unloading code.
1250   * Internal code cleanup for better 64 bits architecture support.
1252   * Compilation on OSX/Intel.
1254   * Add the -d option for coreaudio driver (display CoreAudio devices internal
1255     name).
1257 * 0.45
1259   * Script to remove the OSX binary stuff.
1261   * Correct an export symbol issue that was preventing QjackCtl to work on OSX.
1263   * Fix the consequences of the asynchronous semantic of
1264     connections/disconnections.
1266 * 0.44
1268   * Patch from Dmitry Daikov: use clock_gettime by default for timing.
1270   * Correct dirty buffer issue in CoreAudio driver. Updated doc.
1272 * 0.43
1274   * Correct freewheel mode.
1276   * Optimize ALSA and coreaudio drivers.
1278   * Correct OSX installation script.
1280 * 0.42
1282   * Patch from Nick Mainsbridge.
1284   * Correct default mode for ALSA driver.
1286   * Correct XCode project.
1288 * 0.41
1290   * Add the ALSA MMAP_COMPLEX support for ALSA driver.
1292   * Patch from Dmitry Daikov: compilation option to choose between
1293     "get_cycles" and "gettimeofday" to measure timing.
1295 * 0.4
1297   * Linux version, code cleanup, new -L parameter to activate the loopback
1298     driver (see Documentation), a number of loopback ports can be defined.
1299     Client validation tool.
1301 * 0.31
1303   * Correct bug in mixing code that caused Ardour + jackdmp to crash...
1305 * 0.3
1307   * Implement client zombification + correct feedback loop management + code
1308     cleanup.
1310 * 0.2
1312   * Implements jack_time_frame, new -S (sync) mode: when "synch" mode is
1313     activated, the jackdmp server waits for the graph to be finished in the
1314     current cycle before writing the output buffers. Note: To experiment with
1315     the -S option, jackdmp must be launched in a console.
1317 * 0.1
1319   * First published version