|
| 1 | +``` |
1 | 2 | # Jamulus Next Release — Working Announcement Draft |
2 | 3 |
|
3 | | -> **Note for maintainers:** This is a working draft, automatically updated by GitHub Copilot |
4 | | -> as PRs are merged to `main`. Please review, polish, and publish to |
5 | | -> [GitHub Discussions (Announcements)](https://github.com/orgs/jamulussoftware/discussions) |
6 | | -> and other channels when the release is ready. |
7 | | -> |
8 | | -> Run [`tools/get_release_contributors.py`](tools/get_release_contributors.py) to compile |
9 | | -> the full contributor list before publishing. |
10 | | -> |
| 4 | +> **Note for maintainers:** This is a working draft, automatically updated by GitHub Copilot |
| 5 | +> as PRs are merged to `main`. Please review, polish, and publish to |
| 6 | +> [GitHub Discussions (Announcements)](https://github.com/orgs/jamulussoftware/discussions) |
| 7 | +> and other channels when the release is ready. |
| 8 | +> |
| 9 | +> Run [`tools/get_release_contributors.py`](tools/get_release_contributors.py) to compile |
| 10 | +> the full contributor list before publishing. |
| 11 | +> |
11 | 12 | > See the [ChangeLog](ChangeLog) for the complete technical record of all changes. |
12 | 13 |
|
13 | 14 | Here's what's new in the next release of Jamulus: |
14 | 15 |
|
15 | 16 | <!-- Changes will appear here automatically as pull requests are merged --> |
16 | 17 |
|
17 | | -As always, all feedback on the new version is welcome. Please raise any problems in a new bug report or discussion topic. |
| 18 | +- Fixed an issue where warnings were not properly redirected to `stderr`, preventing potential file corruption on API failures ([@pljones](https://github.com/pljones)). |
18 | 19 |
|
19 | | ---- |
20 | | - |
21 | | -**REMINDER:** Those of you with virus checkers are likely to find the Windows installer incorrectly flagged as a virus. This is because the installer is open source and virus checkers cannot be bothered to check what it installs, so assume that it's going to be malign. If you download the installer _only from the official release_, you should be safe to ignore any warning. |
22 | | - |
23 | | ---- |
24 | | - |
25 | | -*This draft is automatically maintained by the [Update Release Announcement](.github/workflows/update-release-announcement.yml) workflow.* |
| 20 | +As always, |
0 commit comments