summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 78a7177..e5d4deb 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -64,6 +64,23 @@ Image Creation
* CD backend generated GRUB configuration files are now readable on 64-bit
PowerPC systems utilising the Petitboot boot loader.
+* All images now support both graphical and text mode options in the GRUB
+ menu, allowing to skip loading X11 on systems where it does not work.
+
+
+Metadata
+--------
+
+* The ``svcenable`` key now supports non-system runlevels. All runlevels that
+ are not recognised as system runlevels will be "stacked" with the default
+ runlevel. You can utilise these runlevels by passing the ``softlevel=NAME``
+ parameter to the kernel command line, where ``NAME`` is the name of the
+ desired runlevel.
+
+* The default values for ``signingkey`` use the distfiles mirror instead
+ of copies of the key on local disk. This allows you to use System
+ Installation from non-Adélie Linux systems.
+
Qt UI
-----
@@ -89,6 +106,8 @@ Qt UI
* The Qt script runner now uses the same high-DPI scaling setting used by the
rest of System Installation.
+* The Qt script runner will now display any errors encountered starting xterm.
+
0.9.7 (2022-09-04)