Opened 4 years ago

Closed 4 years ago

#13161 closed enhancement (fixed)

gptfdisk-1.0.5

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 9.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version. This can go in 9.1.

Change History (3)

comment:1 by Bruce Dubbs, 4 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 years ago

1.0.5 (2/17/2020):

  • Fixed typos and minor formatting issues in man pages
  • Changed number of columns in type code output ("sgdisk -L" and equivalents in gdisk and cgdisk) from 3 to 2, since some descriptions are long enough that they're ambiguous with three columns.
  • Makefile change: Add $(LDLIBS) support to enable clean static builds (for libintl).
  • You can now put the 0xEE partition last in a hybrid MBR using sgdisk. (Previously, this was possible with gdisk but not with sgdisk.) See the sgdisk man page for details.
  • Added numerous type codes for Container Linux, Veracrypt, and Freedesktop.org's Discoverable Partitions Specification
  • Apple no longer supports building i386 or "fat" binaries in XCode (or if they do, they're making it hard), so I've removed that support. GPT fdisk macOS binaries are now x86-64 only. Similarly, building now seems to require macOS 10.9 or later, so that's now the minimum macOS version. I've also re-built my Mac build environment and tweaked Makefile.mac appropriately.
  • Partition type name searches are now case-insensitive.
  • It's now possible to quit out of partition type name searches by typing "q".
  • When changing a partition type code, the default is now the current type code, not a platform-specific type code.

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22730.

Note: See TracTickets for help on using tickets.