summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-17 18:28:43 +0000
committerDavid Robillard <d@drobilla.net>2012-01-17 18:28:43 +0000
commit1ad081967284c99a5f86ff7b7e84416c0a601281 (patch)
tree00b637f5285c29b767f273ff4cb4b6b261bcbcf3 /ChangeLog
parent33b20e5c20b0bbac5db9d8022ee5499b8cb95b5c (diff)
downloadlilv-1ad081967284c99a5f86ff7b7e84416c0a601281.tar.gz
lilv-1ad081967284c99a5f86ff7b7e84416c0a601281.tar.bz2
lilv-1ad081967284c99a5f86ff7b7e84416c0a601281.zip
Remove use of wordexp.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3957 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e2bbec4..f1d1ff0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,6 @@ lilv (UNRELEASED) unstable; urgency=low
* Use correct URI for dcterms:replaces (for hiding old plugins):
"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
* Fix lilv_world_find_nodes to work with wildcard subjects
* Add lilv_plugin_get_related to get resources related to plugins that
@@ -22,6 +21,7 @@ lilv (UNRELEASED) unstable; urgency=low
to the LV2 presets format.
* Update old references to lv2_list (now lv2ls)
* Support compilation as C++ under MSVC++.
+ * Remove use of wordexp.
-- David Robillard <d@drobilla.net> (UNRELEASED)