summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.html17
-rw-r--r--RELEASE.html9
2 files changed, 22 insertions, 4 deletions
diff --git a/NEWS.html b/NEWS.html
index 2112a84e..aef20aee 100644
--- a/NEWS.html
+++ b/NEWS.html
@@ -8,11 +8,24 @@
<h1 style="text-align:center">Raptor RDF Syntax Library - News</h1>
-<h2 id="D2013-XX-XX-V2.0.10">2013-XX-XX Raptor2 Version 2.0.10 Released</h2>
+<h2 id="D2013-08-27-V2.0.10">2013-07-27 Raptor2 Version 2.0.10 Released</h2>
-<p>Not yet released.
+<p>
+Completed support for <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/">Turtle Terse RDF Triple Language</a> W3C Candidate Recommendation 19 February 2013 (Turtle 2013)<br />
+Added support for <a href="http://www.w3.org/TR/2013/NOTE-n-triples-20130409/">N-Triples</a> W3C Working Group Note 09 April 2013 (N-Triples 2013)<br />
+Added a few new Turtle and N-Triples support functions<br />
+Update configure to better handle mixed <code>pkg-config</code> settings<br />
+Fixed reported <a href="http://bugs.librdf.org/">issues</a>:
+<a href="http://bugs.librdf.org/mantis/view.php?id=532">0000532</a>,
+<a href="http://bugs.librdf.org/mantis/view.php?id=535">0000535</a>,
+<a href="http://bugs.librdf.org/mantis/view.php?id=545">0000545</a> and
+<a href="http://bugs.librdf.org/mantis/view.php?id=548">0000548</a>
</p>
+<p>See the <a href="RELEASE.html#rel2_0_10">Raptor2 2.0.10 Release Notes</a>
+for the full details of the changes.</p>
+
+
<h2 id="D2013-02-26-V2.0.9">2013-02-26 Raptor2 Version 2.0.9 Released</h2>
<p>
diff --git a/RELEASE.html b/RELEASE.html
index 8c481377..babbdd8f 100644
--- a/RELEASE.html
+++ b/RELEASE.html
@@ -11,8 +11,13 @@
<h2 id="rel2_0_10"><a name="rel2_0_10">Raptor2 2.0.10 changes</a></h2>
-<p>Not yet released.
-</p>
+<p>Issues Fixed:</p>
+<ul>
+<li><a href="http://bugs.librdf.org/mantis/view.php?id=532">0000532</a>: configure.ac: required file `src/raptor_config.h.in' not found</li>
+<li><a href="http://bugs.librdf.org/mantis/view.php?id=535">0000535</a>: configure accepts bogus values for --with-xml2-config</li>
+<li><a href="http://bugs.librdf.org/mantis/view.php?id=545">0000545</a>: Reopen issue 503</li>
+<li><a href="http://bugs.librdf.org/mantis/view.php?id=548">0000548</a>: xml:lang inside rdf:parseType=&quot;Literal&quot; are removed in parsed output</li>
+</ul>
<h3>Parser changes</h3>