Skip to content

Commit 979f62c

Browse files
committed
Release news
Signed-off-by: falkTX <[email protected]>
1 parent 6fce9a5 commit 979f62c

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "jack-example-tools release 4"
3+
author: "falkTX"
4+
date: "2023-02-03T22:01:37+0100"
5+
---
6+
A new release of the new [jack-example-tools](https://github.com/jackaudio/jack-example-tools) project is out.
7+
This is version 4 which only contains bugfixes, and should now build on BSD systems as-is.
8+
9+
Changelog:
10+
11+
- Fix a typo in `alsa_in` manpage
12+
- Fix source-code comments and manpage for `jack_simple_client`
13+
- Remove includes of non-standard `alloca.h` header
14+
15+
As noted in the previous releases, please be aware that the JACK2 project has now stopped shipping with similar tools (as in, have them built-in).
16+
See the [original jack-example-tools announcement](https://jackaudio.org/news/2022/01/15/jack-example-tools-release-1.html) for details.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "JACK2 v1.9.22 release"
3+
author: "falkTX"
4+
date: "2023-02-03T22:02:04+0100"
5+
---
6+
A new version of JACK2 has just been released.<br/>
7+
You can grab the latest release source code at
8+
<https://github.com/jackaudio/jack2/releases> and macOS/Windows installers at
9+
<https://github.com/jackaudio/jack2-releases/releases>.
10+
11+
This release focuses on fixing build compatibility with python3.11 and finally removing the examples and tools (as mentioned in previous releases).
12+
13+
The official JACK2 changelog is:
14+
* The waf autooption ``--example-tools`` has been removed.
15+
The example clients and tools are no longer part of the jack2 project.
16+
* Drop dependencies that were only used for example clients and tools (readline, sndfile and zita libs)
17+
* Fix build with python3.11+
18+
* Fix compatibility with macOS 12+
19+
* Fix ringbuffer thread safety on ARM
20+
21+
External changes, related to macOS/Windows installer:
22+
* Update QjackCtl used in macOS/Windows installers to 0.9.9

0 commit comments

Comments
 (0)