summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoderick W. Smith <rodsmith@rodsbooks.com>2014-01-25 23:46:42 -0500
committerRoderick W. Smith <rodsmith@rodsbooks.com>2014-01-25 23:46:42 -0500
commit4a702a2e26420e14592cba64701d85ec9f1f70dc (patch)
tree6b4ba9de774382a6f7e9f0f44ca486dabf671bba /NEWS
parentb784e0c95a11cdaad05b0f62806114ead678a2b0 (diff)
downloadsgdisk-4a702a2e26420e14592cba64701d85ec9f1f70dc.tar.gz
New checks for an oversized 0xEE protective (or any hybrid MBR)
partition. Auto-corrects on loading if protective & otherwise valid; if not, verify and save operations warn of the problem.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 47c3a80..35a9902 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
0.8.9 (??/??/2014):
-------------------
+- Added check for an oversized 0xEE protective partition. The program now
+ auto-repairs this condition on loading if the GPT data seem otherwise
+ valid. This is done because I've been receiving reports of some disks
+ (possibly from some OEM Windows 8 loads) that violate the GPT spec in
+ this way, and gdisk was reporting write errors when saving data.
+
+- If the GPT data seem to be damaged in some way or if the disk seems to
+ be a hybrid MBR and if the MBR partition(s) don't fit on the disk, the
+ verify (v) function now warns of this condition, and writing the disk if
+ it exists also displays a more specific error message about the problem.
+
+- Added new type codes (3000, 7412F7D5-A156-4B13-81DC-867174929325 and
+ 3001, D4E6E2CD-4469-46F3-B5CB-1BFF57AFC149) for Open Network Install
+ Environment (ONIE) boot and config partitions, respectively.
+
- Added new type ccde (ED01, BFBFAFE7-A34F-448A-9A5B-6213EB736C22), for
Lenovo's ESP-like partition.