--- liblscp/trunk/ChangeLog 2005/06/10 09:59:18 626 +++ liblscp/trunk/ChangeLog 2005/08/19 17:05:08 749 @@ -3,6 +3,19 @@ ChangeLog +0.3.2 2005-08-19 Fixed missing initialization bug on lscp_channel_info_t + new struct fields (mute/solo). + + Include debian files into distribution. + +0.3.1 2005-08-16 [bug #21] Fixed automake support for separate build + directory. + + Added support to sampler channel MUTE/SOLO states: + lscp_set_channel_mute(); + lscp_set_channel_solo(); + with corresponding new lscp_channel_info_t fields. + 0.3.0 2005-06-10 [bug #11] Timeout flush idiosyncrasy is now a feature; this just tries to flush the receive buffer whenever any previous transaction has failed due to a timeout.