No exception updates for Jack API.
[rtaudio.git] / doc / release.txt
index ef58f60aab98c4d1970833fbbb17cc3885e4b569..6398033f86617436e2c1acb550bcd3a18ecb1011 100644 (file)
@@ -1,8 +1,23 @@
 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-2016.
-
-v4.1.2: (?? February 2016)
+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 static functions to get API names
+
+v5.0.0: (30 August 2017)
+- see git history for complete list of changes
+- WASAPI updates (thanks to Marcus Tomlinson)
+- minor exception semantic changes
+- miscellaneous build system updates
+
+v4.1.2: (22 February 2016)
 - added more complete automake support (thanks to Stephen Sinclair)
 - miscellaneous small fixes and updates, see github repo commit history for details