documentation updates for updated (4.0.2) release (GS)
authorGary Scavone <gary@music.mcgill.ca>
Tue, 21 Aug 2007 17:53:40 +0000 (17:53 +0000)
committerStephen Sinclair <sinclair@music.mcgill.ca>
Thu, 10 Oct 2013 23:24:57 +0000 (01:24 +0200)
doc/doxygen/tutorial.txt
doc/release.txt

index ffbc43559c1d5f5820be3d85e2e7c15aacf3d229..76b28b087dc3fefbbf62a1f21dbf5f39c629aba6 100644 (file)
@@ -32,7 +32,7 @@ Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio:
 
 \section download Download
 
-Latest Release (13 August 2007): <A href="http://music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.1.tar.gz">Version 4.0.1</A>
+Latest Release (21 August 2007): <A href="http://music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.2.tar.gz">Version 4.0.2</A>
 
 \section documentation Documentation Links
 
index d5f3415da269056b38af2e4684f8d581bf110d4f..4ce42afa3a85364e18111f92c96c5e8bf1f2debf 100644 (file)
@@ -2,6 +2,10 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu
 
 By Gary P. Scavone, 2001-2007.
 
+v4.0.2: (21 August 2007)
+- fix to RtError::WARNING typo in RtAudio.h (RtApiDummy)
+- removed "+1"s in RtApiCore c++ append when getting device name
+
 v4.0.1: (13 August 2007)
 - fix to RtError::WARNING typo in RtAudio.cpp