summaryrefslogtreecommitdiff
path: root/doc/release.txt
diff options
context:
space:
mode:
authorStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:59:58 +0200
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:59:58 +0200
commit2075014dba6423c66e8714614d7f8ceaae700067 (patch)
tree9e2d8eac66ce5bf16feb36de693d74973a7c294d /doc/release.txt
parent28d6722f3a2769f35a528a02550c22500b6aab1c (diff)
parent692c1b860c5ccc43420263f12a4d6a46f987b8a6 (diff)
Merge 4.0.9 into releases
Diffstat (limited to 'doc/release.txt')
-rw-r--r--doc/release.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release.txt b/doc/release.txt
index 512c583..ebbc432 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -2,6 +2,14 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu
By Gary P. Scavone, 2001-2011.
+v4.0.9: (14 August 2011)
+- fix for ASIO problem enumerating devices after opening duplex stream (Oliver Larkin)
+- fix for OS-X problems setting sample rate and bits-per-sample
+- updates for OS-X "Lion"
+- updates for wide character support in Windows DS (UNICODE)
+- fix for possible ALSA callback thread hang (thanks to Tristan Matthews)
+- fix for DS getDeviceCount bug (vector erase problem)
+
v4.0.8: (12 April 2011)
- fix for MinGW4 problem enumerating and setting sample rates (iasiothiscallresolver, Dmitry Kostjuchenko)
- fix for OS-X problem handling device names in some languages (CFString conversion, Vincent Bénony)