summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2021-01-13 10:08:01 -0500
committerRod Smith <rodsmith@rodsbooks.com>2021-01-13 10:08:01 -0500
commitee3abf6f6d109c9ad37193bd710de7c774e37714 (patch)
treed87d8c37e926451ca3ba9100ba436bc1e1f17729 /NEWS
parent8fbc65a048a71c6930ef66cb7ae35f326e12cdf5 (diff)
downloadsgdisk-ee3abf6f6d109c9ad37193bd710de7c774e37714.tar.gz
Update version number and dates prior to 1.0.6 release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a9ae6be..3773db7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,13 @@
- Fixed bug that could cause segfault if GPT header claimed partition
entries are oversized.
-- Rename the partition type "Freedesktop $BOOT" to "XBOOTLDR partition".
+- Renamed the partition type "Freedesktop $BOOT" to "XBOOTLDR partition".
+
+- Added several more Freedesktop partition table type codes (0x8312 through
+ 0x831C).
+
+- Fixed type code definition in diskio-unix.cc that prevented 32-bit builds
+ from correctly handling disks over 4 GiB in size.
1.0.5 (2/17/2020):
------------------