Opened 2 months ago

Closed 2 months ago

#19343 closed enhancement (fixed)

gptfdisk-1.0.10

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version. End package. Promoting to 12.1.

Change History (3)

comment:1 by Bruce Dubbs, 2 months ago

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

comment:2 by Bruce Dubbs, 2 months ago

1.0.10 (2/19/2024):

  • Fixed problem that caused sgdisk to crash with errors about being unable to read the disk's partition table when compiled with the latest popt (commit 740, which is pre-release as I type; presumably version 1.19 and later once released).
  • Updated guid.cc to deal with minor change in libuuid.
  • Fixed potential NULL derefernce bug in sgdisk.
  • The partition number of "0" can now be used to reference newly-created partitions when the --largest-new=0 option to sgdisk is used.
  • Make explicit casts in gptcurses.cc to eliminate compiler warnings about mis-matched types in printw() statements.
  • Minor code cleanup based on valgrind analysis.
  • In previous versions, GPT fdisk accepted only integer values for partition start points, end points, and sizes, and it interpreted decimal values incorrectly. That is, if you typed "+9.5G" as the partition end point, you'd end up with something just 9 sectors in size. This version now truncates decimal numbers to their integral values, so you'd get a 9 GiB partition instead.
  • Changes to optimize disk handling, particularly on Windows.
  • Added new sgdisk -k/--move-backup-table and gdisk k (on the experts' menu) option to relocate the backup partition table. This is the counterpart of the sgdisk -j/--move-main-table and gdisk j (on the experts' menu) option to move the main partition table.

comment:3 by Bruce Dubbs, 2 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

d1c7beeb03 Update to gptfdisk-1.0.10.
7411d86b68 Update to lxqt-archiver-0.9.1.
b9f3673da2 Update to qemu-8.2.1.
Note: See TracTickets for help on using tickets.