diff options
author | cbdev <cb@cbcdn.com> | 2021-06-30 03:17:07 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2021-06-30 03:17:07 +0200 |
commit | ddfbea7b0732616d2407240b76961eb647d8f7ec (patch) | |
tree | 80bd7cd1dbdec3d1eddff6836755a54a6f9ce846 | |
parent | bc3d80e9e6c038c87a64432586670c663a23e53d (diff) | |
download | midimonster-debian/master.tar.gz midimonster-debian/master.tar.bz2 midimonster-debian/master.zip |
Debianization for v0.6debian/master
-rw-r--r-- | debian/changelog | 19 | ||||
-rw-r--r-- | debian/manpages | 2 |
2 files changed, 19 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e85a8e3..c07bd5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +midimonster (0.6-1) unstable; urgency=medium + + * New backend: VISCA (PTZ Cameras) + * New backend: MQTT + * Configuration now supports list-type multichannel specification + * The maweb backend will try the next host if login fails + * The ArtNet and sACN backends have gained `detect` options + * The programming backends have gained functions for channel introspection + * New example configurations + * Optionally disable ArtNet rate limiting + * Update lua backend to 5.4 API changes + * The MIDI backends now support extended parameter numbers (RPN/NRPN) + * The MIDI backends now support the program change control + * evdev will now properly perform prefix-matching + + -- cbdev <cbdev@cbcdn.com> Wed, 30 Jun 2021 03:04:04 +0200 + midimonster (0.5-1) unstable; urgency=medium * New RTP MIDI backend @@ -11,7 +28,7 @@ midimonster (0.5-1) unstable; urgency=medium * OSC bundle reception * maweb now supports fallback connections - -- Fabian "cbdev" Stumpf <cb@cbcdn.com> Mon, 27 Apr 2020 22:51:20 +0200 + -- cbdev <cb@cbcdn.com> Wed, 30 Jun 2021 03:03:41 +0200 midimonster (0.4-1) unstable; urgency=medium diff --git a/debian/manpages b/debian/manpages index 5145302..f679b19 100644 --- a/debian/manpages +++ b/debian/manpages @@ -1 +1 @@ -midimonster.1 +assets/midimonster.1 |