Skip to content

Commit aaec100

Browse files
committed
Release 1.25.0
1 parent 5697d09 commit aaec100

File tree

2 files changed

+11
-87
lines changed

2 files changed

+11
-87
lines changed

NEWS

Lines changed: 9 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,9 @@
1-
### libcafemixer 1.24.1
2-
3-
* Translations update
4-
* Use the correct macro for dynamic type's private
5-
* build: silent build warnings for distcheck
6-
7-
### libcafemixer 1.24.0
8-
9-
* Translations update
10-
* avoid redundant redeclarations
11-
* update indent for Makefile.am
12-
* migrate from intltool to gettext
13-
* Use WARN_CFLAGS which are only set with --enable-compiler-warnings
14-
15-
### libcafemixer 1.23.0
16-
17-
* Translations update
18-
* pulse: avoid deprecated g_type_class_add_private
19-
* oss: avoid deprecated g_type_class_add_private
20-
* backend-alsa: avoid deprecated g_type_class_add_private
21-
* libcafemixer: avoid deprecated g_type_class_add_private
22-
* Change url project's website
23-
24-
### libcafemixer 1.22.0
25-
26-
* Translations update
27-
* Initialize Travis CI support
28-
29-
### libcafemixer 1.21.0
30-
31-
* Translations update
32-
* require PulseAudio 5.0 and drop some old code
33-
34-
### libcafemixer 1.20.0
35-
36-
* Translations update
37-
* building: bump required glib version to 2.50.0
38-
39-
### libcafemixer 1.19.0
40-
41-
* Translations update
42-
43-
### libcafemixer 1.18.0
44-
45-
* NEWS: use consistent, project wide, markdown-like formatting
46-
to make generating release announcements easier
47-
* Translations update
48-
49-
### libcafemixer 1.16.0
50-
51-
* Translations update
52-
53-
### libcafemixer 1.14.0
54-
55-
* Require PulseAudio 2.0 or newer
56-
* Improve error checking in many places
57-
* Fix PulseAudio volume limits
58-
* Some other PulseAudio fixes
59-
* Some fixes and improvements in alsa and oss backends
60-
* Some more fixes and cleanups
61-
* Translations update
62-
* Create Changelog from git
63-
64-
### libcafemixer 1.12.1
65-
66-
* Translations update
67-
68-
### libcafemixer 1.12.0
69-
70-
* oss: Only use modify counter for polling on Linux, it is broken on BSDs
71-
* alsa: Fix FTBFS with old versions of ALSA
72-
* alsa: Fix fade
73-
* Translations update
74-
75-
### libcafemixer 1.10.0
76-
77-
* First stable release
78-
79-
### libcafemixer 1.9.90
80-
81-
* New APIs: CafeMixerDeviceSwitch, CafeMixerStreamSwitch
82-
83-
### libcafemixer 1.9.0
84-
85-
* Initial release
1+
### libcafemixer 1.25.0
2+
3+
* initial commit: libmatemixer 1.24.1 fork
4+
* rename MATE to CAFE
5+
* ci: enable Github Actions
6+
* cafemixer-context: reduce the scope of some variables
7+
* cafemixer: declare parameter 'positions' with const
8+
* po,Makevars: supress progress indicators
9+
* Update Translations

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ AC_PREREQ([2.60])
77
# =======================================================================
88

99
m4_define(libcafemixer_major_version, 1)
10-
m4_define(libcafemixer_minor_version, 24)
11-
m4_define(libcafemixer_micro_version, 1)
10+
m4_define(libcafemixer_minor_version, 25)
11+
m4_define(libcafemixer_micro_version, 0)
1212
m4_define(libcafemixer_version,
1313
[libcafemixer_major_version.libcafemixer_minor_version.libcafemixer_micro_version])
1414

0 commit comments

Comments
 (0)