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
be26d10
commit 0f869ce
Showing
1 changed file
with
40 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,40 @@ | ||
--- | ||
published: true | ||
layout: post | ||
title: "Calamares 3.3.9 released" | ||
excerpt_separator: <!--more--> | ||
--- | ||
|
||
A release with minor bugfixes and improvements specifically in the Arabic translation. | ||
|
||
A reminder for distributions using Calamares with full disk encryption: | ||
if you are using the *luksbootkeyfile* module, | ||
it must be placed before the *fstab* module in settings.conf. If it comes | ||
after, then the keyfile will be missing from crypttab and the user will be | ||
asked for their password multiple times. | ||
|
||
<!--more--> | ||
|
||
This release contains contributions from (alphabetically by given name): | ||
- Adriaan de Groot | ||
- Evan James | ||
- Luca Matei Pintilie | ||
|
||
## Core ## | ||
- Improved schemas for configuration files | ||
- Support for Interlingue in Qt 6.7 | ||
|
||
## Modules ## | ||
- Placed *luksbootkeyfile* before *fstab* in the example `settings.conf` (#2356, Evan) | ||
- *packages* module `xbcs` package manager now logs progress messages (#2359, Luca) | ||
- *partition* module mentions creating a swap file in its summary (#2320, Adriaan) | ||
|
||
|
||
## 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 |