summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-12 00:16:45 +0000
committerDavid Robillard <d@drobilla.net>2011-01-12 00:16:45 +0000
commita4b3f733c246de20767f19c8a88aefd5b16b74f7 (patch)
tree614c7fd1c9cafcd62cb33720acbe7feb16b3d742
parent0cd89d5031eefdac6d0972edb7d81f2ce73c3f1e (diff)
downloadraul-a4b3f733c246de20767f19c8a88aefd5b16b74f7.tar.gz
raul-a4b3f733c246de20767f19c8a88aefd5b16b74f7.tar.bz2
raul-a4b3f733c246de20767f19c8a88aefd5b16b74f7.zip
Raul 0.8.0.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2831 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--ChangeLog22
-rw-r--r--wscript5
2 files changed, 25 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3de74ab..5ba3c45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+raul (0.8.0) unstable, urgency=low
+
+ * Implement Semaphore for Darwin
+ * Remove unused/trivial/inappropriate Command and Stateful
+ * Remove pointless templateification of RingBuffer
+ * Use uint32_t consistently for sizes in RingBuffer
+ * Fix off-by-one allocation of Atom strings
+ * Add all classes to 'raul' doxygen group
+ * Make single-argument constructors explicit
+ * Fix incorrect TimeSlice::beats_to_ticks
+ * Fix crash bug in List::chop_front
+ * Fix TimeStamp comparison operators
+ * Rename LOG_* defines RAUL_LOG_*
+ * Remove "using namespace" declarations
+ * Add missing #includes
+ * Add missing COPYING file to distribution
+ * Upgrade to waf 1.6.2
+ * Fix accidental build system dependency on glibmm (now glib only)
+ * Better documentation generation via waf tool
+
+ -- David Robillard <d@drobilla.net> Tue, 11 Jan 2011 17:42:07 -0500
+
raul (0.7.0) unstable; urgency=low
* Add several unit tests
diff --git a/wscript b/wscript
index d8dea41..a138f6d 100644
--- a/wscript
+++ b/wscript
@@ -21,8 +21,9 @@ RAUL_VERSION = '0.8.0'
# 0.6.4 = 7,0,0 (unreleased)
# 0.6.5 = 8,0,0 (unreleased)
# 0.6.6 = 9,0,0 (unreleased)
-# 0.8.0 = 9,0,0
-RAUL_LIB_VERSION = '9.0.0'
+# 0.7.0 = 9,0,0
+# 0.8.0 = 10,0,0
+RAUL_LIB_VERSION = '10.0.0'
# Variables for 'waf dist'
APPNAME = 'raul'