diff options
author | David Robillard <d@drobilla.net> | 2015-02-08 05:22:10 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-08 05:22:10 +0000 |
commit | 765929f0b2194171c7f793dc01e227830533c420 (patch) | |
tree | 6d8fe729162338b4c5bd8aad2179759cae0e935b /NEWS | |
parent | 3257b52a2ceb7d6ad36a8cd8768612ce33090003 (diff) | |
download | lilv-765929f0b2194171c7f793dc01e227830533c420.tar.gz lilv-765929f0b2194171c7f793dc01e227830533c420.tar.bz2 lilv-765929f0b2194171c7f793dc01e227830533c420.zip |
Preserve absolute paths in state if no link directory is given.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5540 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,12 +5,13 @@ lilv (0.21.1) unstable; * Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes() * Tolerate passing NULL to lilv_state_restore() + * Preserve absolute paths in state if no link directory is given * Fix a few minor/unlikely memory errors * Configure based on compiler target OS for cross-compilation * Windows fixes (thanks John Emmas) * Minor documentation improvements - -- David Robillard <d@drobilla.net> Thu, 29 Jan 2015 17:55:31 -0500 + -- David Robillard <d@drobilla.net> Sun, 08 Feb 2015 00:21:46 -0500 lilv (0.20.0) stable; |