summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst44
1 files changed, 43 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b944410..1673e48 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,9 +9,35 @@
-0.9.9 (2024-??-??)
+0.9.9 (2024-11-25)
==================
+Boot to Horizon
+---------------
+
+* Experimental ARMv7 support is now available.
+
+
+Image Creation
+--------------
+
+* PowerPC disc images now create a /ppc/chrp directory, allowing boot on
+ PowerVM LPARs.
+
+* EFI tools are no longer optional when creating media on an architecture
+ that supports EFI boot. Images for x86-based platforms still support
+ legacy BIOS boot, but EFI boot support will always be present.
+
+* Various cleanups and fixes have been applied to ensure multiple image
+ creations on the same node work properly.
+
+* The tar backend now logs more status messages.
+
+* The tar backend uses UTF-8 for filenames, fixing issues with some
+ certificates from the ca-certificates package not being found in the
+ target when the archive was extracted.
+
+
Qt UI
-----
@@ -19,6 +45,22 @@ Qt UI
disklabels, fixing a long-standing bug when installing to an empty disk
on PowerPC Macintosh systems.
+* The SDDM service is enabled on boot when installed from Custom Packages.
+
+* Manual network configuration now supports targets with a single network
+ interface.
+
+* Selecting "XFCE" as the desired desktop environment no longer installs
+ all KDE packages.
+
+* The manual partitioner can now be started on the install-only media.
+
+* Keyboard layouts now show their "friendly" names in addition to their
+ two-character ISO codes, allowing for easier identification.
+
+* Usernames are now validated before allowing the user to choose Next,
+ ensuring only valid usernames can be specified.
+
0.9.8.1 (2023-12-10)