A few minor documentation updates for release 5.1.0. 5.1.0
authorGary Scavone <gary@music.mcgill.ca>
Thu, 18 Apr 2019 00:24:28 +0000 (20:24 -0400)
committerGary Scavone <gary@music.mcgill.ca>
Thu, 18 Apr 2019 00:24:28 +0000 (20:24 -0400)
doc/doxygen/acknowledge.txt
doc/doxygen/tutorial.txt
doc/release.txt

index c4be89e4a05007255de578f3a89101a68a4c0817..ef30ce8101976bbd00195f34679e39f76d40a31a 100644 (file)
@@ -26,7 +26,7 @@ Many thanks to the following people for providing bug fixes and improvements:
 <LI>Dominic Mazzoni</LI>
 <LI>Tristan Matthews</LI>
 <LI>Peter Meerwald (PulseAudio)</LI>
-<LI>Jaromir Mike&scaron;</LI>
+<LI>Jaromir Mikes</LI>
 <LI>rehans</LI>
 <LI>Sebastian Reimers</LI>
 <LI>Ryan Schmidt</LI>
index 9a914b96f9f7a99fd54e8085de990174c015e223..ec6e5ece78e49fa2365285fe2e011736062c3128 100644 (file)
@@ -18,7 +18,7 @@ RtAudio incorporates the concept of audio streams, which represent audio output
 Changes in this release include:
 
 - new C API wrapper
-- new functions to get API names
+- new static functions to get API names
 - many WASAPI updates (thanks to Marcus Tomlinson)
 - miscellaneous build system updates
 - bug fix for stream ticking in CoreAudio if using two devices for duplex
index f3c3d93869b9e74d2b95614c85cac479fd890592..6398033f86617436e2c1acb550bcd3a18ecb1011 100644 (file)
@@ -9,7 +9,7 @@ v.5.1.0: (17 April 2019)
 - 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
+- new static functions to get API names
 
 v5.0.0: (30 August 2017)
 - see git history for complete list of changes