diff options
author | David Robillard <d@drobilla.net> | 2017-03-23 21:39:16 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-03-23 21:39:16 +0100 |
commit | a208ffd4776ebc9072bfca2603d6931e24917ccf (patch) | |
tree | d0e38e8a3d40ff6d11bb530d8bbd48306f859031 /NEWS | |
parent | 3ee07e807b3e5490fa274241f7f0552ede133f17 (diff) | |
download | lilv-a208ffd4776ebc9072bfca2603d6931e24917ccf.tar.gz lilv-a208ffd4776ebc9072bfca2603d6931e24917ccf.tar.bz2 lilv-a208ffd4776ebc9072bfca2603d6931e24917ccf.zip |
Don't attempt to load remote or non-Turtle files
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ lilv (0.24.3) unstable; + * Don't attempt to load remote or non-Turtle files * lv2bench: Improve support for plugins with sequence ports * lv2bench: Support running a single plugin given on the command line * Gracefully handle plugins with missing binary URIs @@ -7,7 +8,7 @@ lilv (0.24.3) unstable; * Install Python bindings when configured without tests (thanks Clement Skau) - -- David Robillard <d@drobilla.net> Sat, 18 Mar 2017 17:02:35 +0100 + -- David Robillard <d@drobilla.net> Thu, 23 Mar 2017 21:37:42 +0100 lilv (0.24.2) stable; |