diff options
author | David Robillard <d@drobilla.net> | 2012-08-23 04:13:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-23 04:13:30 +0000 |
commit | 2137da62cb68926828aa14c9b0181345c481296c (patch) | |
tree | 7970c7e7758739313f17a39ef61f3c7994302359 | |
parent | 5faa239fe5489f83a2472b9670985945aef457fa (diff) | |
download | serd-2137da62cb68926828aa14c9b0181345c481296c.tar.gz serd-2137da62cb68926828aa14c9b0181345c481296c.tar.bz2 serd-2137da62cb68926828aa14c9b0181345c481296c.zip |
Update NEWS.
git-svn-id: http://svn.drobilla.net/serd/trunk@379 490d8e77-9747-427b-9fa3-0b8f29cee8a0
-rw-r--r-- | NEWS | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,13 +1,18 @@ serd (9999) unstable; - * Support digits at start of local names as per new grammar + * Support digits at start of local names as per new Turtle grammar * Add incremental read interface suitable for reading from infinite streams * Add -e option to serdi to use incremental reading + * Add error callback to reader and writer for custom error reporting + * Add -q option to serdi to suppress all non-data output, e.g. errors * Reset indent when finishing a write * Report write size correctly when invalid UTF-8 is encountered and a replacement character is written - * Add error callback to reader and writer for custom error reporting - * Add -q option to serdi to suppress all non-data output, e.g. errors + * Strip down API documentation to a single clean page + * 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> |