From 72c2150b39c499dfb4a744a369091cb251fa5524 Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Thu, 28 Jan 2010 20:38:06 -0800 Subject: 1.4.21 --- RELEASE.html | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/RELEASE.html b/RELEASE.html index 0152b4fc..8145266b 100644 --- a/RELEASE.html +++ b/RELEASE.html @@ -14,9 +14,50 @@

Not yet released.

-

1.4.21+ releases are bug fix releases of the Raptor 1 series. +

This is a bug fix only release with no new features. New +development has moved to raptor 2 where a planned ABI and API break +is underway.

+ +

Fixed Issues:

+ + +

Parser changes

+ +

N-Triples parser: Declare acceptance of text/plain mime type with +q=0.1 +

+ +

RDFA parser (via librdfa): Updated to fix some buffer management +problems when it was passed large blocks (4096 bytes or more), a few +memory leaks and some other minor bugs.

+

RDF/XML parser: Properly reset the ID-checking set at the start of +each parse.

+ +

Turtle parser: Allow \\ at the end of triple-quoted literals. +Forbid '.'s in prefixes and qnames (follow specification). +Properly count newlines inside the literals for error reporting.

+ +

Other Changes

+ +

Updated configure and the build system to use silent +rules for the maintainer (by default), or when +--enable-silent-rules is passed to +configure. This feature requires building with automake +1.11 which requires autoconf 2.62 or newer when building from GIT. +

+ +

autogen.sh script was updated to enforce the +autotools versions above.

+ +

Raptor 1.4.20 Changes

-- cgit v1.2.1