summaryrefslogtreecommitdiff
path: root/doc/release.txt
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2019-04-17 18:49:08 -0400
committerGary Scavone <gary@music.mcgill.ca>2019-04-17 18:49:08 -0400
commit896623a4775363c48648fdf3d88e8928040285ee (patch)
treeeecbb0b7abf87b3cf48322afd74590584012bb9e /doc/release.txt
parent5536d3a2d3e64348487039c22c2b8b67b89d7a6f (diff)
Documentation and version updates before release 5.1.0
Diffstat (limited to 'doc/release.txt')
-rw-r--r--doc/release.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/release.txt b/doc/release.txt
index c8ef594..f3c3d93 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -1,6 +1,15 @@
RtAudio - a set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO and WASAPI) operating systems.
-By Gary P. Scavone, 2001-2017.
+By Gary P. Scavone, 2001-2019.
+
+v.5.1.0: (17 April 2019)
+- see git history for complete list of changes
+- many WASAPI updates (thanks to Marcus Tomlinson)
+- miscellaneous build system updates
+- bug fix for stream ticking in OS-X if using two devices for duplex
+- ALSA stream handle bug fixes
+- new C API wrapper
+- new functions to get API names
v5.0.0: (30 August 2017)
- see git history for complete list of changes