summaryrefslogtreecommitdiff
path: root/doc/release.txt
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2007-12-22 19:29:40 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:38:21 +0200
commitb71d5ba31a0ebc433dcc255de7dbb47a689b937c (patch)
tree14d2cbc720e392f96a64787f61c84ebf4da4d164 /doc/release.txt
parent3dc6e2e86821303784512f86805683f1fda14ccb (diff)
Fix of errorString clearing in error() and documentation fixes for DeviceInfo (gps).
Diffstat (limited to 'doc/release.txt')
-rw-r--r--doc/release.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/release.txt b/doc/release.txt
index 1fa678d..8fc6384 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -1,6 +1,10 @@
RtAudio - a set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound and ASIO) operating systems.
-By Gary P. Scavone, 2001-2007.
+By Gary P. Scavone, 2001-2008.
+
+v4.0.4: ()
+- fixed clearing of error message stream in error()
+- fixed RtAudio::DeviceInfo description in "probing" documentation
v4.0.3: (7 December 2007)
- added support for MinGW compiler to configure script