Monthly ArchiveSeptember 2003



librdf RDF API 08 Sep 2003 09:14 am

Redland Version 0.9.14 Released

  • Update to synchronise with
    Raptor version 1.0.0 (RDF/XML and N-Triples parser) – see
    Raptor NEWS
    for the changes since 0.9.12.
  • Added a new utility program rdfproc – a general RDF
    processor for Redland that allows command line use of the library.
  • Made the Node class intern every node.
  • Fixed the broken use of Perl UNIVERSAL::isa
  • Other minor API changes

See the 0.9.14 Release Notes
for the full list of the changes.

libraptor RDF syntax parsing/serializing 08 Sep 2003 05:21 am

Raptor Version 1.0.0 Released

  • Several long-deprecated functions were removed and consequently the
    library shared version number was increased to 1
  • Fixed scanning for rdf:RDF so that RDF/XML in other
    XML works, such as in SVG
  • raptor-config --libs now works, added --libtool-libs
    and --version-decimal
  • Check N-Triples legal Unicode character range #x0-#x10FFFF
  • Normalize RDF/XML xml:lang and N-Triples language to lowercase
    on input
  • Worked around libxml2 bug causing a crash on some error reporting
  • Added raptor_parse_file_stream for parsing a C FILE*
  • Tidied rapper utility argument handling, added –version