Parcourir la source

Final documentation updates before release 2.1.0.

Gary Scavone il y a 11 ans
Parent
commit
ebd128a5a1
3 fichiers modifiés avec 3 ajouts et 5 suppressions
  1. 1 1
      RtMidi.h
  2. 1 3
      doc/doxygen/tutorial.txt
  3. 1 1
      doc/release.txt

+ 1 - 1
RtMidi.h

@@ -43,7 +43,7 @@
 #ifndef RTMIDI_H
 #ifndef RTMIDI_H
 #define RTMIDI_H
 #define RTMIDI_H
 
 
-#define RTMIDI_VERSION "2.1.0pre"
+#define RTMIDI_VERSION "2.1.0"
 
 
 #include <exception>
 #include <exception>
 #include <iostream>
 #include <iostream>

+ 1 - 3
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.
 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
 \section download Download
 
 
-Latest Release (?? March 2014): <A href="http://www.music.mcgill.ca/~gary/rtmidi/release/rtmidi-2.1.0.tar.gz">Version 2.1.0</A>
+Latest Release (30 March 2014): <A href="http://www.music.mcgill.ca/~gary/rtmidi/release/rtmidi-2.1.0.tar.gz">Version 2.1.0</A>
 
 
 \section start Getting Started
 \section start Getting Started
 
 

+ 1 - 1
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
 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)
 - renamed RtError class to RtMidiError and embedded it in RtMidi.h (and deleted RtError.h)
 - fix to CoreMidi implementation to support dynamic port changes
 - fix to CoreMidi implementation to support dynamic port changes
 - removed global ALSA sequencer objects because they were not thread safe (Martin Koegler)
 - removed global ALSA sequencer objects because they were not thread safe (Martin Koegler)