-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,21 @@ follows: | |
minor and patch releases. They're also made to fix bugs and add features to | ||
the build infrastructure. | ||
|
||
## v1.23.1 | ||
|
||
This is a security/bug fix release for v1.23.0. The patch in 1.23.0 to remove | ||
the multiline editor code in OTP 26 has been removed since the issue with ssh | ||
has been fixed in OTP 26.0.2. | ||
|
||
* Updates | ||
* Allow error messages from merge-squashfs to be propogated to help debug | ||
squashfs packaging issues. | ||
|
||
* Package updates | ||
* [Buildroot 2023.02.2](https://lore.kernel.org/buildroot/[email protected]/T/) | ||
* [Erlang/OTP 26.0.2](https://erlang.org/download/OTP-26.0.2.README). Also see | ||
[Erlang/OTP 26.0.1](https://erlang.org/download/OTP-26.0.1.README). | ||
|
||
## v1.23.0 | ||
|
||
This update pulls in Erlang/OTP 26.0 and Buildroot 2023.02.1. For the Buildroot | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.23.0 | ||
1.23.1 |