Changes v1.0.18rc1 v1.0.18rc2

From AlsaProject
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Changelog between 1.0.18rc1 and 1.0.18rc2 releases

alsa-utils

Core

Release v1.0.18rc2

ALSA Control (alsactl)

alsactl init - add ATTR{dBmin} and ATTR{dBmax}
alsactl init - CTL{values}, CTL{enums} and default "guess method" initialization
alsactl init - add default command to help config and fix packaging
alsactl - remove 'names' command, fix alsactl man page
alsactl: Allow card specification by device name (support for udev)
alsactl init - fixed EXTRA_DIST typo in alsactl/init subdirectory
alsactl init - fix memory leaks (valgrind helped)
alsactl.1 - explicitly notify about ALSA_CONFIG_PATH environment variable

alsa-plugins

Core

Release v1.0.18rc2

USB stream plugin

Add missing noinst_HEADERS to usb_stream/Makefile.am

Detailed changelog between 1.0.18rc1 and 1.0.18rc2 releases

alsa-utils

Core

- Release v1.0.18rc2
Signed-off-by: Jaroslav Kysela <perex@perex.cz>

ALSA Control (alsactl)

- alsactl init - add ATTR{dBmin} and ATTR{dBmax}
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
- alsactl init - CTL{values}, CTL{enums} and default "guess method" initialization
Implemented CTL{values)=value to set all values at once.
Implemented CTL{enums} to match against strings in enum list.
Added 'default' (guess method) initialization configuration.
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
- alsactl init - add default command to help config and fix packaging
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
- alsactl - remove 'names' command, fix alsactl man page
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
- alsactl: Allow card specification by device name (support for udev)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
- alsactl init - fixed EXTRA_DIST typo in alsactl/init subdirectory
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
- alsactl init - fix memory leaks (valgrind helped)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
- alsactl.1 - explicitly notify about ALSA_CONFIG_PATH environment variable
Signed-off-by: Jaroslav Kysela <perex@perex.cz>

alsa-plugins

Core

- Release v1.0.18rc2
Signed-off-by: Jaroslav Kysela <perex@perex.cz>

USB stream plugin

- Add missing noinst_HEADERS to usb_stream/Makefile.am
Signed-off-by: Takashi Iwai <tiwai@suse.de>