summaryrefslogtreecommitdiff
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
parent447308a38f22211910439b6c7483aba7862d3f0e (diff)
Date / release number updates in preparation for new release.
-rw-r--r--RtMidi.cpp2
-rw-r--r--RtMidi.h4
-rw-r--r--configure.ac2
-rw-r--r--doc/release.txt11
-rw-r--r--readme4
5 files changed, 16 insertions, 7 deletions
diff --git a/RtMidi.cpp b/RtMidi.cpp
index 782789e..812ce2c 100644
--- a/RtMidi.cpp
+++ b/RtMidi.cpp
@@ -8,7 +8,7 @@
RtMidi WWW site: http://music.mcgill.ca/~gary/rtmidi/
RtMidi: realtime MIDI i/o C++ classes
- Copyright (c) 2003-2014 Gary P. Scavone
+ Copyright (c) 2003-2016 Gary P. Scavone
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
diff --git a/RtMidi.h b/RtMidi.h
index 6fa519e..1f0175e 100644
--- a/RtMidi.h
+++ b/RtMidi.h
@@ -8,7 +8,7 @@
RtMidi WWW site: http://music.mcgill.ca/~gary/rtmidi/
RtMidi: realtime MIDI i/o C++ classes
- Copyright (c) 2003-2014 Gary P. Scavone
+ Copyright (c) 2003-2016 Gary P. Scavone
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
@@ -43,7 +43,7 @@
#ifndef RTMIDI_H
#define RTMIDI_H
-#define RTMIDI_VERSION "2.1.0"
+#define RTMIDI_VERSION "2.1.1"
#include <exception>
#include <iostream>
diff --git a/configure.ac b/configure.ac
index a52ddb0..6038314 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(RtMidi, 2.1.0, gary@music.mcgill.ca, rtmidi)
+AC_INIT(RtMidi, 2.1.1, gary@music.mcgill.ca, rtmidi)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(RtMidi.cpp)
AC_CONFIG_FILES([rtmidi-config librtmidi.pc Makefile tests/Makefile])
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)
diff --git a/readme b/readme
index 545ffc6..ece29df 100644
--- a/readme
+++ b/readme
@@ -1,6 +1,6 @@
RtMidi - a set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMidi & JACK) and Windows (Multimedia).
-By Gary P. Scavone, 2003-2014.
+By Gary P. Scavone, 2003-2016.
This distribution of RtMidi contains the following:
@@ -32,7 +32,7 @@ LEGAL AND ETHICAL:
The RtMidi license is similar to the the MIT License, with the added "feature" that modifications be sent to the developer.
RtMidi: realtime MIDI i/o C++ classes
- Copyright (c) 2003-2014 Gary P. Scavone
+ Copyright (c) 2003-2016 Gary P. Scavone
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files