summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:57:40 +0200
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:57:40 +0200
commit0a26019ddd1e5e979bb38161e2ebee7866e79156 (patch)
treebd582fb0efc317f43ce36889e148b8ed706630bf /doc
parentf44483cc73ce2a36229c3f904c4230243a181e51 (diff)
parentcaedd756a73367c72e8c2c64c5554419d2168b97 (diff)
Merge 4.0.6 into releases
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/Doxyfile2
-rw-r--r--doc/doxygen/tutorial.txt2
-rw-r--r--doc/release.txt4
3 files changed, 6 insertions, 2 deletions
diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index 74ae894..0888b32 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = RtAudio
-PROJECT_NUMBER = 4.0.5
+PROJECT_NUMBER = 4.0.6
OUTPUT_DIRECTORY = .
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt
index 7f7d5ae..a8dfd25 100644
--- a/doc/doxygen/tutorial.txt
+++ b/doc/doxygen/tutorial.txt
@@ -32,7 +32,7 @@ Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio:
\section download Download
-Latest Release (2 February 2009): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.5.tar.gz">Version 4.0.5</A>
+Latest Release (3 June 2009): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.6.tar.gz">Version 4.0.6</A>
\section documentation Documentation Links
diff --git a/doc/release.txt b/doc/release.txt
index d42b768..313dacd 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -2,6 +2,10 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu
By Gary P. Scavone, 2001-2009.
+v4.0.6: (3 June 2009)
+- bug fix in ALSA code to set period size to power of two (thanks to Joakim Karrstrom)
+- bug fix in OS-X for OS < 10.5 ... need preprocessor definition around new variable type (thanks to Tristan Matthews)
+
v4.0.5: (2 February 2009)
- added support in CoreAudio for arbitrary stream channel configurations
- added getStreamSampleRate() function because the actual sample rate can sometimes vary slightly from the specified one (thanks to Theo Veenker)