3 * Fix construction and comparison of URIs with UTF-8 characters
4 * Fix documentation generation
5 * Return error from sord_inserter_write_statement() if a node can not be
6 written (e.g. undefined prefix)
7 * Make sord_node_get_counted return byte count, and clarify documentation
8 * Safely return NULL from sord_iter_get() for end iterators
9 * Add sord_node_get_string_measured() to get both byte and character counts
10 * sord_validate: Do proper numeric comparison for propery bounds checking
11 * sord_validate: Tolerate xsd:decimal literals for double and float
12 properties if literals match pattern
14 -- David Robillard <d@drobilla.net> Mon, 19 Sep 2016 22:23:17 -0400
18 * Reduce memory usage and increase performance with a better data structure
19 * Add sord_erase() for erasing statements via an iterator
20 * Fix bugs with stores that contain both graphs and default graph statements
21 * Fix crash caused by multiple deletion of datatype nodes
22 * Fix compilation on compilers that do not support -pthread flag
23 * Fix minor memory leak in sordi
24 * Fix using sordi with stdin
25 * Show sordi errors in standard format
26 * sord_validate: More extensive validation, including cardinality,
27 PlainLiteral, and someValuesFrom restrictions.
28 * This release does not break the ABI, but the semantics of iterators has
29 changed: any modification to a model invalidates iterators on that model
30 * Improve test coverage
31 * Upgrade to waf 1.8.14
33 -- David Robillard <d@drobilla.net> Thu, 08 Oct 2015 15:37:36 -0400
37 * Fix iteration over an entire graph (* * * graph)
38 * sordmm.hpp: Remove unused members
39 * Update to waf 1.7.16
41 -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 18:03:02 -0400
45 * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
46 * Add sord_get() for easily getting single property values
47 * sord_validate: Pass type check when range is xsd:anyURI and value is a URI
48 * sord_validate: Support any subClassOf rdf:Property, not just baked-in ones
49 * sordmm.hpp: Add convenient constructors for decimal and integer literals
50 * sordmm.hpp: Add Node::to_serd_node()
51 * sordmm.hpp: Don't automatically add RDF namespace prefix to world
53 -- David Robillard <d@drobilla.net> Mon, 18 Feb 2013 11:05:59 -0500
57 * Implement better data type validation in sord_validate conformant with
58 the XSD and OWL specifications
59 * Fix memory leaks in sord_validate
60 * Install sord_validate man page
61 * Disable timestamps in HTML documentation for reproducible build
63 -- David Robillard <d@drobilla.net> Sun, 14 Oct 2012 18:23:55 -0400
67 * Add error callback to world for custom error reporting
68 * Performance and space (per node) improvements
69 * SSE4.2 accelerated hashing for node interning, where available
70 * Make all 'zix' symbols private to avoid symbol clashes in static builds
71 * Remove problematic "Loaded n statements" output from serdi
72 * Strip down API documentation to a single clean page
73 * Fix various hyper-strict warnings
74 * Do not require a C++ compiler to build
75 * Add option to build utilities as static binaries
76 * Upgrade to waf 1.7.2
77 * sordmm.hpp: Add indices and graphs parameters to Model constructor
78 * sordmm.hpp: Remove overzealous URI scheme assertion
79 * sordmm.hpp: Correctly handle Sord::Node self-assignment
81 -- David Robillard <d@drobilla.net> Thu, 23 Aug 2012 00:19:51 -0400
85 * Use path variables in pkgconfig files
86 * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
87 * Tolerate serd passing NULL nodes to reader callback (serd 0.6.0)
88 * Fix comparison of typed literals
89 * Take advantage of interning in sord_node_equals()
90 * Support compilation as C++ under MSVC++.
91 * Add sord_iter_get_node()
92 * Refuse to intern relative URIs in sord_new_uri*()
93 * Add sord_new_relative_uri()
94 * Add SordInserter for writing to a model via Serd sink functions.
95 * Add convenient sord_search(), sord_ask(), and sord_count()
96 * Add sord_validate tool for validating data against RDF/OWL schemas
98 -- David Robillard <d@drobilla.net> Tue, 17 Apr 2012 18:24:53 -0400
102 * Remove glib dependency
103 * Add function sord_contains for checking for a triple pattern
104 * Add function sord_write_iter for writing a queried range
105 * Fix Sord::Namespaces::qualify to no longer chop prefixes
106 * Add ability to build static library
108 -- David Robillard <d@drobilla.net> Thu, 29 Sep 2011 00:00:00 -0400
112 * Fix compilation issues on some systems
113 * Fix build system Python 3 compatibility
114 * Bump Serd dependency to 0.4.0
116 -- David Robillard <d@drobilla.net> Wed, 25 May 2011 19:00:00 -0400
122 -- David Robillard <d@drobilla.net> Tue, 24 May 2011 23:00:00 -0400