summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--wscript2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ba3c45..ccd18b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+raul (UNRELEASED) unstable, urgency=low
+
+ * Remove EventRingBuffer
+ * Use Sord instead of Redlandmm for AtomRDF
+ * Add INSTALL file
+ * Improve RingBuffer
+ * Improve test suite
+
+ -- David Robillard <d@drobilla.net> UNRELEASED=
+
raul (0.8.0) unstable, urgency=low
* Implement Semaphore for Darwin
diff --git a/wscript b/wscript
index a2caafe..bcbfd1e 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ from waflib.extras import autowaf as autowaf
import waflib.Options as Options
# Version of this package (even if built as a child)
-RAUL_VERSION = '0.8.0'
+RAUL_VERSION = '0.8.1'
# Library version (UNIX style major, minor, micro)
# major increment <=> incompatible changes