Explorar el Código

Final documentation updates before release 2.1.0.

Gary Scavone hace 11 años
padre
commit
ebd128a5a1
Se han modificado 3 ficheros con 3 adiciones y 5 borrados
  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
 #define RTMIDI_H
 
-#define RTMIDI_VERSION "2.1.0pre"
+#define RTMIDI_VERSION "2.1.0"
 
 #include <exception>
 #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.
 
-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): <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
 

+ 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
 
-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)