From ebd128a5a1f3a21bf346ec29d16a620026293d65 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Sun, 30 Mar 2014 11:25:07 -0400 Subject: Final documentation updates before release 2.1.0. --- RtMidi.h | 2 +- doc/doxygen/tutorial.txt | 4 +--- doc/release.txt | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/RtMidi.h b/RtMidi.h index 1c43fb8..99dc38c 100644 --- a/RtMidi.h +++ b/RtMidi.h @@ -43,7 +43,7 @@ #ifndef RTMIDI_H #define RTMIDI_H -#define RTMIDI_VERSION "2.1.0pre" +#define RTMIDI_VERSION "2.1.0" #include #include diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt index 009edcc..d6dc826 100644 --- a/doc/doxygen/tutorial.txt +++ b/doc/doxygen/tutorial.txt @@ -21,11 +21,9 @@ MIDI input and output functionality are separated into two classes, RtMidiIn and A minor API change was made. The RtError class was renamed RtMidiError and embedded directly in RtMidi.h. Thus, all references to RtError should be renamed to RtMidiError and the RtError.h file should be deleted. -No incompatable API changes were made in version 2.0, however, support for multiple compiled APIs (where available) was added (see \ref multi). Other changes include: 1. Added Windows Kernel Streaming support (thanks to Sebastien Alaiwan), though not tested in Visual Studio (and timestamping is not implemented); and 2. Support for the IRIX (SGI) operating system was discontinued. - \section download Download -Latest Release (?? March 2014): Version 2.1.0 +Latest Release (30 March 2014): Version 2.1.0 \section start Getting Started diff --git a/doc/release.txt b/doc/release.txt index c416a43..83debcc 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -2,7 +2,7 @@ RtMidi - a set of C++ classes that provides a common API for realtime MIDI input By Gary P. Scavone, 2003-2014 -v2.1.0: (?? 2014) +v2.1.0: (30 March 2014) - renamed RtError class to RtMidiError and embedded it in RtMidi.h (and deleted RtError.h) - fix to CoreMidi implementation to support dynamic port changes - removed global ALSA sequencer objects because they were not thread safe (Martin Koegler) -- cgit v1.2.3