summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2016-02-10 08:37:11 -0500
committerGary Scavone <gary@music.mcgill.ca>2016-02-10 08:37:11 -0500
commit7a833879569ac82a9560ae77cd6a4b5a33f4e2cc (patch)
tree602a1f8cf4e56010636f44eb5b6b8080510fd85c /doc
parent447308a38f22211910439b6c7483aba7862d3f0e (diff)
Date / release number updates in preparation for new release.
Diffstat (limited to 'doc')
-rw-r--r--doc/release.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/release.txt b/doc/release.txt
index d08f706..ded9722 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -1,6 +1,15 @@
RtMidi - a set of C++ classes that provides a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMidi & JACK), and Windows (Multimedia, Kernel Streaming).
-By Gary P. Scavone, 2003-2014
+By Gary P. Scavone, 2003-2016
+
+v2.1.1: (?? February 2016)
+- updates to automake routines
+- added C API (thanks to Atsushi Eno!)
+- JACK ringbuffer allocation change
+- OSX virtual port closing fix
+- OSX sysex sending fix
+- moved Windows kernel streaming code to other branch because it is incomplete
+- miscellaneous small fixes
v2.1.0: (30 March 2014)
- renamed RtError class to RtMidiError and embedded it in RtMidi.h (and deleted RtError.h)