This file is indexed.

/usr/share/doc/cmt/html/changes.html is in cmt 1.16-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<H1>CMT Changes</H1>

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

<LI>Initial Release.</LI>

</UL>

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

<LI>Use <CODE>_init()</CODE> and <CODE>_fini()</CODE>. To handle
memory management automatically.</LI>

<LI>Change from <CODE>*_descriptor()</CODE> approach simpler
initialise_*() approach. Use <CODE>_init()</CODE> and
<CODE>_fini()</CODE> to handle memory management. Supply
<CODE>CMT_Descriptor::~CMT_Descriptor()</CODE>.</LI>

<LI>Make comments compatible with Doxygen.</LI>

<LI>Addition of Ambisonic encoder, decoder, converter and rotation
plugins.</LI>

<LI>Addition of Sine Waveshaper and Granular Scatter Processor
plugin.</LI>

</UL>

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

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

</UL>

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

<LI>Bugfixes: Ambisonic encoder inputs, white noise amplitude/DC,
Ambisonic rotation inplace support, sine oscillator frequency input
inplace support.</LI>

</UL>

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

<LI>Bugfix: use explicit pointer type when deleting
<CODE>ImplementationData</CODE> in <CODE>~CMT_Descriptor</CODE>.</LI>

</UL>

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

<LI>Introduction of Identity plugins.</LI>

</UL>

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

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

</UL>

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

<LI>Fix to Ambisonic decode equations.</LI>

</UL>

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

<LI>Addition of a port of Freeverb (version 3) and a collection of
plugins by David Bartold (analogue, canyon_delay, organ, syndrum,
vcf303).</LI>

</UL>

<H2>Version 1.10 - 17 Feb 2001</H2>
<UL>

<LI>Small compile fixes to some modules. Apologies to David who sent
me a patch ages ago for the analogue module.</LI>

</UL>

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

<LI>Addition of newline character to end of allpass.h.</LI>

</UL>

<H2>Version 1.12 - 17 Sept 2001</H2>
<UL>

<LI>Addition of new plugins by David: "Lo Fi" and "Phase Modulated
Voice."</LI>

</UL>

<H2>Version 1.13 - 7 May 2002</H2>
<UL>

<LI>Fix to B-Format rotation algorithm.</LI>

</UL>

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

<LI>Fix to B-Format rotation algorithm.</LI>

<LI>Update for LADSPA 1.1 (include default values).</LI>

</UL>

<H2> Version 1.15 - 19 Dec 2002 </H2>
<UL>

<LI>Addition of a number of utility routines and namespaces by
Nathaniel Virgo.</LI>

<LI>Addition of a number of plugins by Nathaniel Virgo.</LI>

<LI>Small change to trigger mechanism in syndrum plugin.</LI>

</UL>

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

<LI>Remove -Werror from compile options in makefile.</LI>

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

<LI>Small additional changes to makefile for robustness.</LI>

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

</UL>