Mutex removal from several APIs, addition of PulseAudio support, documentation update...
[rtaudio-cdist.git] / doc / release.txt
index e36c3e71687a59f14096aa571dec9186088aec11..a29a36ce3f350a9e55d6745c2aa50216a8e03be8 100644 (file)
@@ -1,9 +1,10 @@
-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.
+RtAudio - a set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound and ASIO) operating systems.
 
 By Gary P. Scavone, 2001-2012.
 
-v4.0.11: (?? June 2012)
+v4.0.11: (14 June 2012)
 - fixes for memory leaks in ALSA (thanks to Martin Koegler)
+- PulseAudio API support added (thanks to Peter Meerwald and Tristan Matthews)
 - bitwise format flag fixes in OS-X (Benjamin Schroeder and Stefan Arisona)
 - changes to stopStream / drain flag to avoid hung state in ASIO, DS, OS-X, and Jack APIs (Rasmus Ekman and Carlos Luna)