diff options
author | David Robillard <d@drobilla.net> | 2012-05-14 04:30:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-05-14 04:30:00 +0000 |
commit | 79deafe642561936ebb3bbcf585f2c6f26b456d3 (patch) | |
tree | 896f4486237286d09440399c25c50ca97e940636 /NEWS | |
parent | 52e92126896c9d4e2ed2e0f3db7dd70809a473d6 (diff) | |
download | raul-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |