summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-23 05:00:40 +0000
committerDavid Robillard <d@drobilla.net>2012-08-23 05:00:40 +0000
commit2ec861b64b042a56bdb2bc0b15bf0c0950d2d662 (patch)
treeb829da3d14920bce9f0139fac12095c1a1d57e5b
parent0dc59212bf0ed9b33e625e0171b2d92b2c128cd6 (diff)
downloadlilv-2ec861b64b042a56bdb2bc0b15bf0c0950d2d662.tar.gz
lilv-2ec861b64b042a56bdb2bc0b15bf0c0950d2d662.tar.bz2
lilv-2ec861b64b042a56bdb2bc0b15bf0c0950d2d662.zip
Update NEWS.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4752 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 101a62d..9f066e9 100644
--- a/NEWS
+++ b/NEWS
@@ -7,8 +7,13 @@ lilv (9999) unstable;
* Fix crash when lv2info is run with an invalid URI argument
* Gracefully handle failure to save plugin state and print error message
* Reduce memory usage (per node)
+ * Simpler node implementation always backed by a SordNode
+ * Make all 'zix' symbols private to avoid symbol clashes in static builds
* Add lv2bench utility
+ * Fix various hyper-strict warnings
* Do not require a C++ compiler to build
+ * Add option to build utilities as static binaries
+ * Upgrade to waf 1.7.2
-- David Robillard <d@drobilla.net>