• Calling API changed to provide a common interface to
    the RDF parsers. The libraptor.3 manual page describes the changes.
  • Added support for RDF datatyped literals in
    RDF/XML with
    rdf:datatype attribute on property elements and
    N-Triples
    with the "string"^^<datatypeURIref>.
  • Added support for rdf:parseType="Collection" for RDF Collections
  • URI class allows swappable implementation by applications.
  • URI class now handles file: URIs for Win32 and Unix conventions.
  • Fixes to enable it to work on Apple OSX 10.1, 10.2
    (also tested working on Linux/x86, Solaris/sparc, FreeBSD/x86)
  • Many internal changes to support API changes, allow it to work
    with Redland when compiled as a separate library
  • Reorganised source into separate modules – URI, xml parser,
    ntriples parser, XML namespaces, XML qnames, locator.
  • More resilience with XML errors and XML parser errors – none of
    libxml2′s XML test suite examples crash raptor.
  • N-Triples
    parser recovers gracefully from errors in content
  • Packing for debian included
  • Added manual pages libraptor.3 and rapper.1
  • Added raptor-config script for compiling with the library.