/[svn]/liblscp/trunk/ChangeLog
ViewVC logotype

Diff of /liblscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 562 by capela, Sun May 22 11:27:56 2005 UTC revision 625 by capela, Thu Jun 9 15:55:49 2005 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6    0.3.0  2005-06-09  [bug #11] Timeout flush idiosyncrasy is now a feature;
7                       this just tries to flush the receive buffer whenever
8                       any previous transaction has failed due to a timeout.
9                      
10                       Fixed an off-by-one timeout quirk, that has been a real
11                                       showstopper on Mac OS X at least, which is incidental
12                                       to qsampler's default timeout setting of 1000 msecs,
13                                       giving up systematically on select() due to "Invalid
14                                       argument" (EINVAL).
15    
16  0.2.8  2005-05-22  More LSCP command syntax changes, particularly on the  0.2.8  2005-05-22  More LSCP command syntax changes, particularly on the
17                     event subscription ones: the LSCP_EVENT_CHANNELS event                     event subscription ones: the LSCP_EVENT_CHANNELS event
18                     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,                     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,
19                     as to be more meaningful.                     as to be more meaningful. Added support for the newest
20                       LSCP command: GET SERVER INFO; lscp_get_server_info().
21    
22  0.2.8  2005-05-08  [bug #9] Fixed for a LSCP command syntax convention  0.2.8  2005-05-08  [bug #9] Fixed for a LSCP command syntax convention
23                     consistency, regarding the enumeration of available                     consistency, regarding the enumeration of available

Legend:
Removed from v.562  
changed lines
  Added in v.625

  ViewVC Help
Powered by ViewVC