summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2011-08-11 16:33:05 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:38:28 +0200
commit6d437609d09bd364ec7dc9f1e4800e2e2680be2c (patch)
tree90953c69e8ac073599954e91e2b6e81474579624 /doc
parent6faf4336eb5952b141e1c239d194f5cd70f0a885 (diff)
Updates for release 4.0.9, including OS-X fixes for 10.6 and 10.7 (gs).
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/tutorial.txt2
-rw-r--r--doc/release.txt7
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt
index 1c0ecd1..3ed7a9e 100644
--- a/doc/doxygen/tutorial.txt
+++ b/doc/doxygen/tutorial.txt
@@ -32,7 +32,7 @@ Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio:
\section download Download
-Latest Release (12 April 2011): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.8.tar.gz">Version 4.0.8</A>
+Latest Release (11 August 2011): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.9.tar.gz">Version 4.0.9</A>
\section documentation Documentation Links
diff --git a/doc/release.txt b/doc/release.txt
index 512c583..ae3025e 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -2,6 +2,13 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu
By Gary P. Scavone, 2001-2011.
+v4.0.9: (?? 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)
+
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)