Dave Beckett

Redland 0.9.18

2004-08-03 22:00

I just announced

Redland 0.9.17 and Redland Bindings 0.9.17-1 and then immediately found a crashing bug so released 0.9.18 with a fix (patch here) but only a handful of people downloaded it before I noticed and put up a warning. Anyway, what's new? Firstly, I split redland and the language bindings as I discussed before, but in more detail:

Redland 0.9.18

  • This is Redland 1.0 release candidate 1
  • New Query and Query Results classes to support RDF querying with RDQL using Rasqal
  • Moved the language APIS into the new Redland Bindings package
  • Added a new message logging API giving structured messages
  • Updated MySQL storage (Morten Frederiksen)
  • Check that duplicate statements are not added to models
  • Portability fixes for building natively on Win32 (Jose Kahan)
  • Updated to Rasqal 0.9.2 and Raptor 1.3.2
  • Several other minor bugs and fixes.

More in the release notes

Redland Bindings 0.9.18-1

  • The first release of Redland Bindings separate from Redland.
  • New C# API by Cesar Lopez Nataren and Edd Dumbill
  • Perl and Python APIs updated to have Redland Query and QueryResults
  • Ruby API replaced with rdf-redland written by by Dominic Sisneros

More in the release notes