diff options
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -1,11 +1,28 @@ -lv2 (1.18.9) unstable; urgency=medium +lv2 (1.18.11) unstable; urgency=medium + + * Add configuration options to bundle, header, and tool installation + * Add lv2dir and lv2specdatadir package variables + * Allow LV2_SYMBOL_EXPORT to be overridden + * Avoid over-use of yielding meson options + * Fix pylint warning in test script + * Move example plugins to a separate project + * Override pkg-config dependency within meson + * Remove troublesome lv2_atom_assert_double_fits_in_64_bits + * eg-metro: Fix memory leak + * lv2specgen: Avoid deprecation warnings with rdflib >= 7.5 + * lv2specgen: Fix offline XHTML validation and make it optional + * ui: Add types for Gtk4UI and Qt6UI + + -- David Robillard <d@drobilla.net> Sun, 08 Feb 2026 01:13:31 +0000 + +lv2 (1.18.10) stable; urgency=medium * Fix includedir in pkg-config file * Fix missing example plugin UI binaries * Only install lv2specgen when required Python modules are found * Replace change history data with a plain text NEWS file - -- David Robillard <d@drobilla.net> Wed, 07 Sep 2022 00:19:12 +0000 + -- David Robillard <d@drobilla.net> Fri, 09 Sep 2022 17:26:51 +0000 lv2 (1.18.8) stable; urgency=medium |