summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-23 03:56:34 +0000
committerDavid Robillard <d@drobilla.net>2012-08-23 03:56:34 +0000
commit8039ffb59e79e6df26a338ebe26021a0a2a8681c (patch)
treefa85f53bb9420c30558118bfbe29c59326a1c100
parent41f2cf72671ed061c436cf52071ae7772b111ff8 (diff)
downloadsord-8039ffb59e79e6df26a338ebe26021a0a2a8681c.tar.gz
sord-8039ffb59e79e6df26a338ebe26021a0a2a8681c.tar.bz2
sord-8039ffb59e79e6df26a338ebe26021a0a2a8681c.zip
Update NEWS.
git-svn-id: http://svn.drobilla.net/sord/trunk@257 3d64ff67-21c5-427c-a301-fe4f08042e5a
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c5b63a1..fa0502e 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,13 @@ sord (9999) unstable;
* Add error callback to world for custom error reporting
* Performance and space (per node) improvements
+ * SSE4.2 accelerated hashing for node interning, where available
+ * Make all 'zix' symbols private to avoid symbol clashes in static builds
* Remove problematic "Loaded n statements" output from serdi
+ * Strip down API documentation to a single clean page
+ * Do not require a C++ compiler to build
+ * Add option to build utilities as static binaries
+ * Upgrade to waf 1.7.2
* sordmm.hpp: Add indices and graphs parameters to Model constructor
* sordmm.hpp: Remove overzealous URI scheme assertion
* sordmm.hpp: Correctly handle Sord::Node self-assignment