summaryrefslogtreecommitdiff
path: root/doc/changes.html
blob: ecf0a85f13f7d340aa332a84e80b58029373ca9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<H1>Changes</H1>

<P>[Version numbers relate to the SDK, not the <CODE>ladspa.h</CODE>
header file itself.]</P>

<H2>Version 1.01 - 2 Apr 2000</H2>
<UL>

<LI>Initial Release with header file, limited documentation, three
plugins and two hosts.</LI>

</UL>

<H2>Version 1.02 - 4 May 2000</H2>
<UL>

<LI>Introduction of version numbering for SDK.</LI>

<LI>Plugins added, bringing basic example set to ten. Further
development of basic plugins for serious use shifted away to the CMT
project.</LI>

<LI>Bug fix to applyplugin when handling channel count changes.</LI>

<LI>Introduce support for the <CODE>LADSPA_PATH</CODE> environment
variable to both example hosts.</LI>

</UL>

<H2>Version 1.03 - 4 May 2000</H2>
<UL>

<LI>Documentation Converted to HTML.</LI>

</UL>

<H2>Version 1.04 - 11 May 2000</H2>
<UL>

<LI>Use <CODE>_init()</CODE> and <CODE>_fini()</CODE> in example
plugins.</LI>

</UL>

<H2>Version 1.05 - 14 May 2000</H2>
<UL>

<LI>Updated to correspond to http://www.ladspa.org/.</LI>

</UL>

<H2>Version 1.06 - 18 May 2000</H2>
<UL>

<LI>Add listplugins program.</LI>

</UL>

<H2>Version 1.07 - 24 Sep 2000</H2>
<UL>

<LI>Discourage reliance on LD_LIBRARY_PATH by stopping analyseplugin
and applyplugin from searching it when looking for LADSPA
plugins.</LI>

</UL>

<H2>Version 1.08 - 30 Sep 2000</H2>
<UL>

<LI>Use constructor/destructor rather than _fini() and _init() in
C++. Use C++ for linkage.</LI>

</UL>

<H2>Version 1.09 - 4 Nov 2000</H2>
<UL>

<LI>Add optional plugin label parameter to analyseplugin.</LI>

</UL>

<H2>Version 1.10 - 8 May 2001</H2>
<UL>

<LI>Introduction of LGPL license.</LI>

<LI>Removal of superfluous semicolon on line 492 of header file.</LI>

</UL>

<H2>Version 1.11 - 21 Jul 2001</H2>
<UL>

<LI>Remove memory leak in search code.</LI>

</UL>

<H2>Version 1.12 - 7 Aug 2002</H2>
<UL>

<LI>Update for LADSPA v1.1 (default values and 1.0f=0dB).</LI>

</UL>

<H2>Version 1.13 - 6 Nov 2007</H2>
<UL>

<LI>Fix compile error in sine.cpp (GCC4).</LI>

<LI>Fix typo in text output by analyseplugin.</LI>

<LI>Extra usage text in analyseplugin and applyplugin.</LI>

<LI>Replace strdup() with localStrdup() in sine.cpp to avoid
malloc/new mismatch.</LI>

<LI>Remove "local" part from install directories.</LI>

</UL>