summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2021-03-08 19:06:27 -0500
committerRod Smith <rodsmith@rodsbooks.com>2021-03-08 19:06:27 -0500
commit0d47132b76b6eb1194093f168ea611d20665eb88 (patch)
treede58e482620313275bb8fef832cfa82283961794 /NEWS
parent86dd5fea351a5a55bea26b7622eb85ebd6075a60 (diff)
downloadsgdisk-0d47132b76b6eb1194093f168ea611d20665eb88.tar.gz
Adjusted documentation & Makefile.mac for new ARM64 support under macOS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a7131aa..7d29c53 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,16 @@
header claiming an invalid size of partition entries when reading
some MBR disks.
+- Added ARM64 as an architecture for the Mac builds of gdisk and fixparts.
+ The official GPT fdisk binaries of these files for macOS are now
+ "universal" x86-64/ARM64 binaries, so they will run natively on the new M1
+ (ARM64) Macs. The sgdisk and cgdisk binaries, though, remain built only
+ for x86-64, because they rely on libraries that are not easily built in
+ "universal" form.
+
+- Fixed double byte swap operation on partition label data on big-endian
+ CPUs. This resulted in partition names becoming gibberish on such CPUs.
+
1.0.6 (1/13/2021):
------------------