diff options
author | David Robillard <d@drobilla.net> | 2015-09-10 15:48:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-09-10 15:48:26 +0000 |
commit | 1936b55421086fcd1ae4fa11cb72b55421f4753c (patch) | |
tree | bbb0a2e41d9f863e884f1cf64f69603da4c63ba9 /NEWS | |
parent | b34ae1bec55b458a4b4b2aef335a81361f1a43ae (diff) | |
download | sord-1936b55421086fcd1ae4fa11cb72b55421f4753c.tar.gz sord-1936b55421086fcd1ae4fa11cb72b55421f4753c.tar.bz2 sord-1936b55421086fcd1ae4fa11cb72b55421f4753c.zip |
Fix minor memory leak in sordi.
git-svn-id: http://svn.drobilla.net/sord/trunk@328 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,12 +4,13 @@ sord (0.13.0) unstable; * Add sord_erase() for erasing statements via an iterator * Fix bugs with stores that contain both graphs and default graph statements * Fix compilation on compilers that do not support -pthread flag + * Fix minor memory leak in sordi * 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 - -- David Robillard <d@drobilla.net> Thu, 19 Feb 2015 23:18:02 -0500 + -- David Robillard <d@drobilla.net> Thu, 10 Sep 2015 11:46:40 -0400 sord (0.12.2) stable; |