summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2008-01-24 20:26:40 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:38:22 +0200
commitee94b95a993d091d1ab7826951498b03bb6dbbbc (patch)
tree39224307d98bfa8438fd620c3f907d611afc4198 /doc
parent637f7dc5e805bad55dba7fb7693a45f5992b2ae7 (diff)
Various updates in ALSA for probing while device is open and in Windows for thread priority (gps).
Diffstat (limited to 'doc')
-rw-r--r--doc/release.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release.txt b/doc/release.txt
index 8fc6384..b712254 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -3,8 +3,13 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu
By Gary P. Scavone, 2001-2008.
v4.0.4: ()
+- added functionality to allow getDeviceInfo() to work in ALSA on an open device (like ASIO)
+- fixes in configure script
- fixed clearing of error message stream in error()
- fixed RtAudio::DeviceInfo description in "probing" documentation
+- memory leak fixes in ALSA and OSS
+- Jack in/out port flag fix
+- Windows changes for thread priority and GLOBALFOCUS
v4.0.3: (7 December 2007)
- added support for MinGW compiler to configure script