aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-24 22:43:25 +0000
committerDavid Robillard <d@drobilla.net>2013-12-24 22:43:25 +0000
commit2ecbc85f122fcf850f7254e54653255e999cd119 (patch)
tree032f8eeb99411f3686f0e3a41d00788c0300ab39 /NEWS
parenta38f60f807f7f00a9f88b2d59e3c3e776f41de8a (diff)
downloadserd-2ecbc85f122fcf850f7254e54653255e999cd119.tar.gz
serd-2ecbc85f122fcf850f7254e54653255e999cd119.tar.bz2
serd-2ecbc85f122fcf850f7254e54653255e999cd119.zip
Update to latest Turtle test suite.
Support UTF-8 in blank node names. Support idiotic SPARQL escaping in local names. git-svn-id: http://svn.drobilla.net/serd/trunk@452 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c0b9eed6..05b719a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,14 @@
serd (0.18.3) unstable;
- * Support most of the latest Turtle Draft
+ * Support the latest Turtle Draft
* Don't write xsd:decimal literals to Turtle bare if they would not be read
back with the same type
* Fix possible crash in serd_writer_end_anon() when writing invalid lists
* Generate blank names like _:b1 and _:B2 not _:genid1 _:docid2
* Correctly handle posix_memalign failure
- * Update to waf 1.7.11
+ * Update to waf 1.7.14
- -- David Robillard <d@drobilla.net> Tue, 20 Aug 2013 11:33:48 -0400
+ -- David Robillard <d@drobilla.net> Tue, 24 Dec 2013 16:34:13 -0500
serd (0.18.2) stable;