diff options
author | David Robillard <d@drobilla.net> | 2019-04-14 09:52:21 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-14 11:18:00 +0200 |
commit | 1403d34fca93ee75a84347fd838506539fb20625 (patch) | |
tree | 24e6655494c3f6688d60f6cedf9ccd5dc405813c /NEWS | |
parent | b788af9d049c43b274befc8424a487515d122b0b (diff) | |
download | lilv-1403d34fca93ee75a84347fd838506539fb20625.tar.gz lilv-1403d34fca93ee75a84347fd838506539fb20625.tar.bz2 lilv-1403d34fca93ee75a84347fd838506539fb20625.zip |
Add option to override LV2_PATH in applications
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,8 +4,9 @@ lilv (0.24.5) unstable; * Fix creating directories across drives on Windows * Don't print errors when saving state if correct links already exist * Fix issues with loading state with saved files from the model + * Add option to override LV2_PATH in applications - -- David Robillard <d@drobilla.net> Sun, 16 Sep 2018 11:36:45 +0200 + -- David Robillard <d@drobilla.net> Sun, 14 Apr 2019 09:52:48 +0200 lilv (0.24.4) stable; |