summaryrefslogtreecommitdiff
path: root/doc/release.txt
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2013-04-15 15:30:29 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:38:32 +0200
commit906e5ba67f7c253655b7f1a29b832bb7852e1126 (patch)
treeb899f73ee2d17304989e93d09dbbe43b8738de41 /doc/release.txt
parentbee81ff356bbec279facb50dab5e6069c6475fcc (diff)
Various updates for pulse audio, preparation for release 4.0.12, error callback addition (GS).
Diffstat (limited to 'doc/release.txt')
-rw-r--r--doc/release.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release.txt b/doc/release.txt
index a29a36c..3b09e89 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -2,6 +2,14 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu
By Gary P. Scavone, 2001-2012.
+v4.0.12: (?? December 2012)
+- updates to PulseAudio API support (thanks to Peter Meerwald and Tristan Matthews)
+- updates for pkg-config support in configure script
+- 24-bit format changed to true 24-bit format, not sub-bytes of 32-bits (thanks to Marc Britton)
+- bug fixes to make sure stream status is closed if error during probeDeviceOpen
+- updates / fixes to SCHED_RR code in ALSA (thanks to Marc Lindahl)
+- various changes to avoid global variables (thanks to Martin Koegler)
+
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)