Replace "get_glade_widget_child" call with "gtk_builder_get_object"
[gmidimonitor.git] / NEWS
blob624746e9b5b7e8efe4c3c01ee14548d5e80e5ccb
1 = Version 3.5 on 2011-05-15 =
2  * Switch to waf
3  * Drop support for ancient JACK lib
4  * Add support for modern ALSA lib
5  * Use fixed client name
6  * Don't try to use lash when started through ladish
7  * jack and alsa selection at runtime
8  * clean shutdown on SIGINT and SIGTERM (no JACK xruns anymore)
10 = Version 3.4 on 2008-03-17 =
11  * Fix tarball to include file JACK MIDI compatibility file
13 = Version 3.3 on 2008-03-09 =
14  * Fix building against new JACK MIDI API variants
15  * Timing clock events are now ignored
17 = Version 3.2 on 2007-03-27 =
18  * Fix bug causing stalled midi events after burst followed by silence
19  * Decode jack midi reset message (by Edward Tomasz Napierala)
20  * Add some instructions about using GMIDImonitor.
22 = Version 3.1 on 2007-03-20 =
23  * Fix build against old jackmidi (0.102.20)
24  * Fix bug (not showing channel for note off messages)
26 = Version 3.0 on 2007-03-19 =
27  * Switch to autotools.
28  * LASH is now optional.
29  * JACK MIDI support (both old 0.102.20 and new one 0.103.0).
30  * LASH, JACK MIDI and ALSA MIDI can be force disabled by passing option to configure script.
31  * Shortcut for clearing list (ctrl-x).
33 = Version 2.1 on 2006-01-02 =
34  * dumping of sysex data
35  * somewhat limited MMC decoding.
37 = Version 2.0 on 2005-12-23 =
38  * bugfixes
39  * LASH support
41 = Version 1.0 on 2005-12-17 =
42  * Initial release