summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-24 03:09:06 +0000
committerDavid Robillard <d@drobilla.net>2012-05-24 03:09:06 +0000
commit7bcc44459f7c3b76274715565cd659734538921e (patch)
tree5374afbb3f35221aaad9206ef5ed8777114e5064 /NEWS
parent6116836c45952d4ae67585031b5fbc704106b2b0 (diff)
downloadsuil-7bcc44459f7c3b76274715565cd659734538921e.tar.gz
suil-7bcc44459f7c3b76274715565cd659734538921e.tar.bz2
suil-7bcc44459f7c3b76274715565cd659734538921e.zip
Allow run-time configuation of module directory via environment variable SUIL_MODULE_DIR.
git-svn-id: http://svn.drobilla.net/lad/trunk/suil@4457 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fc73aad..69d9dd3 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ suil (9999) stable;
* Fix crashes when wrapper widget is destroyed by toolkit before
suil cleanup function is called
* Link Gtk wrappers with 'nodelete' to avoid Glib type errors
+ * Allow run-time configuation of module directory via environment variable
+ SUIL_MODULE_DIR
-- David Robillard <d@drobilla.net>