comparison src/sord-0.12.0/NEWS @ 85:545efbb81310

Import initial set of sources
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 18 Mar 2013 14:12:14 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 85:545efbb81310
1 sord (0.12.0) stable;
2
3 * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
4 * Add sord_get() for easily getting single property values
5 * sord_validate: Pass type check when range is xsd:anyURI and value is a URI
6 * sord_validate: Support any subClassOf rdf:Property, not just baked-in ones
7 * sordmm.hpp: Add convenient constructors for decimal and integer literals
8 * sordmm.hpp: Add Node::to_serd_node()
9 * sordmm.hpp: Don't automatically add RDF namespace prefix to world
10
11 -- David Robillard <d@drobilla.net> Mon, 18 Feb 2013 11:05:59 -0500
12
13 sord (0.10.4) stable;
14
15 * Implement better data type validation in sord_validate conformant with
16 the XSD and OWL specifications
17 * Fix memory leaks in sord_validate
18 * Install sord_validate man page
19 * Disable timestamps in HTML documentation for reproducible build
20
21 -- David Robillard <d@drobilla.net> Sun, 14 Oct 2012 18:23:55 -0400
22
23 sord (0.10.0) stable;
24
25 * Add error callback to world for custom error reporting
26 * Performance and space (per node) improvements
27 * SSE4.2 accelerated hashing for node interning, where available
28 * Make all 'zix' symbols private to avoid symbol clashes in static builds
29 * Remove problematic "Loaded n statements" output from serdi
30 * Strip down API documentation to a single clean page
31 * Fix various hyper-strict warnings
32 * Do not require a C++ compiler to build
33 * Add option to build utilities as static binaries
34 * Upgrade to waf 1.7.2
35 * sordmm.hpp: Add indices and graphs parameters to Model constructor
36 * sordmm.hpp: Remove overzealous URI scheme assertion
37 * sordmm.hpp: Correctly handle Sord::Node self-assignment
38
39 -- David Robillard <d@drobilla.net> Thu, 23 Aug 2012 00:19:51 -0400
40
41 sord (0.8.0) stable;
42
43 * Use path variables in pkgconfig files
44 * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
45 * Tolerate serd passing NULL nodes to reader callback (serd 0.6.0)
46 * Fix comparison of typed literals
47 * Take advantage of interning in sord_node_equals()
48 * Support compilation as C++ under MSVC++.
49 * Add sord_iter_get_node()
50 * Refuse to intern relative URIs in sord_new_uri*()
51 * Add sord_new_relative_uri()
52 * Add SordInserter for writing to a model via Serd sink functions.
53 * Add convenient sord_search(), sord_ask(), and sord_count()
54 * Add sord_validate tool for validating data against RDF/OWL schemas
55
56 -- David Robillard <d@drobilla.net> Tue, 17 Apr 2012 18:24:53 -0400
57
58 sord (0.5.0) stable;
59
60 * Remove glib dependency
61 * Add function sord_contains for checking for a triple pattern
62 * Add function sord_write_iter for writing a queried range
63 * Fix Sord::Namespaces::qualify to no longer chop prefixes
64 * Add ability to build static library
65
66 -- David Robillard <d@drobilla.net> Thu, 29 Sep 2011 00:00:00 -0400
67
68 sord (0.4.2) stable;
69
70 * Fix compilation issues on some systems
71 * Fix build system Python 3 compatibility
72 * Bump Serd dependency to 0.4.0
73
74 -- David Robillard <d@drobilla.net> Wed, 25 May 2011 19:00:00 -0400
75
76 sord (0.4.0) stable;
77
78 * Initial release
79
80 -- David Robillard <d@drobilla.net> Tue, 24 May 2011 23:00:00 -0400