summaryrefslogtreecommitdiff
path: root/doc/release.txt
diff options
context:
space:
mode:
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)