annotate src/sord-0.12.0/NEWS @ 139:413e081fcc6f

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