diff options
author | David Robillard <d@drobilla.net> | 2015-10-03 15:28:32 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-03 15:28:32 +0000 |
commit | c1f30328a51929139ab7810b88b3dee83615ceac (patch) | |
tree | 1de50b66ee901e586d4926b9795462caaaa3ca67 /NEWS | |
parent | 8bbac48a4cfb64251d8a67e4c01088c9151520f5 (diff) | |
download | sord-c1f30328a51929139ab7810b88b3dee83615ceac.tar.gz sord-c1f30328a51929139ab7810b88b3dee83615ceac.tar.bz2 sord-c1f30328a51929139ab7810b88b3dee83615ceac.zip |
Show sordi errors in standard format
git-svn-id: http://svn.drobilla.net/sord/trunk@333 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ sord (0.13.1) unstable; * Fix compilation on compilers that do not support -pthread flag * Fix minor memory leak in sordi * Fix using sordi with stdin + * 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 @@ -14,7 +15,7 @@ sord (0.13.1) unstable; * Improve test coverage * Upgrade to waf 1.8.14 - -- David Robillard <d@drobilla.net> Sat, 03 Oct 2015 10:56:43 -0400 + -- David Robillard <d@drobilla.net> Sat, 03 Oct 2015 11:20:02 -0400 sord (0.12.2) stable; |