summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-11-02 16:21:16 +0100
committerDavid Robillard <d@drobilla.net>2019-11-02 16:21:16 +0100
commitc317a80a34bcc1f9c41079dc12aa1a439989b42f (patch)
treeca19a77f52a38d4f0edd07c73315a29b3df33639 /NEWS
parentbe080bb495d9912a78a71a3b17c2ee9208a3ca1e (diff)
downloadsord-c317a80a34bcc1f9c41079dc12aa1a439989b42f.tar.gz
sord-c317a80a34bcc1f9c41079dc12aa1a439989b42f.tar.bz2
sord-c317a80a34bcc1f9c41079dc12aa1a439989b42f.zip
Normalise NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS92
1 files changed, 46 insertions, 46 deletions
diff --git a/NEWS b/NEWS
index 8bfaf5f..84c7e98 100644
--- a/NEWS
+++ b/NEWS
@@ -1,132 +1,132 @@
sord (0.16.2) stable;
+ * sord_validate: Add support for maximum cardinality
* sord_validate: Fix restriction count reporting
+ * sord_validate: Only report functional / inverse functional property errors
+ if the subjects / objects are not blank
* sord_validate: Use consistent error format
- * sord_validate: Add support for maximum cardinality
- * sord_validate: Only report functional / inverse functional property
- errors if the subjects / objects are not blank
- -- David Robillard <d@drobilla.net> Sun, 22 Jul 2018 20:38:03 +0200
+ -- David Robillard <d@drobilla.net> Sun, 22 Jul 2018 18:38:03 +0000
sord (0.16.0) stable;
+ * Add sord_node_get_string_measured() to get both byte and character counts
* Fix construction and comparison of URIs with UTF-8 characters
* Fix documentation generation
+ * Make sord_node_get_counted return byte count, and clarify documentation
* Return error from sord_inserter_write_statement() if a node can not be
written (e.g. undefined prefix)
- * Make sord_node_get_counted return byte count, and clarify documentation
* Safely return NULL from sord_iter_get() for end iterators
- * Add sord_node_get_string_measured() to get both byte and character counts
* sord_validate: Do proper numeric comparison for propery bounds checking
* sord_validate: Tolerate xsd:decimal literals for double and float
properties if literals match pattern
- -- David Robillard <d@drobilla.net> Mon, 19 Sep 2016 22:23:17 -0400
+ -- David Robillard <d@drobilla.net> Tue, 20 Sep 2016 02:23:17 +0000
sord (0.14.0) stable;
- * Reduce memory usage and increase performance with a better data structure
* Add sord_erase() for erasing statements via an iterator
* Fix bugs with stores that contain both graphs and default graph statements
- * Fix crash caused by multiple deletion of datatype nodes
* Fix compilation on compilers that do not support -pthread flag
+ * Fix crash caused by multiple deletion of datatype nodes
* Fix minor memory leak in sordi
* Fix using sordi with stdin
+ * Improve test coverage
+ * Reduce memory usage and increase performance with a better data structure
* Show sordi errors in standard format
- * sord_validate: More extensive validation, including cardinality,
- PlainLiteral, and someValuesFrom restrictions.
* This release does not break the ABI, but the semantics of iterators has
changed: any modification to a model invalidates iterators on that model
- * Improve test coverage
* Upgrade to waf 1.8.14
+ * sord_validate: More extensive validation, including cardinality,
+ PlainLiteral, and someValuesFrom restrictions.
- -- David Robillard <d@drobilla.net> Thu, 08 Oct 2015 15:37:36 -0400
+ -- David Robillard <d@drobilla.net> Thu, 08 Oct 2015 19:37:36 +0000
sord (0.12.2) stable;
* Fix iteration over an entire graph (* * * graph)
- * sordmm.hpp: Remove unused members
* Update to waf 1.7.16
+ * sordmm.hpp: Remove unused members
- -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 18:03:02 -0400
+ -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 22:03:02 +0000
sord (0.12.0) stable;
- * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
* Add sord_get() for easily getting single property values
+ * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
* sord_validate: Pass type check when range is xsd:anyURI and value is a URI
* sord_validate: Support any subClassOf rdf:Property, not just baked-in ones
- * sordmm.hpp: Add convenient constructors for decimal and integer literals
* sordmm.hpp: Add Node::to_serd_node()
+ * sordmm.hpp: Add convenient constructors for decimal and integer literals
* sordmm.hpp: Don't automatically add RDF namespace prefix to world
- -- David Robillard <d@drobilla.net> Mon, 18 Feb 2013 11:05:59 -0500
+ -- David Robillard <d@drobilla.net> Mon, 18 Feb 2013 16:05:59 +0000
sord (0.10.4) stable;
- * Implement better data type validation in sord_validate conformant with
- the XSD and OWL specifications
+ * Disable timestamps in HTML documentation for reproducible build
* Fix memory leaks in sord_validate
+ * Implement better data type validation in sord_validate conformant with the
+ XSD and OWL specifications
* Install sord_validate man page
- * Disable timestamps in HTML documentation for reproducible build
- -- David Robillard <d@drobilla.net> Sun, 14 Oct 2012 18:23:55 -0400
+ -- David Robillard <d@drobilla.net> Sun, 14 Oct 2012 22:23:55 +0000
sord (0.10.0) stable;
* Add error callback to world for custom error reporting
- * Performance and space (per node) improvements
- * SSE4.2 accelerated hashing for node interning, where available
+ * Add option to build utilities as static binaries
+ * Do not require a C++ compiler to build
+ * Fix various hyper-strict warnings
* Make all 'zix' symbols private to avoid symbol clashes in static builds
+ * Performance and space (per node) improvements
* Remove problematic "Loaded n statements" output from serdi
+ * SSE4.2 accelerated hashing for node interning, where available
* Strip down API documentation to a single clean page
- * Fix various hyper-strict warnings
- * Do not require a C++ compiler to build
- * Add option to build utilities as static binaries
* Upgrade to waf 1.7.2
* sordmm.hpp: Add indices and graphs parameters to Model constructor
- * sordmm.hpp: Remove overzealous URI scheme assertion
* sordmm.hpp: Correctly handle Sord::Node self-assignment
+ * sordmm.hpp: Remove overzealous URI scheme assertion
- -- David Robillard <d@drobilla.net> Thu, 23 Aug 2012 00:19:51 -0400
+ -- David Robillard <d@drobilla.net> Thu, 23 Aug 2012 04:19:51 +0000
sord (0.8.0) stable;
- * Use path variables in pkgconfig files
- * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
- * Tolerate serd passing NULL nodes to reader callback (serd 0.6.0)
- * Fix comparison of typed literals
- * Take advantage of interning in sord_node_equals()
- * Support compilation as C++ under MSVC++.
- * Add sord_iter_get_node()
- * Refuse to intern relative URIs in sord_new_uri*()
- * Add sord_new_relative_uri()
* Add SordInserter for writing to a model via Serd sink functions.
* Add convenient sord_search(), sord_ask(), and sord_count()
+ * Add sord_iter_get_node()
+ * Add sord_new_relative_uri()
* Add sord_validate tool for validating data against RDF/OWL schemas
+ * Fix comparison of typed literals
+ * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
+ * Refuse to intern relative URIs in sord_new_uri*()
+ * Support compilation as C++ under MSVC++.
+ * Take advantage of interning in sord_node_equals()
+ * Tolerate serd passing NULL nodes to reader callback (serd 0.6.0)
+ * Use path variables in pkgconfig files
- -- David Robillard <d@drobilla.net> Tue, 17 Apr 2012 18:24:53 -0400
+ -- David Robillard <d@drobilla.net> Tue, 17 Apr 2012 22:24:53 +0000
sord (0.5.0) stable;
- * Remove glib dependency
+ * Add ability to build static library
* Add function sord_contains for checking for a triple pattern
* Add function sord_write_iter for writing a queried range
* Fix Sord::Namespaces::qualify to no longer chop prefixes
- * Add ability to build static library
+ * Remove glib dependency
- -- David Robillard <d@drobilla.net> Thu, 29 Sep 2011 00:00:00 -0400
+ -- David Robillard <d@drobilla.net> Thu, 29 Sep 2011 04:00:00 +0000
sord (0.4.2) stable;
- * Fix compilation issues on some systems
- * Fix build system Python 3 compatibility
* Bump Serd dependency to 0.4.0
+ * Fix build system Python 3 compatibility
+ * Fix compilation issues on some systems
- -- David Robillard <d@drobilla.net> Wed, 25 May 2011 19:00:00 -0400
+ -- David Robillard <d@drobilla.net> Wed, 25 May 2011 23:00:00 +0000
sord (0.4.0) stable;
* Initial release
- -- David Robillard <d@drobilla.net> Tue, 24 May 2011 23:00:00 -0400
+ -- David Robillard <d@drobilla.net> Wed, 25 May 2011 03:00:00 +0000