--- liblscp/trunk/ChangeLog 2005/06/09 15:55:49 625 +++ liblscp/trunk/ChangeLog 2005/08/28 22:23:43 764 @@ -3,15 +3,30 @@ ChangeLog -0.3.0 2005-06-09 [bug #11] Timeout flush idiosyncrasy is now a feature; +0.3.2 2005-08-29 Fixed missing initialization bug on lscp_channel_info_t + new struct fields (mute/solo). + + Include debian files into distribution. + + Renamed configure.in to newer configure.ac. + +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. - - Fixed an off-by-one timeout quirk, that has been a real - showstopper on Mac OS X at least, which is incidental - to qsampler's default timeout setting of 1000 msecs, - giving up systematically on select() due to "Invalid - argument" (EINVAL). + + Fixed an off-by-one timeout quirk, that has been a real + showstopper on Mac OS X at least, which is incidental + to qsampler's default timeout setting of 1000 msecs, + giving up systematically on select() due to "Invalid + argument" (EINVAL). 0.2.8 2005-05-22 More LSCP command syntax changes, particularly on the event subscription ones: the LSCP_EVENT_CHANNELS event