diff options
-rw-r--r-- | debian/changelog | 15 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 362bdf4..e85a8e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +midimonster (0.5-1) unstable; urgency=medium + + * New RTP MIDI backend + * Support for deprecated MIDI channel syntax removed + * Core performance improvements + * ArtNet and sACN performance improvements + * Bugfixes to OpenPixelControl, ArtNet and sACN backends + * Lua/Python default channel handlers and cleanup handlers + * Lua/Python now allow output() calls during initial script parsing + * Lua cooperative multithreading API + * OSC bundle reception + * maweb now supports fallback connections + + -- Fabian "cbdev" Stumpf <cb@cbcdn.com> Mon, 27 Apr 2020 22:51:20 +0200 + midimonster (0.4-1) unstable; urgency=medium * Add input_channel and timestamp calls to Lua core interface diff --git a/debian/control b/debian/control index 2c1eefa..02f2c44 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: midimonster Section: utils Priority: optional -Maintainer: cbdev <cb@cbcdn.com> +Maintainer: Fabian "cbdev" Stumpf <cb@cbcdn.com> Build-Depends: debhelper (>= 11) Standards-Version: 4.1.3 Homepage: https://midimonster.net/ |