forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 20
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
1 parent
06b02e3
commit c897237
Showing
2 changed files
with
76 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
published: true | ||
layout: post | ||
title: "Calamares 3.3.2 released" | ||
excerpt_separator: <!--more--> | ||
--- | ||
|
||
Calamares 3.3.2 brings better Qt6 compatibility, Ubuntu compatibility, | ||
new options in disk encryption, and some bug fixes. | ||
|
||
This release contains contributions from (alphabetically by first name): | ||
- Aaron Rainbolt | ||
- Adriaan de Groot | ||
- Anke Boersma | ||
- Evan James | ||
- Jonathan Riddell | ||
- Lukas Märdian | ||
- Tj | ||
|
||
## Core ## | ||
- Slideshow support code (QML) now ported to Qt6 and made available | ||
as two separate directories of support-code. (thanks Jon) | ||
- Compatibility with Qt versions prior to 5.15.5 has been removed. | ||
|
||
## Modules ## | ||
- *fstab* bug fixed where BTRFS messes up the partition layout. (thanks Tj) | ||
- *networkcfg* on NetPlan-enabled systems, configure NetworkManager | ||
with the live-system's NetPlan settings. (thanks Lukas) | ||
- *partition* module can now also define unencrypted partitions | ||
when encryption is used. (thanks Aaron) | ||
|
||
## Feedback ## | ||
|
||
If you experience an issue with Calamares, please tell us all about it | ||
on the [**Calamares issue tracker**][1]. For a full change list, see | ||
the full list of [issues closed][2] within the current generation (which is many releases). | ||
|
||
[1]: https://github.com/calamares/calamares/issues | ||
[2]: https://github.com/calamares/calamares/milestone/83 |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
published: true | ||
layout: post | ||
title: "Calamares 3.3.3 released" | ||
excerpt_separator: <!--more--> | ||
--- | ||
|
||
This release is primarily to fix a runtime error that shows | ||
up in particular build configurations. With KDE Plasma 6 megarelease | ||
imminent, some KDE Plasma-related modules have been ported. | ||
|
||
This release contains contributions from (alphabetically by first name): | ||
- Adriaan de Groot | ||
- Anke Boersma | ||
|
||
Translations have been updated (3.3.2 skipped that step). | ||
|
||
## Core ## | ||
- Core libraries *libcalamares* and *libcalamaresui* now build with | ||
hidden visibility by default, as a step towards ABI stability. | ||
- A runtime crash caused by (mis?)use of Qt UniqueConnection which | ||
shows up in Debug builds was resolved. | ||
|
||
## Modules ## | ||
- *interactiveterminal* can use konsole in Qt6 too. (thanks Anke) | ||
- *plasmalnf* module ported to Plasma 6. (thanks Anke) | ||
- *welcomeq* example extended to include Markdown syntax. (thanks Anke) | ||
|
||
|
||
## Feedback ## | ||
|
||
If you experience an issue with Calamares, please tell us all about it | ||
on the [**Calamares issue tracker**][1]. For a full change list, see | ||
the full list of [issues closed][2] within the current generation (which is many releases). | ||
|
||
[1]: https://github.com/calamares/calamares/issues | ||
[2]: https://github.com/calamares/calamares/milestone/83 |