Monthly ArchiveAugust 2000



librdf RDF API 30 Aug 2000 08:51 am

Redland Version 0.9.3 Released

  • Implemented fast get sources, targets, arcs for storage models using multiple hashes (Berkeley DB)
  • Made Berkeley DB support work for V3, two variants of V2
  • Implemented removing statements for stored models
  • Changed internal hash API arguments, which was nice.
  • Added general RDF utility example code example4.c
    that parses RDF/XML syntax, stores it and provides multiple query methods.
  • Added simple 10-line RDF example code example3.c
  • SiRPAC Java parser call changed to not discard error output
  • Use streaming part of SiRPAC Java parser
  • Didn’t do anything on list :( but fixed several parts of code marked FIXME :-).

librdf RDF API 28 Aug 2000 02:56 pm

Redland Version 0.9.2 Released

  • API HTML documentation added to release.
  • configure now splits and generates sub-version numbers.

librdf RDF API 28 Aug 2000 02:56 pm

Redland Version 0.9.1 Released

  • configure warns user if no persistant storage (BDB) found
  • configure warns user if no RDF parser configured
  • Made BDB V1 fail if found by configure – does not work with Redland.
  • Some improvements to installation document.