1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
0.5.1
-----
* Fixed -n command line option.
* Now including stdbool.h (useless, but you never know...)
* LIBS = ... -> LIBS += ... in src/Makefile.am.
* Now requiring Autoconf >= 2.69 for build system (re)generation.
0.5.0
-----
* Fixed buggy "out of range" warning when dealing with lv2:sampleRate ports.
* Fixed build system failure when using --as-needed (thanks Alessio Treglia).
* Citing LV2 FHS explicitly in manpage.
0.4.0
-----
* Added installation instructions to README.
* Now requiring Autoconf >= 2.68 for build system (re)generation.
0.3.0
-----
First public release.
|