summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-14 04:22:07 +0000
committerDavid Robillard <d@drobilla.net>2012-08-14 04:22:07 +0000
commit2a429ca76b97cca197f105b665271360b74f6917 (patch)
treed25d206910bd4a84050918693816240c26d7d0ae /NEWS
parent8bf87dc2367caf9d82dbda0382363cda400971dc (diff)
downloadraul-2a429ca76b97cca197f105b665271360b74f6917.tar.gz
raul-2a429ca76b97cca197f105b665271360b74f6917.tar.bz2
raul-2a429ca76b97cca197f105b665271360b74f6917.zip
Remove glib dependency.
Make Symbol, URI, and Path simpler derivatives of std::string. 100% test coverage by line for Symbol, URI, Path, AtomicInt, and AtomicPtr. Add Raul::Exception. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4686 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6713d30..b3e5071 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,13 @@
raul (9999) unstable;
+ * Remove glib dpendency
* Improve RingBuffer
+ * Add ThreadVar, a thread-specific variable class
* Improve test suite
* Remove EventRingBuffer
* Remove SMFReader and SMFWriter
* Remove OSC and RDF library dependent code
- * Remove Thread context stuff and add a thread-specific variable class,
- ThreadVar, which can be used for this and many other things
+ * Remove Thread context stuff in favour of ThreadVar
* Add INSTALL file
* Update license to GPL3+