summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-16 17:37:24 +0000
committerDavid Robillard <d@drobilla.net>2014-12-16 17:37:24 +0000
commitfdf4f00e83fd3843a3fae406c24102ee667c274f (patch)
treea262b307892478f0d1f87d941d43bac69057019d /NEWS
parent0e7023d64190f563208de8bb11c6c582ce2eef3c (diff)
downloadsord-fdf4f00e83fd3843a3fae406c24102ee667c274f.tar.gz
sord-fdf4f00e83fd3843a3fae406c24102ee667c274f.tar.bz2
sord-fdf4f00e83fd3843a3fae406c24102ee667c274f.zip
Fix compilation on compilers that do not support -pthread flag (#987).
git-svn-id: http://svn.drobilla.net/sord/trunk@318 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d32ff9e..95c6098 100644
--- a/NEWS
+++ b/NEWS
@@ -3,10 +3,11 @@ sord (0.13.0) 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 compilation on compilers that do not support -pthread flag
* This release does not break the ABI, but the semantics of iterators has
- changed: any modification to a model invalidates iterators on that model.
+ changed: any modification to a model invalidates iterators on that model
- -- David Robillard <d@drobilla.net> Mon, 03 Nov 2014 11:43:54 -0500
+ -- David Robillard <d@drobilla.net> Tue, 16 Dec 2014 12:35:54 -0500
sord (0.12.2) stable;