We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de42b83 commit 33de8b4Copy full SHA for 33de8b4
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## [4]
4
+
5
+### Fixes
6
+- Fix a typo in `alsa_in` manpage
7
+- Fix source-code comments and manpage for `jack_simple_client`
8
+- Remove includes of non-standard `alloca.h` header
9
10
+## [3]
11
12
13
+- Ensure internal clients export their function entry points
14
+- Fix macOS and Windows builds
15
16
## [2]
17
18
### Fixes
meson.build
@@ -3,7 +3,7 @@ project(
['c', 'cpp'],
meson_version: '>=0.58.0',
license: ['GPL2+'],
- version: '3',
+ version: '4',
)
os = build_machine.system()
0 commit comments