From 1d3b191e05c76800fd3c30675f101e9dc5b2f5f1 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 25 Jan 2008 02:34:00 +0000 Subject: [PATCH] Date and documentation updates for release 4.0.4 (gps). --- RtAudio.cpp | 4 ++-- RtAudio.h | 2 +- doc/doxygen/Doxyfile | 2 +- doc/doxygen/footer.html | 2 +- doc/doxygen/tutorial.txt | 2 +- doc/release.txt | 4 ++-- install | 2 +- readme | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/RtAudio.cpp b/RtAudio.cpp index f879244..8d15a34 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -10,7 +10,7 @@ RtAudio WWW site: http://www.music.mcgill.ca/~gary/rtaudio/ RtAudio: realtime audio i/o C++ classes - Copyright (c) 2001-2007 Gary P. Scavone + Copyright (c) 2001-2008 Gary P. Scavone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files @@ -38,7 +38,7 @@ */ /************************************************************************/ -// RtAudio: Version 4.0.4pre +// RtAudio: Version 4.0.4 #include "RtAudio.h" #include diff --git a/RtAudio.h b/RtAudio.h index e7314c7..8696262 100644 --- a/RtAudio.h +++ b/RtAudio.h @@ -42,7 +42,7 @@ \file RtAudio.h */ -// RtAudio: Version 4.0.4pre +// RtAudio: Version 4.0.4 #ifndef __RTAUDIO_H #define __RTAUDIO_H diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index 0b72a2a..be6e89c 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -23,7 +23,7 @@ PROJECT_NAME = RtAudio # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 4.0.3 +PROJECT_NUMBER = 4.0.4 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/doc/doxygen/footer.html b/doc/doxygen/footer.html index c10c2dd..6d2718d 100644 --- a/doc/doxygen/footer.html +++ b/doc/doxygen/footer.html @@ -1,7 +1,7 @@
- +
©2001-2007 Gary P. Scavone, McGill University. All Rights Reserved.
Maintained by Gary P. Scavone.
©2001-2008 Gary P. Scavone, McGill University. All Rights Reserved.
Maintained by Gary P. Scavone.
diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt index 89bb948..906afe3 100644 --- a/doc/doxygen/tutorial.txt +++ b/doc/doxygen/tutorial.txt @@ -32,7 +32,7 @@ Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio: \section download Download -Latest Release (7 December 2007): Version 4.0.3 +Latest Release (24 January 2008): Version 4.0.4 \section documentation Documentation Links diff --git a/doc/release.txt b/doc/release.txt index b712254..4bccff8 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -2,8 +2,8 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu By Gary P. Scavone, 2001-2008. -v4.0.4: () -- added functionality to allow getDeviceInfo() to work in ALSA on an open device (like ASIO) +v4.0.4: (24 January 2008) +- added functionality to allow getDeviceInfo() to work in ALSA for an open device (like ASIO) - fixes in configure script - fixed clearing of error message stream in error() - fixed RtAudio::DeviceInfo description in "probing" documentation diff --git a/install b/install index 89788be..8bdd0ca 100644 --- a/install +++ b/install @@ -1,6 +1,6 @@ RtAudio - a set of C++ classes which 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-2007. +By Gary P. Scavone, 2001-2008. To configure and compile (on Unix systems and MinGW): diff --git a/readme b/readme index e9279ed..8228cd3 100644 --- a/readme +++ b/readme @@ -1,6 +1,6 @@ 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-2007. +By Gary P. Scavone, 2001-2008. This distribution of RtAudio contains the following: @@ -34,7 +34,7 @@ LEGAL AND ETHICAL: The RtAudio license is similar to the MIT License. RtAudio: a set of realtime audio i/o C++ classes - Copyright (c) 2001-2007 Gary P. Scavone + Copyright (c) 2001-2008 Gary P. Scavone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files -- 2.30.2