--- liblscp/trunk/ChangeLog 2006/11/27 18:33:02 946 +++ liblscp/trunk/ChangeLog 2006/12/03 18:30:04 963 @@ -3,6 +3,26 @@ ChangeLog +0.4.2 2006-12-03 MIDI instrument mapping fixed, previously missing + the regular ON_DEMAND load mode. + + Server error reporting is now effective; all server + numerical error and warning codes are added to 100, + thus giving a proper non-zero lscp_client_get_errno() + return value. + +0.4.1 2006-11-28 Fixed the flush timeout operation to be issued only + once, avoiding recurrent client failure after receive + timeout. + + Support for very long command result sets have been + introduced, with the downside of strictly obeying + the LSCP draft. + + list_midi_instruments() is now being implemented. + + LGPL text is now back in COPYING. + 0.4.0 2006-11-27 As of the LSCP 1.2 working draft document, added some missing client interface functions: lscp_get_total_voice_count();