summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-07-23 12:46:48 +0200
committerDavid Robillard <d@drobilla.net>2017-07-23 12:48:42 +0200
commit4db870b2b20b0a608ec0283139056b836c5b1624 (patch)
tree195c386a715c1973a28350c4f4a860994231c7da /NEWS
parent33282f15338051454dff690e0ba07b1fa3503a97 (diff)
downloadraul-4db870b2b20b0a608ec0283139056b836c5b1624.tar.gz
raul-4db870b2b20b0a608ec0283139056b836c5b1624.tar.bz2
raul-4db870b2b20b0a608ec0283139056b836c5b1624.zip
Fix semaphore with initial count on Darwin
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0c33fd9..9953c05 100644
--- a/NEWS
+++ b/NEWS
@@ -9,12 +9,13 @@ raul (0.8.9) unstable;
* Add ThreadVar, a thread-specific variable class
* Add managed_ptr for automatic real-time safe garbage collection
* Implement Semaphore for Windows
+ * Fix semaphore with initial count on Darwin
* Improve test suite
* Remove several questionable classes
* Add INSTALL file
* Update license to GPL3+
- -- David Robillard <d@drobilla.net> Mon, 27 Feb 2017 20:36:43 +0100
+ -- David Robillard <d@drobilla.net> Sun, 23 Jul 2017 12:40:39 +0200
raul (0.8.0) stable;