summaryrefslogtreecommitdiff
path: root/doc/release.txt
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2014-04-26 14:39:15 -0400
committerGary Scavone <gary@music.mcgill.ca>2014-04-26 14:39:15 -0400
commit22c00ec584b413374ad5a2c119592acaba5e799e (patch)
treeb695c4d67cd2d0b4973584dd4767ce6d430f14a4 /doc/release.txt
parent097b83163e65b9828a2bddffd15dc1504a1acab4 (diff)
Added new setStreamTime function; Documentation updates for 4.1.1 release.4.1.1
Diffstat (limited to 'doc/release.txt')
-rw-r--r--doc/release.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/release.txt b/doc/release.txt
index d43f697..9dc44a3 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -2,8 +2,14 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu
By Gary P. Scavone, 2001-2014.
-v4.1.1pre: (??)
+v4.1.1: (26 April 2014)
- updates to WASAPI API for MinGW compiling
+- WASAPI bug fixes for audio INPUT mode
+- DirectSound bug fix for INPUT mode
+- Bug fixes in Core, Jack, ASIO and DS for internal draining in INPUT mode
+- updates to test programs for default device specifiers
+- CMake buildfile update for WASAPI
+- new setStreamTime function
v4.1.0: (10 April 2014)
- RtError class renamed RtAudioError and embedded in RtAudio.h (RtError.h deleted)