summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2021-03-10 19:42:31 -0500
committerRod Smith <rodsmith@rodsbooks.com>2021-03-10 19:42:31 -0500
commit79977a7e48ad6da9f206005abe3c2553402d8076 (patch)
treec42b1144ab3e9bac1e3ff26d75004ac77144d2e1 /NEWS
parent0d47132b76b6eb1194093f168ea611d20665eb88 (diff)
downloadsgdisk-79977a7e48ad6da9f206005abe3c2553402d8076.tar.gz
Three new type codes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7d29c53..873338a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-1.0.7 (?/??/2021):
+1.0.7 (3/10/2021):
------------------
- Fixed bug that caused spurious warnings about the partition table
@@ -15,6 +15,11 @@
- Fixed double byte swap operation on partition label data on big-endian
CPUs. This resulted in partition names becoming gibberish on such CPUs.
+- Added three new type codes:
+ - 0x0701 - Microsoft Storage Replica
+ - 0x0702 - ArcaOS Type 1
+ - 0x8401 - Storage Performance Development Kit (SPDK) block device
+
1.0.6 (1/13/2021):
------------------