summaryrefslogtreecommitdiff
path: root/doc/release.txt
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2016-02-11 10:58:57 -0500
committerGary Scavone <gary@music.mcgill.ca>2016-02-11 10:58:57 -0500
commitfb24c2f884a1f88a60ae818d88e3782498b59351 (patch)
treef92eb7d0b81418407ffb4b0c65452912eaaf4d96 /doc/release.txt
parent32ccbf50a028826574f0dc1ad0c5dd3fab650c9a (diff)
Release 2.1.1 tarballreleases
Diffstat (limited to 'doc/release.txt')
-rw-r--r--doc/release.txt15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/release.txt b/doc/release.txt
index d08f706..e1bfdad 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
+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 Library).
+
+By Gary P. Scavone, 2003-2016
+
+v2.1.1: (11 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)