summaryrefslogtreecommitdiff
path: root/doc/release.txt
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2013-12-27 11:30:37 -0800
committerGary Scavone <gary@music.mcgill.ca>2013-12-27 11:30:37 -0800
commit07c639e41165da70aab5016adf1bf7133a418b31 (patch)
tree23134f770f593643c52f9ca458f06c23fc3d0873 /doc/release.txt
parenta16508efc3f1ce9dee8f8d760ed68626b34881df (diff)
Renamed RtError class to RtAudioError and embedded it in RtAudio.h.
Deleted RtError.h from distribution and renamed all references to RtError in the documentation, test files, and Windows .dsp files. The version number was incremented to 4.1.0 in anticipation of the next release, as this change affects the API.
Diffstat (limited to 'doc/release.txt')
-rw-r--r--doc/release.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/release.txt b/doc/release.txt
index b9ba915..7cbd9df 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -1,6 +1,9 @@
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-2013.
+By Gary P. Scavone, 2001-2014.
+
+v4.1.0: (?? 2014)
+- RtError class renamed RtAudioError and embedded in RtAudio.h (RtError.h deleted)
v4.0.12: (16 April 2013)
- new functionality to allow error reporting via a client-supplied function (thanks to Pavel Mogilevskiy)