From 66dab838ffb29f8097e6714db42765c9dec46b79 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 23 Jan 2017 10:16:29 +0100 Subject: [PATCH] alsa-utils: Update version from 1.1.2 to 1.1.3 Change-log [1]: > ### Core ### > > * Release v1.1.3 > * INSTALL: document how to configure a build for installation in a > local dir > * configure.ac: add a check for rst2man, a reStructuredText man page > generator > * configure.ac: fix the check for xmlto availability > * alsabat: add amixer config files > * alsabat: automation test scripts > > ### ALSA Control (alsactl) ### > > * alsactl: Fix potential NULL dereferences in daemon mode > > ### ALSA RawMidi Utility (amidi) ### > > * amidi: add sysex-interval option > * amidi: fix timeout handling > * amidi: ignore not only Active Sensing but also Clock bytes > > ### Speaker Test ### > > * speaker-test: Fix chmap wav file selection. > > ### alsaloop ### > > * alsaloop: try adapt avail_min for playback to avoid 100% CPU usage > > ### alsaucm ### > > * alsaucm: add a man page, generated from reStructuredText > * alsaucm: mention the "list1" command in the usage output > > ### aplay/arecord ### > > * aplay: Fix to handle pause when system is suspended/Resumed > > ### bat (basic audio tester) ### > > * alsabat: add system power management S3 test > * alsabat: fix alsabat -86 error > * alsabat: add amixer config files > * alsabat: automation test scripts --- alsa-utils.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alsa-utils.be0 b/alsa-utils.be0 index 11438ec02..b03fdac5d 100755 --- a/alsa-utils.be0 +++ b/alsa-utils.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION alsa-utils-1.1.2-0 +# BEE_VERSION alsa-utils-1.1.3-0 # ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)