Monthly ArchiveJune 2001
librdf RDF API 07 Jun 2001 02:16 pm
Redland Version 0.9.9 Released
- Added librdf_world class to manage Redland environment
startup/shutdown – pervasive change throughout all other classes - configure improvements to try to get expat variants detected and
working more automatically - Added Debian (.deb) package support
- SiRPAC parser wrapper now handles multi-line literals
- Changed stream and iterator interfaces and classes to be
compatible, in preparation for unifying in one new filter class.
NOTE: This requires changes to user-code -
librdf_iterator_have_elements is now !librdf_iterator_is_end and
librdf_iterator_set_map is now librdf_iterator_add_map - Added perl and python interface warnings for above changes
- Preparation work for querying for arcs to/from a resource node,
filtering - Additional examples and explanations added to perl interface documentation
- Updated to Raptor RDF/XML parser 0.9.1 – many bug fixes