--- liblscp/trunk/ChangeLog 2008/02/14 17:05:51 1689 +++ liblscp/trunk/ChangeLog 2013/12/31 11:21:32 2487 @@ -3,8 +3,35 @@ ChangeLog -CVS HEAD Added support for new (un)subscribable events: +0.5.7 2013-12-31 Use getaddrinfo() instead of deprecated gethostbyname(). + + Update on newer autoconf macros (m4). + + Fixes for building for Windows with configure and make. + + Makefile fixes for building in separate directory. + + Autoconf fix: AC_CONFIG_HEADER obsolete error (fixes #194). + +0.5.6 2009-08-01 Fixed locale related parser bug (fixes #59). + + Added new client interface functions, for managing + the global limit of maximum voices and disk streams: + lscp_get_voices(), lscp_set_voices(), lscp_get_streams(), + lscp_set_streams(). + + _lscp_device_port_info_query(): take port parameter + "NAME" into the result list. + + Bugfix: _lscp_client_evt_proc() dropped LSCP events. + + Bugfix in lscp_client_subscribe(): only the first + lscp_client_subscribe() call succeeded (per client), + all subsequent ones failed. + + Added support for new (un)subscribable events: LSCP_EVENT_CHANNEL_MIDI + LSCP_EVENT_DEVICE_MIDI Caution: the bitflag approach for the event variable is now abondoned, since otherwise we would soon hit the limit of the bit range. The bitflag approach will @@ -17,6 +44,16 @@ effect send entities: lscp_set_fxsend_name(); + Added new client interface functions, for managing the + global limit of maximum voices and disk streams: + lscp_get_voices(); + lscp_set_voices(); + lscp_get_streams(); + lscp_set_streams(); + + Bugfix: fixed buggy behavior on different locale + settings (e.g. when parsing floating point numbers). + 0.5.5 2007-10-12 Changed client interface function, for editing instrument, from: lscp_edit_instrument(); @@ -61,7 +98,7 @@ LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO, LSCP_EVENT_MIDI_INSTRUMENT_COUNT, LSCP_EVENT_MIDI_INSTRUMENT_INFO. - + Updated examples. 0.5.0 2006-12-17 MIDI instrument mapping, second round, according to @@ -150,15 +187,15 @@ as to be more meaningful. Added support for the newest LSCP command: GET SERVER INFO; lscp_get_server_info(). -0.2.8 2005-05-08 [bug #9] Fixed for a LSCP command syntax convention - consistency, regarding the enumeration of available - sampler engines, Audio and MIDI drivers; this has +0.2.8 2005-05-08 [bug #9] Fixed for a LSCP command syntax convention + consistency, regarding the enumeration of available + sampler engines, Audio and MIDI drivers; this has affected the signature of the following functions: lscp_get_available_engines(); lscp_get_available_audio_drivers(); lscp_get_available_midi_drivers(); which are now returning an integer count of engines - and drivers, respectively, while the following + and drivers, respectively, while the following functions are now being introduced: lscp_list_available_engines(); lscp_list_available_audio_drivers();