summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-04-25 23:27:30 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-04-25 23:27:30 -0500
commit5df1abdb743ac71986cabe8c76dcd9a0f75e44da (patch)
tree3aaa931a60b67df85f5062fe1c689675a73dffa0 /CHANGELOG.rst
parent4f6ebb22bad530c08bc27c13e8171bdd19dab8fd (diff)
downloadhorizon-5df1abdb743ac71986cabe8c76dcd9a0f75e44da.tar.gz
horizon-5df1abdb743ac71986cabe8c76dcd9a0f75e44da.tar.bz2
horizon-5df1abdb743ac71986cabe8c76dcd9a0f75e44da.tar.xz
horizon-5df1abdb743ac71986cabe8c76dcd9a0f75e44da.zip
Qt UI: Fix partition count for APM disklabel
The APM disklabel includes a meta partition for the partition map itself. This is always counted by parted as a partition, and is *not* considered to be a metadata partition. We therefore need to start our partitioning at #2 on APM, not #1. Closes: #376
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 7afcb34..b944410 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,7 +5,19 @@
* **A. Wilcox**, documentation writer
* **Contributors**, code
:Copyright:
- © 2019-2023 Adélie Linux and contributors.
+ © 2019-2024 Adélie Linux and contributors.
+
+
+
+0.9.9 (2024-??-??)
+==================
+
+Qt UI
+-----
+
+* The Qt UI now counts APM partition map partitions when creating APM
+ disklabels, fixing a long-standing bug when installing to an empty disk
+ on PowerPC Macintosh systems.