diff options
| author | David Robillard <d@drobilla.net> | 2025-11-13 16:45:17 -0500 |
|---|---|---|
| committer | David Robillard <d@drobilla.net> | 2025-11-13 16:46:14 -0500 |
| commit | 24d70a1e94d37ccaa979724715273bdf7b5be062 (patch) | |
| tree | efdc28e13f765dd78463b03baf4ffa590a799ea9 /NEWS | |
| parent | 7cb031f12795a3f4a62428322e30a7ce60358a5c (diff) | |
| download | lv2-24d70a1e94d37ccaa979724715273bdf7b5be062.tar.xz | |
Add configuration options to control bundle and header installation
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ lv2 (1.18.11) unstable; urgency=medium - * Add configuration option to control command-line tool installation + * Add configuration options to bundle, header, and tool installation * Allow LV2_SYMBOL_EXPORT to be overridden * Avoid over-use of yielding meson options * Fix pylint warning in test script @@ -9,7 +9,7 @@ lv2 (1.18.11) unstable; urgency=medium * eg-metro: Fix memory leak * ui: Add types for Gtk4UI and Qt6UI - -- David Robillard <d@drobilla.net> Wed, 05 Nov 2025 17:20:42 +0000 + -- David Robillard <d@drobilla.net> Thu, 13 Nov 2025 21:44:54 +0000 lv2 (1.18.10) stable; urgency=medium |