summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2021-01-13 17:17:41 -0500
committerRod Smith <rodsmith@rodsbooks.com>2021-01-13 17:17:41 -0500
commit6180deb472c302c47f4d4acff8f2123d10824364 (patch)
tree0b2cd29c86a87f854fb784751c7b5c9cf0f0d644 /NEWS
parent273fff5c84288f3c09b32521d1217619e9cc079e (diff)
downloadsgdisk-6180deb472c302c47f4d4acff8f2123d10824364.tar.gz
Version 1.0.6 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 72a2cc3..f74bad0 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,12 @@
------------------
- Fixed bug that could cause segfault if GPT header claimed partition
- entries are oversized.
+ entries are oversized. See:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-0256
- Fixed bug that could cause a crash if a badly-formatted MBR disk was
- read.
+ read. See:
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-0308
- Renamed the partition type "Freedesktop $BOOT" to "XBOOTLDR partition".
@@ -13,7 +15,10 @@
0x831C).
- Fixed type code definition in diskio-unix.cc that prevented 32-bit builds
- from correctly handling disks over 4 GiB in size.
+ from correctly handling disks over 4 TiB in size.
+
+- Minor tweaks to get the software to compile on FreeBSD; that seems to have
+ fallen into disrepair.
1.0.5 (2/17/2020):
------------------