summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2014-10-19 09:48:18 -0700
committerDave Beckett <dave@dajobe.org>2014-10-19 09:48:18 -0700
commit2de6ecb400e357018ba4d306136e86a5e49c4679 (patch)
treec6c822742bb6fc39c9fb6d31bc71e83372deea06
parent5c417f1fdccfcd178f2f8c363f22ce0e4978f64c (diff)
downloadraptor-2de6ecb400e357018ba4d306136e86a5e49c4679.tar.gz
2.0.15
-rw-r--r--RELEASE.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/RELEASE.html b/RELEASE.html
index 39e49b98..21b918f9 100644
--- a/RELEASE.html
+++ b/RELEASE.html
@@ -25,6 +25,11 @@
URIs which has been broken since 2007 but just did more work. Found
via gcc5 warning.</p>
+<p>Updated librdfa to support full URLs for <code>typeof</code> from
+upstream. Re-checked several tests which have been passing for some
+time but the expected output was not a correct conversion from the
+testsuite sparql.</p>
+
<h3>Term class changes</h3>
<p><code>raptor_new_term_from_blank()</code> now also accepts "" as
@@ -67,6 +72,16 @@ terminate the output string.</p>
<p>Fix a -99 &lt;= var &lt;= 99 timezone interval check. Thanks to
Richard Trieu for the report.</p>
+<p>Improve configure warning check using AC_LANG_WERROR</p>
+
+<p>Use C99 <code>__FUNCTION__</code> replacing <code>__func__</code>
+from C90.</p>
+
+<p>Improve build-time flex and bison output to be more silent.</p>
+
+<p>Added Intel C compiler (icc) support from Sebastian Freundt
+(hroptatyr on GitHub) - Thanks.</p>
+
<h2 id="rel2_0_14"><a name="rel2_0_14">Raptor2 2.0.14 changes</a></h2>