cannam@85: sord (0.12.0) stable; cannam@85: cannam@85: * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory) cannam@85: * Add sord_get() for easily getting single property values cannam@85: * sord_validate: Pass type check when range is xsd:anyURI and value is a URI cannam@85: * sord_validate: Support any subClassOf rdf:Property, not just baked-in ones cannam@85: * sordmm.hpp: Add convenient constructors for decimal and integer literals cannam@85: * sordmm.hpp: Add Node::to_serd_node() cannam@85: * sordmm.hpp: Don't automatically add RDF namespace prefix to world cannam@85: cannam@85: -- David Robillard Mon, 18 Feb 2013 11:05:59 -0500 cannam@85: cannam@85: sord (0.10.4) stable; cannam@85: cannam@85: * Implement better data type validation in sord_validate conformant with cannam@85: the XSD and OWL specifications cannam@85: * Fix memory leaks in sord_validate cannam@85: * Install sord_validate man page cannam@85: * Disable timestamps in HTML documentation for reproducible build cannam@85: cannam@85: -- David Robillard Sun, 14 Oct 2012 18:23:55 -0400 cannam@85: cannam@85: sord (0.10.0) stable; cannam@85: cannam@85: * Add error callback to world for custom error reporting cannam@85: * Performance and space (per node) improvements cannam@85: * SSE4.2 accelerated hashing for node interning, where available cannam@85: * Make all 'zix' symbols private to avoid symbol clashes in static builds cannam@85: * Remove problematic "Loaded n statements" output from serdi cannam@85: * Strip down API documentation to a single clean page cannam@85: * Fix various hyper-strict warnings cannam@85: * Do not require a C++ compiler to build cannam@85: * Add option to build utilities as static binaries cannam@85: * Upgrade to waf 1.7.2 cannam@85: * sordmm.hpp: Add indices and graphs parameters to Model constructor cannam@85: * sordmm.hpp: Remove overzealous URI scheme assertion cannam@85: * sordmm.hpp: Correctly handle Sord::Node self-assignment cannam@85: cannam@85: -- David Robillard Thu, 23 Aug 2012 00:19:51 -0400 cannam@85: cannam@85: sord (0.8.0) stable; cannam@85: cannam@85: * Use path variables in pkgconfig files cannam@85: * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man) cannam@85: * Tolerate serd passing NULL nodes to reader callback (serd 0.6.0) cannam@85: * Fix comparison of typed literals cannam@85: * Take advantage of interning in sord_node_equals() cannam@85: * Support compilation as C++ under MSVC++. cannam@85: * Add sord_iter_get_node() cannam@85: * Refuse to intern relative URIs in sord_new_uri*() cannam@85: * Add sord_new_relative_uri() cannam@85: * Add SordInserter for writing to a model via Serd sink functions. cannam@85: * Add convenient sord_search(), sord_ask(), and sord_count() cannam@85: * Add sord_validate tool for validating data against RDF/OWL schemas cannam@85: cannam@85: -- David Robillard Tue, 17 Apr 2012 18:24:53 -0400 cannam@85: cannam@85: sord (0.5.0) stable; cannam@85: cannam@85: * Remove glib dependency cannam@85: * Add function sord_contains for checking for a triple pattern cannam@85: * Add function sord_write_iter for writing a queried range cannam@85: * Fix Sord::Namespaces::qualify to no longer chop prefixes cannam@85: * Add ability to build static library cannam@85: cannam@85: -- David Robillard Thu, 29 Sep 2011 00:00:00 -0400 cannam@85: cannam@85: sord (0.4.2) stable; cannam@85: cannam@85: * Fix compilation issues on some systems cannam@85: * Fix build system Python 3 compatibility cannam@85: * Bump Serd dependency to 0.4.0 cannam@85: cannam@85: -- David Robillard Wed, 25 May 2011 19:00:00 -0400 cannam@85: cannam@85: sord (0.4.0) stable; cannam@85: cannam@85: * Initial release cannam@85: cannam@85: -- David Robillard Tue, 24 May 2011 23:00:00 -0400