summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2022-04-12 19:00:23 -0400
committerRod Smith <rodsmith@rodsbooks.com>2022-04-12 19:00:23 -0400
commit075f3fe2a0e63dc8b705b0d1dc30f70636dd2e39 (patch)
treeaeb64e651dff8efde7e4581646cb58e3a199b214 /NEWS
parent122b58ad82f1a144226d262c87241ee035ed1aff (diff)
downloadsgdisk-075f3fe2a0e63dc8b705b0d1dc30f70636dd2e39.tar.gz
Added several new partition type codes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d54b96b..b5ebc03 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,16 @@
- Added the ability to build sgdisk and cgdisk for Windows.
+- Added new type codes:
+ * FreeBSD nandfs (0xa506)
+ * Apple APFS Pre-Boot (0xaf0b)
+ * Apple APFS Recovery (0xaf0c)
+ * ChromeOS firmware (0x7f03)
+ * ChromeOS mini-OS (0x7f04)
+ * ChromeOS hibernate (0x7f05)
+ * U-Boot boot loader (0xb000)
+ * 27 (!) codes for Fuchsia (0xf100 to 0xf11a)
+
- Fixed build problems with recent versions of ncurses.
- Fixed bug that caused cgdisk to report incorrect partition attributes.