diff options
| author | cbdev <cb@cbcdn.com> | 2020-03-08 17:21:57 +0100 | 
|---|---|---|
| committer | cbdev <cb@cbcdn.com> | 2020-03-08 17:21:57 +0100 | 
| commit | d4714dfdd5c6e2d165d1ad9327fdce69a1b2b85b (patch) | |
| tree | ad5e2bb95ab5694e2ac457d711791a2eddf90d92 /debian | |
| parent | e0000797c80789d9d4559bb5264b982c187e1137 (diff) | |
| download | midimonster-d4714dfdd5c6e2d165d1ad9327fdce69a1b2b85b.tar.gz midimonster-d4714dfdd5c6e2d165d1ad9327fdce69a1b2b85b.tar.bz2 midimonster-d4714dfdd5c6e2d165d1ad9327fdce69a1b2b85b.zip  | |
Debianization for v0.4
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 12 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 39186c4..362bdf4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +midimonster (0.4-1) unstable; urgency=medium + +  * Add input_channel and timestamp calls to Lua core interface +  * Allow commandline configuration override +  * New OpenPixelControl backend +  * New Python backend +  * Quiet mode for maweb backend +  * Rate-limiting for ArtNet and sACN (configurable) +  * Core API: Allow managed_fd implementation data to be updated + + -- cbdev <cb@cbcdn.com>  Sun, 08 Mar 2020 17:15:56 +0100 +  midimonster (0.3-1) unstable; urgency=medium    * Bugfixes to the jack, maweb, evdev and sacn backends diff --git a/debian/control b/debian/control index 2e71d5c..2c1eefa 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional  Maintainer: cbdev <cb@cbcdn.com>  Build-Depends: debhelper (>= 11)  Standards-Version: 4.1.3 -Homepage: https://midimonster.tech/ +Homepage: https://midimonster.net/  Vcs-Browser: https://github.com/cbdevnet/midimonster  Vcs-Git: https://github.com/cbdevnet/midimonster  | 
