aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-23 04:13:30 +0000
committerDavid Robillard <d@drobilla.net>2012-08-23 04:13:30 +0000
commit2137da62cb68926828aa14c9b0181345c481296c (patch)
tree7970c7e7758739313f17a39ef61f3c7994302359 /NEWS
parent5faa239fe5489f83a2472b9670985945aef457fa (diff)
downloadserd-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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3c9dd6e5..b6a53bb4 100644
--- a/NEWS
+++ b/NEWS
@@ -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>