From 84acb7c463084f34e1e1f5ce7f094de0c560ccb3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 Sep 2015 15:50:31 +0000 Subject: Fix crash caused by multiple deletion of datatype nodes. git-svn-id: http://svn.drobilla.net/sord/trunk@329 3d64ff67-21c5-427c-a301-fe4f08042e5a --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 65ea37e..9c00ebe 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,9 @@ -sord (0.13.0) unstable; +sord (0.13.1) unstable; * 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 minor memory leak in sordi * sord_validate: More extensive validation, including cardinality, @@ -10,7 +11,7 @@ sord (0.13.0) unstable; * This release does not break the ABI, but the semantics of iterators has changed: any modification to a model invalidates iterators on that model - -- David Robillard Thu, 10 Sep 2015 11:46:40 -0400 + -- David Robillard Thu, 10 Sep 2015 11:48:51 -0400 sord (0.12.2) stable; -- cgit v1.2.1