add dbus command to allow checking of wether hardware is currently exported
[a2jmidid.git] / NEWS
blob256c4c6c92f1bd2cd6de0ff4eafd97ca6388e904
1 = Version 7 "Paisius of Hilendar" on 2011-01-16 =
2  * MIDI processing improvements
3  * Use the JACK limit for max port name size (sr #2526)
4  * Adopt to shared library policy changes in some distros (sr #2547)
5  * dbus support can now be disabled at configure stage
6  * fix build on not so common platforms (LP: #556351)
7  * man pages (from Debian)
8  * reopen log file when it is deleted or replaced
10 = Version 6 "Indzhe Voyvoda" on 2009-12-29 =
11  * MIDI processing improvements
12  * Handle large number of ports
13  * a2j script (non-dbus-like behaviour for dbus environment)
14  * Allow tweaking through dbus of the hardware port export option
15  * Fix a use of invalid memory
16  * Fix port miss that can occur if port appears during bridge startup
18 = Version 5 "Athos" on 2009-06-13 =
19  * Fix thight loop on D-Bus disconnect
20  * D-Bus signals for bridge start and stop
21  * Fixed alsamidi "disappearing output" bug. (backport from jack1)
22  * MIDI note-off normalization fix from Dave Robillard (Backport from jack1)
23  * Removed wrong assert from alsa_seqmidi.c reported by Ken Ellinwood (Backport from jack1)
24  * Mark anything that looks like a hardware port as physical&terminal (Backport from jack1/jack2)
25  * Fix potential crash when D-Bus is not used
26  * Support for multiple ALSA clients with same name
27  * Merge midibridge changeset by Paul Davis that is expected to fix
28    midi event timing problems that some people have reported.
30 = Version 4 "Devsirme" on 2008-08-03 =
31  * Fix typos in docs
32  * Disable use of C++ demangling in sigsegv. Fix for sr #2074
33  * Fix a2j_control help text (thanks kfoltman!)
34  * Request fixed JACK client name. Fix for bug #12139
35  * Handle missing svnversion executable nicely. Fixes bug #12138
37 = Version 3 "Bodrum" on 2008-08-03 =
38  * Improved port naming, support for bidirectional ports
39  * Allow exporting of hardware ports (disabled by default)
40  * Switch from autotools to waf
41  * Remove support for old JACK MIDI API variants
42  * Remove usage of posix semaphores that could cause sleep in realtime context, in rare circumstances
43  * D-Bus background service mode. The old manual mode is still working.
44  * Log file when running in background service mode.
45  * Improved documentation
46  * Import, with slight modifications, static bridges created by Sean Bolton and Lars Luthman.
48 = Version 2 on 2007-10-27 =
49  * Improved build system (autotools) and support for older JACK variants
51 = Version 1 on 2007-08-26 =
52  * Initial release