summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-14 04:30:00 +0000
committerDavid Robillard <d@drobilla.net>2012-05-14 04:30:00 +0000
commit79deafe642561936ebb3bbcf585f2c6f26b456d3 (patch)
tree896f4486237286d09440399c25c50ca97e940636 /NEWS
parent52e92126896c9d4e2ed2e0f3db7dd70809a473d6 (diff)
downloadraul-79deafe642561936ebb3bbcf585f2c6f26b456d3.tar.gz
raul-79deafe642561936ebb3bbcf585f2c6f26b456d3.tar.bz2
raul-79deafe642561936ebb3bbcf585f2c6f26b456d3.zip
Remove Thread context stuff and add a thread-specific variable class, ThreadVar, which can be used for this and many other things.
ClientBroadcaster => Broadcaster. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4405 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5237857..d3a6cde 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ raul (9999) unstable;
* Add INSTALL file
* Improve RingBuffer
* Improve test suite
+ * Remove Thread context stuff and add a thread-specific variable class,
+ ThreadVar, which can be used for this and many other things
* Update license to GPL3+
-- David Robillard <d@drobilla.net>