diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2007-08-21 17:53:40 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:24:57 +0200 |
| commit | b00c41f84cfb7fc3e94ea52aeb8d9b05376399fb (patch) | |
| tree | 4b5336222f4f3333fd6abdda52f00f87a2b2f917 | |
| parent | 506f4cdf5aa5ed74f6ab47616fbf1ea1ab54e328 (diff) | |
documentation updates for updated (4.0.2) release (GS)
| -rw-r--r-- | doc/doxygen/tutorial.txt | 2 | ||||
| -rw-r--r-- | doc/release.txt | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt index ffbc435..76b28b0 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 (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 diff --git a/doc/release.txt b/doc/release.txt index d5f3415..4ce42af 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -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 |
