diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2007-12-07 07:22:17 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:36:03 +0200 |
| commit | 3006b8dc55a9deee14f024a8be38b6390f5ec9d3 (patch) | |
| tree | e0630535662f278a93d0dbd5f76b24785c2001c8 | |
| parent | 4b608391c7dee3a772ce2879b9a5231343831d2e (diff) | |
Documentation updates for 4.0.3 release.
| -rw-r--r-- | doc/release.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release.txt b/doc/release.txt index 4ce42af..1fa678d 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -2,6 +2,12 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu By Gary P. Scavone, 2001-2007. +v4.0.3: (7 December 2007) +- added support for MinGW compiler to configure script +- a few MinGW-related changes to RtAudio.cpp +- renamed test program probe.cpp to audioprobe.cpp +- moved various header files into single "include" directory and updated VC++ project files + 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 |
