To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / CHANGELOG @ 59:6732dd5e7139

History | View | Annotate | Download (743 Bytes)

1 59:6732dd5e7139 Chris
2
Changes in Vamp Plugin Tester v1.1 since the previous release v1.0:
3
4
Features
5
6
 * Add mechanism for listing the available tests and running only a
7
   single test at a time
8
9
 * Add test for reset() changing effective parameter values
10
11
 * Add test for existence of .cat file
12
13
 * Add test for boilerplate description text still in place for VamPy
14
   plugins
15
16
 * Make output more informative for some tests, and make some tests faster
17
18
Bug fixes
19
20
 * Fix erroneous verbose timestamp output for some tests
21
22
 * Don't complain when two consecutive runs with different starting
23
   times produce the same results, if neither set of results has any
24
   timestamps anyway
25
26
 * Link against pthread library on Linux, to support plugins with
27
   threading