alsa-lib/alsa-lib-1.2.2-vs-1.2.3.yaml
2020-08-17 17:55:00 +08:00

33 lines
1.0 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: alsa-lib
old_version: 1.2.2
new_version: 1.2.3
interface_differences:
- type: 'config file'
item: src/conf/alsa.conf
diff: 添加对XDG_CONFIG_HOME路径的搜索支持
influence: 功能增强
- type: 'config file'
item: PCM
diff: 改变PCM设备编号为Asus Xonar U5
influence: 功能优化
- type: 'config file'
item: src/conf/cards/USB-Audio.conf
diff: 为Asus Xonar 5添加另一个声卡名XONAR U5
influence: 功能增强
- type: 'feature'
item: Define/DefineRegex
diff: 在Syntax 3支持Define/DefineRegex
influence: 功能增强
- type: 'ABI'
item: ucm配置文件解析器
diff: src/ucm/parser.c添加ucm配置文件解析器
influence: 功能增强
- type: 'ABI'
item: ucm新增parse_string_substituteparse_integer_substitute
diff: 解析字符串并替换,解析整数并替换
influence: 功能增强,对外无影响
- type: 'ABI'
item: ucm新增parse_controls_once
diff: 解析UCM配置文件中的SectionOnce部分
influence: 功能增强
remark: '新增功能,对原有功能无影响;'