summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2016-10-19 16:38:00 -0400
committerRod Smith <rodsmith@rodsbooks.com>2016-10-19 16:38:00 -0400
commitc554cf15bb8445fd3afd7633e83a35b7dbd0084d (patch)
tree9bd41ac6dbd7f2d0fd7d598303e425c0c7fdae1b /NEWS
parentc37c487bb91fd2b3b2d2f9cff8de4a7a960ae4fe (diff)
downloadsgdisk-c554cf15bb8445fd3afd7633e83a35b7dbd0084d.tar.gz
Added type codes for Android, ONIE, and QNX6.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab22049..ae1a46d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
1.0.2 (?/??/2016):
------------------
+- Added two type codes for the Open Network Install Environment (ONIE):
+ 0xe100 (7412F7D5-A156-4B13-81DC-867174929325) and 0xe101
+ (D4E6E2CD-4469-46F3-B5CB-1BFF57AFC149).
+
+- Added thirteen type codes for Android partitions (0xa000 through
+ 0xa00c).
+
+- Added type code for QNX6 (aka QNX Power-Safe) filesystem: 0xb300, for
+ CEF5A9AD-73BC-4601-89F3-CDEEEEE321A1.
+
- Removed stray debug message ("REALLY setting name!") from sgdisk,
when setting new name via -c option.