Skip to content

Commit 33de8b4

Browse files
committed
Update changelog and bump version
Signed-off-by: falkTX <[email protected]>
1 parent de42b83 commit 33de8b4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
### Fixes
13+
- Ensure internal clients export their function entry points
14+
- Fix macOS and Windows builds
15+
316
## [2]
417

518
### Fixes

Diff for: meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(
33
['c', 'cpp'],
44
meson_version: '>=0.58.0',
55
license: ['GPL2+'],
6-
version: '3',
6+
version: '4',
77
)
88

99
os = build_machine.system()

0 commit comments

Comments
 (0)