summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-09 23:40:21 +0000
committerDavid Robillard <d@drobilla.net>2011-12-09 23:40:21 +0000
commit005954c907e140698aefa04d57c701e0327602f5 (patch)
tree155ed95493b315afe354385b437688c147b3a715 /ChangeLog
parentf785b5cb807e83015e4fc44a7da5273060f54633 (diff)
downloadlilv-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 911d74c..ff4eabd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)