summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2019-04-17 20:24:28 -0400
committerGary Scavone <gary@music.mcgill.ca>2019-04-17 20:24:28 -0400
commitd27f257b4bc827e4152cdc4d69a2e22084204afd (patch)
treed1c519d19dfbc1e97c9954ed98bfd1b1ab9a2d02
parent896623a4775363c48648fdf3d88e8928040285ee (diff)
A few minor documentation updates for release 5.1.0.5.1.0
-rw-r--r--doc/doxygen/acknowledge.txt2
-rw-r--r--doc/doxygen/tutorial.txt2
-rw-r--r--doc/release.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/doxygen/acknowledge.txt b/doc/doxygen/acknowledge.txt
index c4be89e..ef30ce8 100644
--- a/doc/doxygen/acknowledge.txt
+++ b/doc/doxygen/acknowledge.txt
@@ -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>
diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt
index 9a914b9..ec6e5ec 100644
--- a/doc/doxygen/tutorial.txt
+++ b/doc/doxygen/tutorial.txt
@@ -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
diff --git a/doc/release.txt b/doc/release.txt
index f3c3d93..6398033 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -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