X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=doc%2Frelease.txt;h=ebbc4322cc32c73d22cbe1fe19f1922c395f4128;hb=692c1b860c5ccc43420263f12a4d6a46f987b8a6;hp=313dacdb0905fea54a0c789641046dff39cbe4ff;hpb=caedd756a73367c72e8c2c64c5554419d2168b97;p=rtaudio.git diff --git a/doc/release.txt b/doc/release.txt index 313dacd..ebbc432 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -1,6 +1,30 @@ 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-2011. + +v4.0.9: (14 August 2011) +- fix for ASIO problem enumerating devices after opening duplex stream (Oliver Larkin) +- fix for OS-X problems setting sample rate and bits-per-sample +- updates for OS-X "Lion" +- updates for wide character support in Windows DS (UNICODE) +- fix for possible ALSA callback thread hang (thanks to Tristan Matthews) +- fix for DS getDeviceCount bug (vector erase problem) + +v4.0.8: (12 April 2011) +- fix for MinGW4 problem enumerating and setting sample rates (iasiothiscallresolver, Dmitry Kostjuchenko) +- fix for OS-X problem handling device names in some languages (CFString conversion, Vincent Bénony) +- small change to OS-X mutex lock location to avoid lockups +- correction to documentation regarding 24-bit data (should be lower 3 bytes, not upper 3 bytes) +- bug fix for error handling of warnings (Antoine Lefebvre) +- added option to use the ALSA "default" device (Tristan Matthews) +- removed use of mutexes in Windows +- fix for ASIO4ALL behavior when stopping/closing streams (Antoine Lefebvre) +- included python binding in "contrib" directory (beta, Antoine Lefebvre) + +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)