File: ChangeLog

package info (click to toggle)
lv2proc 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 504 kB
  • sloc: sh: 1,258; ansic: 1,053; makefile: 13
file content (21 lines) | stat: -rw-r--r-- 604 bytes parent folder | download
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.