diff options
author | cbdev <cb@cbcdn.com> | 2020-04-27 23:02:02 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2020-04-27 23:02:02 +0200 |
commit | 8a0a413f1dd5593189dd6b651babcff9b2495451 (patch) | |
tree | 25d442173ed3f6d025008fbb983c52dd4a73019c | |
parent | 1d8ed32bf769bc99095cd32ec166e681437607f0 (diff) | |
download | midimonster-8a0a413f1dd5593189dd6b651babcff9b2495451.tar.gz midimonster-8a0a413f1dd5593189dd6b651babcff9b2495451.tar.bz2 midimonster-8a0a413f1dd5593189dd6b651babcff9b2495451.zip |
Debianization for v0.5
-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/ |