--- liblscp/trunk/ChangeLog 2005/08/16 09:48:42 735 +++ liblscp/trunk/ChangeLog 2006/06/01 08:32:16 869 @@ -3,9 +3,23 @@ ChangeLog +0.3.3 2006-06-01 Fixed some compilation warnings due to suspicious type + casting and unsused header macros. + + Changed deprecated copyright attribute to license + and added ldconfig to post-(un)install steps + to liblscp.spec (RPM). + +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();