Monthly ArchiveAugust 2003



librdf RDF API 28 Aug 2003 08:30 am

Redland Version 0.9.13 Released

  • API CHANGE Node
    The class was modifed to make objects immutable, removing the set
    methods and to add new node type convienence methods.
  • API addition Model
    Added a method to sync the model to the backing store.
  • API addition Parser
    Added methods to allow parsing from strings.
  • API addition Statement
    Added method to check for partial statements.
  • API addition Storage
    Added a method to sync the backing store.
  • Better error recovery – most errors return if possible.
  • Added initial simple threading support (patches by Seth Ladd)
  • Greatly improved Python API using 2.2 features (Edd Dumbill and Matt Biddulph)
  • Updated Perl, Python and Java APIs to always return new nodes and
    statements, removing the need to consider shared object issues.
  • Updated serializing to RDF/XML to handle datatype literals
  • Update to Raptor version 0.9.12 (RDF/XML and N-Triples parser) – see
    Raptor NEWS
    for changes since 0.9.8.
  • Extensive portability and other bug fixes.

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

libraptor RDF syntax parsing/serializing 25 Aug 2003 10:51 am

Raptor Version 0.9.12 Released

  • Fix some XML memory leaks in Exclusive XML Canonicalization.
  • Stop parsing RSS tag soup after a user abort
  • Improved N-Triples syntax checking.
  • Crash fixes for 64 bit Alpha/Sparc Linux/Solaris (varargs, size_t)
  • Fixed some other minor memory leaks with rdf:datatype and rdf:ID attributes.