summaryrefslogtreecommitdiff
path: root/RELEASE.html
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2015-01-02 10:20:27 -0800
committerDave Beckett <dave@dajobe.org>2015-01-02 10:20:27 -0800
commitc9fb04343702965fe1d42dde74df61bfcb316174 (patch)
tree6f484d89b2ce0806287d643ad2840fdbf2082fe1 /RELEASE.html
parenta35dfac19b9d83e7530dc4003df55737ae363a06 (diff)
downloadraptor-c9fb04343702965fe1d42dde74df61bfcb316174.tar.gz
2.0.16
Diffstat (limited to 'RELEASE.html')
-rw-r--r--RELEASE.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/RELEASE.html b/RELEASE.html
index 6d46276a..917ba035 100644
--- a/RELEASE.html
+++ b/RELEASE.html
@@ -14,6 +14,15 @@
<p>Not yet released.
</p>
+<h3>Parser changes</h3>
+
+<p>The Turtle parser was improved to process input in chunks, rather
+than all in one step (with a large memory buffer). This allows
+Turtle to read and parse files much larger than the system memory;
+it splits the inputs after the end of a turtle "sentence" that ends
+in a <code>.</code>. This improvment was contributed by
+Sebastian Freundt. Thanks</p>
+
<h3>Serializer changes</h3>
<p>Added a serializer for the
@@ -24,6 +33,10 @@ H. McCullough based on the Turtle serializer. Thanks.
<h3>Other changes</h3>
+<p>Made Raptor build again with CMake under Windows via CI as a
+service Appveyor. The resulting binaries and libraries were not
+tested.</p>
+
<p>Made some code changes to quiet GCC extra warnings.</p>
<p>Some portability fixes were made for building under cygwin from