summaryrefslogtreecommitdiff
path: root/doc/doxygen
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2017-08-30 11:54:13 -0700
committerGary Scavone <gary@music.mcgill.ca>2017-08-30 11:54:13 -0700
commit2662111a39b8eba2e4cda3fa4f504b90ace551dd (patch)
tree798716baf6c7c3424dc7cb01988edc97f8ff6d8d /doc/doxygen
parent1b3e2e0b8eaca2f8719883b9636dc33144c7c6d2 (diff)
Version and documentation updates in advance of new release.
Diffstat (limited to 'doc/doxygen')
-rw-r--r--doc/doxygen/acknowledge.txt1
-rw-r--r--doc/doxygen/footer.html2
-rw-r--r--doc/doxygen/license.txt2
-rw-r--r--doc/doxygen/tutorial.txt22
4 files changed, 10 insertions, 17 deletions
diff --git a/doc/doxygen/acknowledge.txt b/doc/doxygen/acknowledge.txt
index 8ea92e9..90dd6fe 100644
--- a/doc/doxygen/acknowledge.txt
+++ b/doc/doxygen/acknowledge.txt
@@ -2,6 +2,7 @@
Many thanks to the following people for providing bug fixes and improvements:
<UL>
+<LI>Stephen Sinclair (major code and repository support!)</LI>
<LI>Stefan Arisona</LI>
<LI>Vincent B&eacute;nony</LI>
<LI>Rasmus Ekman</LI>
diff --git a/doc/doxygen/footer.html b/doc/doxygen/footer.html
index 4fb5c48..ee47e31 100644
--- a/doc/doxygen/footer.html
+++ b/doc/doxygen/footer.html
@@ -1,7 +1,7 @@
<HR>
<table><tr><td><img src="../images/mcgill.gif" width=165></td>
- <td>&copy;2001-2016 Gary P. Scavone, McGill University. All Rights Reserved.<br>Maintained by <a href="http://www.music.mcgill.ca/~gary/">Gary P. Scavone</a>.</td></tr>
+ <td>&copy;2001-2017 Gary P. Scavone, McGill University. All Rights Reserved.<br>Maintained by <a href="http://www.music.mcgill.ca/~gary/">Gary P. Scavone</a>.</td></tr>
</table>
</BODY>
diff --git a/doc/doxygen/license.txt b/doc/doxygen/license.txt
index 1072921..35b0212 100644
--- a/doc/doxygen/license.txt
+++ b/doc/doxygen/license.txt
@@ -1,7 +1,7 @@
/*! \page license License
RtAudio: a set of realtime audio i/o C++ classes<BR>
- Copyright (c) 2001-2016 Gary P. Scavone
+ Copyright (c) 2001-2017 Gary P. Scavone
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt
index 3488083..8ec8330 100644
--- a/doc/doxygen/tutorial.txt
+++ b/doc/doxygen/tutorial.txt
@@ -13,26 +13,18 @@ RtAudio is a set of C++ classes that provide a common API (Application Programmi
RtAudio incorporates the concept of audio streams, which represent audio output (playback) and/or input (recording). Available audio devices and their capabilities can be enumerated and then specified when opening a stream. Where applicable, multiple API support can be compiled and a particular API specified when creating an RtAudio instance. See the \ref apinotes section for information specific to each of the supported audio APIs.
-\section whatsnew Latest Updates (Version 4.1.2)
+\section whatsnew Latest Updates (Version 5.0.0)
-Changes in this release include:
+The version number has been bumped to 5.0.0 because of the past API change concerning the renaming of the RtError class to RtAudioError. Changes in this release include:
-- miscellaneous small fixes for the various systems (more details in <A href="http://github.com/thestk/rtaudio">GitHub</A>)
-
-Changes in the 4.1.0 release included:
-
-- RtError class renamed RtAudioError and embedded in RtAudio.h (RtError.h deleted)
-- new support for the Windows WASAPI API (thanks to Marcus Tomlinson)
-- CMake support (thanks to Berkus Decker)
-- pulse audio update to support bufferFrames argument with audio input (thanks to Jonatan Wallmander)
-- fixes for ALSA API to avoid high CPU usage during stops and to clear stale data before input (thanks to Pluto Hades)
-- miscellaneous efficiency updates suggested by Martin Koegler
-- bug fix for OS-X xrun reporting problem
-- bug fix if error when opening a stream after closing a previously open stream
+- WASAPI updates (thanks to Marcus Tomlinson)
+- minor exception semantic changes
+- miscellaneous build system updates
+- see git history for complete list of changes
\section download Download
-Latest Release (22 February 2016): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.1.2.tar.gz">Version 4.1.2</A>
+Latest Release (30 August 2017): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-5.0.0.tar.gz">Version 5.0.0</A>
\section documentation Documentation Links