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

Diff of /liblscp/trunk/ChangeLog

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

revision 762 by capela, Sun Aug 28 21:32:40 2005 UTC revision 963 by capela, Sun Dec 3 18:30:04 2006 UTC
# Line 3  liblscp - LinuxSampler Control Protocol Line 3  liblscp - LinuxSampler Control Protocol
3    
4  ChangeLog  ChangeLog
5    
6  0.3.2  2005-08-28  Fixed missing initialization bug on lscp_channel_info_t  0.4.2  2006-12-03  MIDI instrument mapping fixed, previously missing
7                       the regular ON_DEMAND load mode.
8    
9                       Server error reporting is now effective; all server
10                       numerical error and warning codes are added to 100,
11                       thus giving a proper non-zero lscp_client_get_errno()
12                       return value.
13    
14    0.4.1  2006-11-28  Fixed the flush timeout operation to be issued only
15                       once, avoiding recurrent client failure after receive
16                       timeout.
17    
18                       Support for very long command result sets have been
19                       introduced, with the downside of strictly obeying
20                       the LSCP draft.
21    
22                       list_midi_instruments() is now being implemented.
23    
24                       LGPL text is now back in COPYING.
25    
26    0.4.0  2006-11-27  As of the LSCP 1.2 working draft document, added
27                       some missing client interface functions:
28                         lscp_get_total_voice_count();
29                         lscp_get_total_voice_count_max();
30                       and for the new MIDI instrumenbt mapping features:
31                         lscp_map_midi_instrument();
32                         lscp_unmap_midi_instrument();
33                         lscp_get_midi_instruments();
34                         lscp_get_midi_instrument_info();
35                         lscp_clear_midi_instruments();
36    
37    
38    0.3.4  2006-09-24  GPL address update.
39    
40    0.3.3  2006-06-01  Fixed some compilation warnings due to suspicious type
41                       casting and unsused header macros.
42    
43                       Changed deprecated copyright attribute to license
44                       and added ldconfig to post-(un)install steps
45                       to liblscp.spec (RPM).
46    
47    0.3.2  2005-08-29  Fixed missing initialization bug on lscp_channel_info_t
48                     new struct fields (mute/solo).                     new struct fields (mute/solo).
49    
50                     Include debian files into distribution.                     Include debian files into distribution.
# Line 28  ChangeLog Line 69  ChangeLog
69                     giving up systematically on select() due to "Invalid                     giving up systematically on select() due to "Invalid
70                     argument" (EINVAL).                     argument" (EINVAL).
71    
72    
73  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
74                     event subscription ones: the LSCP_EVENT_CHANNELS event                     event subscription ones: the LSCP_EVENT_CHANNELS event
75                     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,                     definition were renamed to LSCP_EVENT_CHANNEL_COUNT,
# Line 90  ChangeLog Line 132  ChangeLog
132  0.2.0  2004-07-06  New LSCP extension draft (v.11) initial support.  0.2.0  2004-07-06  New LSCP extension draft (v.11) initial support.
133                     (still a work in progress...)                     (still a work in progress...)
134    
135    
136  0.1.9  2004-05-18  More fixes for MSVC++ example build.  0.1.9  2004-05-18  More fixes for MSVC++ example build.
137    
138  0.1.8  2004-05-17  Fix for MSVC++ example build; snprintf replaced by  0.1.8  2004-05-17  Fix for MSVC++ example build; snprintf replaced by

Legend:
Removed from v.762  
changed lines
  Added in v.963

  ViewVC Help
Powered by ViewVC