blob: 78fbbbc2b3042d6eb4f399ed64707f3e89c96a7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
### libmatemixer 1.26.0
* Translations update
* build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
* alsa: Add udev support
### libmatemixer 1.25.0
* Translations update
* Use the correct macro for dynamic type's private
* add git.mk to generate .gitignore
* build: silent build warnings for distcheck
* build: do not override the default value for MATE_COMPILE_WARNINGS
* Remove warnings: ignoring #pragma clang diagnostic [-Wunknown-pragmas]
### libmatemixer 1.24.0
* Translations update
* avoid redundant redeclarations
* update indent for Makefile.am
* migrate from intltool to gettext
* Use WARN_CFLAGS which are only set with --enable-compiler-warnings
### libmatemixer 1.23.0
* Translations update
* pulse: avoid deprecated g_type_class_add_private
* oss: avoid deprecated g_type_class_add_private
* backend-alsa: avoid deprecated g_type_class_add_private
* libmatemixer: avoid deprecated g_type_class_add_private
* Change url project's website
### libmatemixer 1.22.0
* Translations update
* Initialize Travis CI support
### libmatemixer 1.21.0
* Translations update
* require PulseAudio 5.0 and drop some old code
### libmatemixer 1.20.0
* Translations update
* building: bump required glib version to 2.50.0
### libmatemixer 1.19.0
* Translations update
### libmatemixer 1.18.0
* NEWS: use consistent, project wide, markdown-like formatting
to make generating release announcements easier
* Translations update
### libmatemixer 1.16.0
* Translations update
### libmatemixer 1.14.0
* Require PulseAudio 2.0 or newer
* Improve error checking in many places
* Fix PulseAudio volume limits
* Some other PulseAudio fixes
* Some fixes and improvements in alsa and oss backends
* Some more fixes and cleanups
* Translations update
* Create Changelog from git
### libmatemixer 1.12.1
* Translations update
### libmatemixer 1.12.0
* oss: Only use modify counter for polling on Linux, it is broken on BSDs
* alsa: Fix FTBFS with old versions of ALSA
* alsa: Fix fade
* Translations update
### libmatemixer 1.10.0
* First stable release
### libmatemixer 1.9.90
* New APIs: MateMixerDeviceSwitch, MateMixerStreamSwitch
### libmatemixer 1.9.0
* Initial release
|