summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>