diff options
author | David Robillard <d@drobilla.net> | 2011-12-09 23:40:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-09 23:40:21 +0000 |
commit | 005954c907e140698aefa04d57c701e0327602f5 (patch) | |
tree | 155ed95493b315afe354385b437688c147b3a715 /ChangeLog | |
parent | f785b5cb807e83015e4fc44a7da5273060f54633 (diff) | |
download | lilv-005954c907e140698aefa04d57c701e0327602f5.tar.gz lilv-005954c907e140698aefa04d57c701e0327602f5.tar.bz2 lilv-005954c907e140698aefa04d57c701e0327602f5.zip |
Only load dynmanifests once per bundle, not once per plugin (fix #669).
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3845 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ lilv (UNRELEASED) unstable; urgency=low "http://purl.org/dc/terms/replaces" * Fix compilation on BSD * Fix crash in wordexp when LV2_PATH is corrupt + * Only load dynmanifest libraries once per bundle, not once per plugin -- David Robillard <d@drobilla.net> (UNRELEASED) |