summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Minor code cleanup based on valgrind analysisHEADmasterRod Smith2023-03-101-0/+2
|
* Document previous mergeRod Smith2023-03-061-0/+7
|
* Do some explicit casts in gptcurses.cc to eliminate compiler warnings.Rod Smith2023-03-061-0/+3
|
* Document recent mergestRod Smith2023-03-051-1/+6
|
* Document recent merge.Rod Smith2023-03-051-1/+3
|
* Updated guid.cc to deal with minor change in libuuidRod Smith2022-04-161-0/+2
|
* Fix failure & crash of sgdisk when compiled with latest popt (commit 740; ↵Rod Smith2022-04-151-0/+8
| | | | presumably eventually release 1.19)
* GPT fdisk version 1.0.9Rod Smith2022-04-141-2/+2
|
* Added several new partition type codesRod Smith2022-04-121-0/+10
|
* Introduction of unified (multi-OS) MakefileRod Smith2022-04-121-0/+5
| | | | Forgot something!
* Fix bug that caused cgdisk to report incorrect partition attributes.Rod Smith2022-04-101-0/+2
|
* Updated NEWS file for recent merges.Rod Smith2022-04-101-0/+7
|
* Add end-alignment feature.Rod Smith2022-01-291-1/+9
|
* Remove stray debugging codeRod Smith2021-10-091-0/+6
|
* Version 1.0.8 releaseRod Smith2021-06-091-2/+2
|
* Added type code for Barebox boot loaderRod Smith2021-06-091-0/+3
|
* Add ability to reverse byte order of partition names to gdisk and sgdiskRod Smith2021-06-081-1/+10
|
* Added info to NEWS about latest commits.Rod Smith2021-06-081-0/+8
|
* Three new type codesRod Smith2021-03-101-1/+6
|
* Adjusted documentation & Makefile.mac for new ARM64 support under macOSRod Smith2021-03-081-0/+10
|
* Fix spurious warnings of problems on MBR disksRod Smith2021-02-011-0/+7
|
* Version 1.0.6 releaseRod Smith2021-01-131-3/+8
|
* update NEWSRod Smith2021-01-131-1/+4
|
* Update version number and dates prior to 1.0.6 release.Rod Smith2021-01-131-1/+7
|
* Update NEWS fileRod Smith2021-01-121-1/+3
|
* Fix segfault on some weird data structuresRod Smith2020-09-141-0/+6
|
* Documentation and final changes for 1.0.5 releaseRod Smith2020-02-171-2/+18
|
* Tweaks for building on the latest XCode for macOSRod Smith2020-02-151-0/+7
|
* Added Container Linux and Veracrypt type codesRod Smith2020-02-131-0/+3
|
* Update to NEWS fileRod Smith2020-02-131-0/+7
|
* Change number of columns in type code output from 3 to 2.Rod Smith2020-02-091-2/+6
|
* Fixed typo in sgdisk man page.Rod Smith2019-03-151-0/+5
|
* Final changes for 1.0.4 releaseRod Smith2018-07-051-1/+3
|
* Added explicit copy constructors and made other tweaks to avoidRod Smith2018-07-051-0/+11
| | | | compiler complaints.
* Added Ceph and Linux encrypted (LUKS and dm-crypt) partition type codes.Rod Smith2018-07-051-2/+11
|
* Added search/filter feature to "L" function to display partition typeRod Smith2018-07-051-0/+8
| | | | codes.
* Added 52 Android partition type codes.Rod Smith2018-07-041-0/+2
|
* Updated NEWS files to record effects of recent merges.Rod Smith2018-07-041-0/+7
|
* Changed "Creating new GPT entries" message to "Creating new GPTRod Smith2018-04-291-0/+10
| | | | entries in memory" because the latter is clearer and more precise.
* Fixed a major bug that caused improper partition tables to be created.Rod Smith2017-07-271-0/+7
| | | | Version 1.0.3 release.
* Added support for showing the disk's model name under Linux.Rod Smith2017-07-261-2/+9
|
* Added code to read physical block size on Linux.Rod Smith2017-07-251-0/+6
|
* Added four Apple SoftRAID partition type codes.Rod Smith2017-07-251-0/+3
|
* Added a couple of new verification checks and minor tweaks.Rod Smith2017-07-231-0/+3
|
* Initial commit of support for moving main partition table to arbitraryRod Smith2017-07-211-1/+11
| | | | location on disk (within limits based on existing partitions).
* Trivial documentation changes.Rod Smith2017-07-211-0/+3
|
* Added type codes for Android, ONIE, and QNX6.Rod Smith2016-10-191-0/+10
|
* Removed stray debugging message from "sgdisk -c" operation.Rod Smith2016-04-131-0/+6
|
* Version 1.0.1 release.Roderick W. Smith2015-10-181-5/+11
|
* Fixed bug in sgdisk that caused --largest-new/-N to fail if fed aRoderick W. Smith2015-10-181-0/+3
| | | | | value of "0" for the partition number. (This should work, according to the man page, and now it does.)