summaryrefslogtreecommitdiff
path: root/doc/release.txt
diff options
context:
space:
mode:
authorStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:58:19 +0200
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:58:19 +0200
commit464790a82e90cfea0cb47a7f716117b63bb6dd5f (patch)
tree278871bb8ab32b80f5ab6025f350c569ac08b941 /doc/release.txt
parentca97faab7479305921e72bfde46f4c7f9868a4fa (diff)
parent1aeb3051b91d55cb23e15d5b03fe71a7cb447860 (diff)
Merge 4.0.7 into releases
Diffstat (limited to 'doc/release.txt')
-rw-r--r--doc/release.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/release.txt b/doc/release.txt
index 313dacd..3165e3d 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -1,6 +1,11 @@
RtAudio - a set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound and ASIO) operating systems.
-By Gary P. Scavone, 2001-2009.
+By Gary P. Scavone, 2001-2010.
+
+v4.0.7: (4 February 2010)
+- revised Windows DS code and device enumeration to speed up device queries
+- OS-X 10.6 updates for deprecated functions
+- updates to Jack shutdown code to avoid lockup
v4.0.6: (3 June 2009)
- bug fix in ALSA code to set period size to power of two (thanks to Joakim Karrstrom)