summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-03 14:57:15 +0000
committerDavid Robillard <d@drobilla.net>2015-10-03 14:57:15 +0000
commit8bbac48a4cfb64251d8a67e4c01088c9151520f5 (patch)
treedac87cbc61cf598dbb75f6441ca00f4f6c87f4fc /NEWS
parent154437f46858502586d8e896bba3b4aac1a37cc7 (diff)
downloadsord-8bbac48a4cfb64251d8a67e4c01088c9151520f5.tar.gz
sord-8bbac48a4cfb64251d8a67e4c01088c9151520f5.tar.bz2
sord-8bbac48a4cfb64251d8a67e4c01088c9151520f5.zip
Fix using sordi with stdin
Improve test coverage (100% of sordi.c). git-svn-id: http://svn.drobilla.net/sord/trunk@332 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ec85fc9..77cde54 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ sord (0.13.1) unstable;
* Fix crash caused by multiple deletion of datatype nodes
* Fix compilation on compilers that do not support -pthread flag
* Fix minor memory leak in sordi
+ * Fix using sordi with stdin
* sord_validate: More extensive validation, including cardinality,
PlainLiteral, and someValuesFrom restrictions.
* This release does not break the ABI, but the semantics of iterators has
@@ -13,7 +14,7 @@ sord (0.13.1) unstable;
* Improve test coverage
* Upgrade to waf 1.8.14
- -- David Robillard <d@drobilla.net> Fri, 02 Oct 2015 21:13:32 -0400
+ -- David Robillard <d@drobilla.net> Sat, 03 Oct 2015 10:56:43 -0400
sord (0.12.2) stable;